Skip to content

Commit 4ae4824

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.props

+2
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>
@@ -59,6 +60,7 @@ SOFTWARE. -->
5960
<Authors>s2quake</Authors>
6061
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
6162
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
63+
<Version>$(PackageVersion)</Version>
6264
<PackageProjectUrl>https://github.com/s2quake/communication</PackageProjectUrl>
6365
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
6466
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)