Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Apr 18, 2024
1 parent 9835204 commit f3dc532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Yoh Deadfall</Authors>
<Description>Naming policies for the system JSON serializer in .NET.</Description>
<PackageTags>json serializer naming policy convention</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The package provides a set of naming policies for the system JSON serializer in .NET which are missed or incorrectly implemented.

The snake and kebab policies from that package are a part of `System.Text.Json` since the moment when [this pull request](https://github.com/dotnet/runtime/pull/69613) was merged, but since [reworkin policies in .NET] to match JSON.NET there are some behavior differences between `System.Text.Json` and this package. Choose one depending on your priorities:
The snake and kebab policies from that package are a part of `System.Text.Json` since the moment when [this pull request](https://github.com/dotnet/runtime/pull/69613) was merged, but since [reworkin policies in .NET](https://github.com/dotnet/runtime/pull/90316) to match JSON.NET there are some behavior differences between `System.Text.Json` and this package. Choose one depending on your priorities:

* `Yoh.Text.Json.NamingPolicies` suits better for communications with services from other ecosystems;
* `System.Text.Json` for compatibility with JSON.NET based services.
Expand Down

0 comments on commit f3dc532

Please sign in to comment.