Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release 2.0.2 #19

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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