We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ae4824 + b37bdde commit d12882cCopy full SHA for d12882c
CHANGES.md
@@ -1,7 +1,7 @@
1
Communication changes
2
===================
3
4
-2.0.5
+2.0.6
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.5</FileVersion>
+ <FileVersion>2.0.6</FileVersion>
54
<Version>$(FileVersion)</Version>
55
<RepositoryType>git</RepositoryType>
56
<RepositoryUrl>https://github.com/s2quake/communication</RepositoryUrl>
0 commit comments