Skip to content

Commit 72cfe81

Browse files
author
Vlad Ionescu
committed
fixing some left static version
1 parent ca87c71 commit 72cfe81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wix/dotnet-client-product.wxs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi">
33
<Product Name='RabbitMQ .NET Client @VERSION@' Id='23B1A788-647D-4414-B1C6-028DAC04F761' Language='1033' Codepage='1252' Version='@VERSION@' Manufacturer='LShift Ltd.' UpgradeCode='904A1129-A675-44F9-9FBD-5CE979698179'>
4-
<Package Id='????????-????-????-????-????????????' Description='RabbitMQ .NET Client 1.6.0 for .NET 2.0' Manufacturer='LShift Ltd.' InstallerVersion='150' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
4+
<Package Id='????????-????-????-????-????????????' Description='RabbitMQ .NET Client @VERSION@ for .NET 2.0' Manufacturer='LShift Ltd.' InstallerVersion='150' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
55

66
<Condition Message="You need to be an administrator to install this product.">
77
Privileged

0 commit comments

Comments
 (0)