Skip to content

Commit

Permalink
Merge pull request #6 from s2quake/release/2.0.1
Browse files Browse the repository at this point in the history
🚀 Release: 2.0.1
  • Loading branch information
s2quake authored Jun 4, 2024
2 parents ee3adf4 + 107e2d1 commit 46599b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Communication changes
===================

2.0.1
-------------

Released on June 4, 2024.

If `TargetFramework` is net6.0, net7.0, or net8.0, the `Grpc.AspNetCore` package is used. [[#6]]

[#6]: https://github.com/s2quake/communication/pull/6


2.0.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOFTWARE. -->
<TargetFrameworks Condition="'$(_IsPacking)'=='true'">net6.0;net7.0;net8.0;netstandard2.1</TargetFrameworks>
<TargetFramework Condition="'$(_IsPacking)'!='true'">net8.0</TargetFramework>
<AssemblyVersion>2.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<FileVersion>2.0.1</FileVersion>
<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 46599b5

Please sign in to comment.