We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d373173 commit eece978Copy full SHA for eece978
wix/dotnet-client-merge-module.wxs.in
@@ -2,6 +2,9 @@
2
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
3
<Module Id='DotNetClientModule' Guid='97DB49A3-B75E-4AE1-B01A-DFC8E335F866' Language='1033' Codepage='1252' Version='@VERSION@'>
4
<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). -->
8
9
<Directory Id='TARGETDIR' Name='SourceDir'>
10
<!-- Note that RabbitMQ.Client.dll has to appear twice
0 commit comments