Skip to content

Commit 487c85f

Browse files
committed
RC v1.4.7.2
* 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
1 parent 7db891c commit 487c85f

9 files changed

Lines changed: 2 additions & 2 deletions

File tree

Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-1.5 KB
Binary file not shown.
-5 KB
Binary file not shown.
-20 KB
Binary file not shown.

Source/src/WixSharp/Properties/AssemblyInfo.version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// Build Number
88
// Revision
99
//
10-
[assembly: AssemblyVersion("1.4.7.1")]
11-
[assembly: AssemblyFileVersion("1.4.7.1")]
10+
[assembly: AssemblyVersion("1.4.7.2")]
11+
[assembly: AssemblyFileVersion("1.4.7.2")]

0 commit comments

Comments
 (0)