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 cf06f99 commit ff6cfe6Copy full SHA for ff6cfe6
contrib/win32/install/openssh.wixproj
@@ -3,7 +3,8 @@
3
<PropertyGroup>
4
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
5
<Platform Condition="'$(Platform)' == ''">x64</Platform>
6
- <ProductVersion>1.1.0</ProductVersion>
+ <!-- This ensures there is a default version if it is not defined as part of the release process with the actual product version -->
7
+ <ProductVersion Condition="'$(ProductVersion)' == ''">1.0.0</ProductVersion>
8
<OutputName>openssh</OutputName>
9
<OutputType>package</OutputType>
10
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
0 commit comments