Skip to content

Commit eece978

Browse files
author
Emile Joubert
committed
Note about WXS version
1 parent d373173 commit eece978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wix/dotnet-client-merge-module.wxs.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
33
<Module Id='DotNetClientModule' Guid='97DB49A3-B75E-4AE1-B01A-DFC8E335F866' Language='1033' Codepage='1252' Version='@VERSION@'>
44
<Package Id='????????-????-????-????-????????????' Description='RabbitMQ .NET Client @VERSION@' Manufacturer='VMware, Inc.' InstallerVersion='150' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
5+
<!-- VERSION is the RabbitMQ release version. This might differ
6+
from the RabbitMQ.Client.dll version (which always has 4
7+
components). -->
58

69
<Directory Id='TARGETDIR' Name='SourceDir'>
710
<!-- Note that RabbitMQ.Client.dll has to appear twice

0 commit comments

Comments
 (0)