Skip to content

Commit

Permalink
1) Bump version: 1.1 -> 1.2
Browse files Browse the repository at this point in the history
2) Reference WiX 3.11
  • Loading branch information
Morten Frederiksen committed Feb 9, 2018
1 parent 7b92c9d commit d32e397
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/GALibraryCustomActions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
Binary file modified src/Temp/WixGAExtension.dll
Binary file not shown.
Binary file modified src/WixGAExtension/GALibrary.wixlib
Binary file not shown.
4 changes: 2 additions & 2 deletions src/WixGAExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

// This is a Wix extension
[assembly: AssemblyDefaultWixExtension(typeof(
Expand Down
2 changes: 1 addition & 1 deletion src/WixGAExtension/WixGAExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="wix">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\WiX Toolset v3.10\bin\wix.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\WiX Toolset v3.11\bin\wix.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d32e397

Please sign in to comment.