We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d66a8 + 6c47c43 commit b035086Copy full SHA for b035086
CHANGES.md
@@ -1,7 +1,7 @@
1
Communication changes
2
===================
3
4
-2.0.4
+2.0.5
5
-------------
6
7
Released on June 30, 2024.
Directory.Build.props
@@ -50,7 +50,7 @@ SOFTWARE. -->
50
<TargetFrameworks Condition="'$(_IsPacking)'=='true'">net6.0;net7.0;net8.0;netstandard2.1</TargetFrameworks>
51
<TargetFramework Condition="'$(_IsPacking)'!='true'">net8.0</TargetFramework>
52
<AssemblyVersion>2.0</AssemblyVersion>
53
- <FileVersion>2.0.3</FileVersion>
+ <FileVersion>2.0.5</FileVersion>
54
<RepositoryType>git</RepositoryType>
55
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
56
<LicenseUrl>https://github.com/s2quake/communication/blob/main/LICENSE.md</LicenseUrl>
0 commit comments