Skip to content

Commit

Permalink
RC v1.4.7.2
Browse files Browse the repository at this point in the history
* Added support for client assembly `%this%` with non '.dll' extension. This solves the problem with DTF runtime asm probing failing to locate non standard assemblies (e.g. '.compiled').
* Fixed payload serialization problem for ExePackage
  • Loading branch information
oleg-shilo committed Aug 9, 2017
1 parent 7db891c commit 487c85f
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.Lab.dll
Binary file not shown.
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.version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.7.1")]
[assembly: AssemblyFileVersion("1.4.7.1")]
[assembly: AssemblyVersion("1.4.7.2")]
[assembly: AssemblyFileVersion("1.4.7.2")]

0 comments on commit 487c85f

Please sign in to comment.