Skip to content

Commit 72ffb77

Browse files
committed
chore(csproj): bump package version
1 parent 8a14139 commit 72ffb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Install-Package JsonApiDotnetCore
4646

4747
- project.json
4848
```json
49-
"JsonApiDotNetCore": "1.2.1"
49+
"JsonApiDotNetCore": "1.3.0"
5050
```
5151

5252
- *.csproj
5353
```xml
5454
<ItemGroup>
5555
<!-- ... -->
56-
<PackageReference Include="JsonApiDotNetCore" Version="1.2.1" />
56+
<PackageReference Include="JsonApiDotNetCore" Version="1.3.0" />
5757
</ItemGroup>
5858
```
5959

0 commit comments

Comments
 (0)