Skip to content

Commit

Permalink
v10.10.2024.0601 优化Json序列化,支持DateOnly/TimeOnly,支持带时区的时间序列化
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jun 1, 2024
1 parent a484f25 commit 0dcbaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NewLife.Core/NewLife.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<RepositoryUrl>https://github.com/NewLifeX/X</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
<PackageReleaseNotes>新增WebSocketClient;新增INetHandler改进网络数据处理架构</PackageReleaseNotes>
<PackageReleaseNotes>优化Json序列化,支持DateOnly/TimeOnly,支持带时区的时间序列化</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
1 change: 1 addition & 0 deletions XUnitTest.Core/Net/ISocketRemoteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void SendFile()
target.Close();

var dest = file.AsFile();
dest.Refresh();
Assert.Equal(src.Length, dest.Length);
Assert.Equal(md5.ToHex(), file.AsFile().MD5().ToHex());
}
Expand Down

0 comments on commit 0dcbaa9

Please sign in to comment.