Skip to content

Commit

Permalink
fix installer, increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 3, 2010
1 parent a8051fb commit cebeeeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Installer/SpecFlowInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<?define ProductShortName = "SpecFlow" ?>
<?define ProductVersion = "1.2.0" ?>
<?define ProductVersion = "1.2.1" ?>
<?define ProductVersionText = "1.2" ?>
<?define ProductUrl = "http://www.specflow.org" ?>
<?define Manufacturer = "TechTalk" ?>
Expand Down Expand Up @@ -75,8 +75,8 @@
</Feature>

<!-- Custom actions -->
<CustomActionRef Id="VS90Setup" />
<CustomActionRef Id="VS2010Setup" />
<CustomActionRef Id="VS90InstallVSTemplates" />
<CustomActionRef Id="VS2010InstallVSTemplates" />

<!-- Sequences -->
<InstallExecuteSequence>
Expand Down
4 changes: 2 additions & 2 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]

0 comments on commit cebeeeb

Please sign in to comment.