Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chubrik committed Mar 19, 2023
1 parent dc8b909 commit 9af5185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Chubrik.Json/Chubrik.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<PropertyGroup>
<Authors>Arkadi Chubrik</Authors>
<Copyright>© 2022 Arkadi Chubrik</Copyright>
<Description>Tiny library based on System.Text.Json and provides snake_case &amp; kebab-case property name serialization policies. Designed for maximum performance.</Description>
<PackageTags>json serialization property snake_case kebab-case</PackageTags>
<Description>Provides snake_case &amp; kebab-case property name serialization. Tiny and high-performance library based on System.Text.Json.</Description>
<PackageTags>json naming policy policies snake kebab snakecase kebabcase</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/chubrik/Json</RepositoryUrl>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![MIT license](https://img.shields.io/github/license/chubrik/Json)](https://github.com/chubrik/Json/blob/main/LICENSE)
[![NuGet downloads](https://img.shields.io/nuget/dt/Chubrik.Json)](https://www.nuget.org/packages/Chubrik.Json/)

Tiny .NET library based on `System.Text.Json` and provides *snake_case* &amp; *kebab-case*
property name serialization policies. Designed for maximum performance.
Provides `snake_case` &amp; `kebab-case` property name serialization.
Tiny and high-performance .NET library based on System.Text.Json.
<br><br>

## Install
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9af5185

Please sign in to comment.