Skip to content

Commit b28fe2a

Browse files
committed
Update package metadata
1 parent cba382c commit b28fe2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JsonHelper.Net/JsonHelper.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>JsonHelper.Net</PackageId>
5-
<Version>1.1.2</Version>
5+
<Version>1.1.3</Version>
66
<Authors>Mihail Vorobyev</Authors>
77
<Description>Extension methods for Newtonsoft.Json library</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var list = json.SelectListOrThrow<float>("$.list");
4747

4848
## Installation
4949
```bash
50-
dotnet add package JsonHelper.Net --version 1.1.0
50+
dotnet add package JsonHelper.Net --version 1.1.3
5151
```
5252
Nuget page is [here](https://www.nuget.org/packages/JsonHelper.Net)
5353

0 commit comments

Comments
 (0)