Skip to content

Commit 63786ed

Browse files
2.0 => 3.5 in Wix files
1 parent 3374bc1 commit 63786ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(i.e. will only have to be specified once, with Assembly='.net'
1515
in order to be copied in both places). -->
1616
<Component Id='ClientLibraryAssembly' Guid='06543EE8-DED2-4C1C-826E-6AAE0B403AF3'>
17-
<File Id='RabbitMQClientDllAssembly' Name='RMQClnt.dll' LongName='RabbitMQ.Client.dll' Vital='yes' Assembly='.net' KeyPath='yes' Source='..\tmp\unzip\rabbitmq-dotnet-client-@VERSION@-dotnet-2.0\bin\RabbitMQ.Client.dll' />
17+
<File Id='RabbitMQClientDllAssembly' Name='RMQClnt.dll' LongName='RabbitMQ.Client.dll' Vital='yes' Assembly='.net' KeyPath='yes' Source='..\tmp\unzip\rabbitmq-dotnet-client-@VERSION@-dotnet-3.5\bin\RabbitMQ.Client.dll' />
1818
</Component>
1919

2020
<Directory Id='BinFolder' Name='bin'>
@@ -31,13 +31,13 @@
3131
<Directory Id='ExamplesFolder' Name='examples'>
3232
<Directory Id='BinExamplesFolder' Name='bin'>
3333
<Component Id='ExampleBinaries' Guid='1C270D1C-CD79-49D8-9413-E6211F52B5A8'>
34-
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-2.0/bin -name *.exe
34+
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-3.5/bin -name *.exe
3535
</Component>
3636
</Directory>
3737

3838
<Directory Id='SrcExamplesFolder' Name='src'>
3939
<Component Id='ExampleSources' Guid='962896C3-D476-4C8E-B5F3-BE963D566A49'>
40-
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-2.0/projects/examples/client -name *.cs -not -name AssemblyInfo.cs
40+
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-3.5/projects/examples/client -name *.cs -not -name AssemblyInfo.cs
4141
</Component>
4242
</Directory>
4343

0 commit comments

Comments
 (0)