Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jun 16, 2024
1 parent c33c2ed commit 26f701a
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,33 @@ Communication changes
2.0.2
-------------

To be released.
Released on June 16, 2024.

* Apply code style [[#8]]
* Remove .build submodule [[#9]]
* Add CI test [[#10]]
* Fix compatibility for netstandard2.1 [[#13]]
* Displays test result [[#15]]
* Remove warnings about Enum [[#14]]
* Add logging code to test project [[#16]]
* Fix an issue where the server is closed [[#18]]

[#8]: https://github.com/s2quake/communication/pull/8
[#9]: https://github.com/s2quake/communication/pull/9
[#10]: https://github.com/s2quake/communication/pull/10
[#13]: https://github.com/s2quake/communication/pull/13
[#15]: https://github.com/s2quake/communication/pull/15
[#14]: https://github.com/s2quake/communication/pull/14
[#16]: https://github.com/s2quake/communication/pull/16
[#18]: https://github.com/s2quake/communication/pull/18


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]]
* 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

Expand Down

0 comments on commit 26f701a

Please sign in to comment.