Skip to content

Commit

Permalink
Remove explicit FileVersion configuration (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Nov 21, 2024
1 parent bd0c42f commit 69ad220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta-$(BuildNumber)</VersionSuffix>
<FileVersion>$(VersionPrefix).$(BuildNumber)</FileVersion>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 69ad220

Please sign in to comment.