We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356475d commit 6c17bf8Copy full SHA for 6c17bf8
2 files changed
Open.Serialization.Json.Utf8Json/Extensions.cs
@@ -1,8 +1,7 @@
1
-using Open.Serialization.Json.Utf8Json;
2
-using System;
+using System;
3
using Utf8Json;
4
5
-namespace Open.Serialization.Json.System
+namespace Open.Serialization.Json.Utf8Json
6
{
7
public static class Extensions
8
Open.Serialization.Json.Utf8Json/Open.Serialization.Json.Utf8Json.csproj
@@ -17,7 +17,7 @@ Part of the "Open" set of libraries.
17
<RepositoryUrl>https://github.com/electricessence/Open.Serialization</RepositoryUrl>
18
<RepositoryType>git</RepositoryType>
19
<PackageTags>serialization json utf8json</PackageTags>
20
- <Version>1.4.0</Version>
+ <Version>1.4.1</Version>
21
22
<Nullable>enable</Nullable>
23
</PropertyGroup>
0 commit comments