Skip to content

Commit

Permalink
chore: Fix version property in msbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jun 30, 2024
1 parent b035086 commit 4ae4824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ SOFTWARE. -->
<TargetFramework Condition="'$(_IsPacking)'!='true'">net8.0</TargetFramework>
<AssemblyVersion>2.0</AssemblyVersion>
<FileVersion>2.0.5</FileVersion>
<Version>$(FileVersion)</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
Expand All @@ -59,6 +60,7 @@ SOFTWARE. -->
<Authors>s2quake</Authors>
<PackageVersion Condition="'$(VersionSuffix)'==''">$(FileVersion)</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)'!=''">$(FileVersion)-$(VersionSuffix)</PackageVersion>
<Version>$(PackageVersion)</Version>
<PackageProjectUrl>https://github.com/s2quake/communication</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 4ae4824

Please sign in to comment.