We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b035086 commit b204ab2Copy full SHA for b204ab2
Directory.Build.props
@@ -51,6 +51,7 @@ SOFTWARE. -->
51
<TargetFramework Condition="'$(_IsPacking)'!='true'">net8.0</TargetFramework>
52
<AssemblyVersion>2.0</AssemblyVersion>
53
<FileVersion>2.0.5</FileVersion>
54
+ <Version>$(FileVersion)</Version>
55
<RepositoryType>git</RepositoryType>
56
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
57
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
0 commit comments