Skip to content

Commit

Permalink
Release v1.4.3.0
Browse files Browse the repository at this point in the history
* Added support for multiple absolute paths. Part of Issue #55 effort.
* Issue #55: AbsolutePath support is broken
* Issue #48: WixSharp.Files generation: same folder on different features.
* Issue #45: Can't install dll to windows/system32
* issues#43: How to mark a .NET assembly to be NGen'd during install
* Generic items (`IGenericEntity`) are now allowed in `File` and `Assembly` constructor.
* Implemented N-to-N relationship between Wix object/components and `Feature`s. Triggered by issue#48.
* [Bootstrapper]support exit code feature
* Project Templates extension is migrated to VS2017
  • Loading branch information
oleg-shilo committed Apr 23, 2017
1 parent 1df76ad commit 2414fe7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Source/src/WixSharp.Samples/WixSharp.Msi.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.UI.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/src/WixSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.2.1")]
[assembly: AssemblyFileVersion("1.4.2.1")]
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]

0 comments on commit 2414fe7

Please sign in to comment.