Skip to content

Commit

Permalink
修复空引用错误 #20
Browse files Browse the repository at this point in the history
  • Loading branch information
KumoKyaku committed Aug 17, 2022
1 parent d31308b commit 2886c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

# [Unreleased]

# v2.4.0
### Fixed
- 修复多线程引起的空引用。https://github.com/KumoKyaku/KCP/issues/20
### Changed
- 将时间类型由DateTime改为DateTimeOffset.

Expand Down
6 changes: 3 additions & 3 deletions KCP/KCP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Authors>云却</Authors>

<!--版本配置-->
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<FileVersion>2.3.0.0</FileVersion>
<Version>2.3.0.0</Version>
<AssemblyVersion>2.4.0.0</AssemblyVersion>
<FileVersion>2.4.0.0</FileVersion>
<Version>2.4.0.0</Version>

<!--包配置-->
<Product>Kcp</Product>
Expand Down

0 comments on commit 2886c29

Please sign in to comment.