Skip to content

Commit 46892df

Browse files
committed
re-adding the '.0' to the end of file version
1 parent ee01570 commit 46892df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1010
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
1111
<AssemblyVersion>$(MajorMinorProductVersion).0.0</AssemblyVersion>
12-
<FileVersion>$(VersionPrefix)</FileVersion>
12+
<FileVersion>$(VersionPrefix).0</FileVersion>
1313
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
1414
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
1515
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\src.ruleset</CodeAnalysisRuleSet>

0 commit comments

Comments
 (0)