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 ee01570 commit 46892dfCopy full SHA for 46892df
build/common.props
@@ -9,7 +9,7 @@
9
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
10
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
11
<AssemblyVersion>$(MajorMinorProductVersion).0.0</AssemblyVersion>
12
- <FileVersion>$(VersionPrefix)</FileVersion>
+ <FileVersion>$(VersionPrefix).0</FileVersion>
13
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
14
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
15
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\src.ruleset</CodeAnalysisRuleSet>
0 commit comments