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 b204ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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 Down

0 comments on commit b204ab2

Please sign in to comment.