Skip to content

Commit af27d30

Browse files
author
John Simons
committed
Removed space from msi name to simplift links from website.
1 parent f8cc9f3 commit af27d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wix/WixInstaller/WixInstaller.wixproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<OutputPath>bin\$(Configuration)\</OutputPath>
2424
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
2525
<DefineConstants>Release;SOURCEPATH=..\..\..\..\..\Release;VERSION=$(ProductVersion);PRODUCTNAME=NServiceBus;MANUFACTURER=NServiceBus Ltd;VSIXPATH=$(VsixPath)</DefineConstants>
26-
<OutputName>NServiceBus v$(ProductVersion)</OutputName>
26+
<OutputName>NServiceBus.v$(ProductVersion)</OutputName>
2727
<SuppressPdbOutput>True</SuppressPdbOutput>
2828
</PropertyGroup>
2929
<ItemGroup>

0 commit comments

Comments
 (0)