Skip to content

Commit b204ab2

Browse files
committed
chore: Fix version property in msbuild.
1 parent b035086 commit b204ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ SOFTWARE. -->
5151
<TargetFramework Condition="'$(_IsPacking)'!='true'">net8.0</TargetFramework>
5252
<AssemblyVersion>2.0</AssemblyVersion>
5353
<FileVersion>2.0.5</FileVersion>
54+
<Version>$(FileVersion)</Version>
5455
<RepositoryType>git</RepositoryType>
5556
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
5657
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>

0 commit comments

Comments
 (0)