We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a14139 commit 72ffb77Copy full SHA for 72ffb77
README.md
@@ -46,14 +46,14 @@ Install-Package JsonApiDotnetCore
46
47
- project.json
48
```json
49
-"JsonApiDotNetCore": "1.2.1"
+"JsonApiDotNetCore": "1.3.0"
50
```
51
52
- *.csproj
53
```xml
54
<ItemGroup>
55
<!-- ... -->
56
- <PackageReference Include="JsonApiDotNetCore" Version="1.2.1" />
+ <PackageReference Include="JsonApiDotNetCore" Version="1.3.0" />
57
</ItemGroup>
58
59
0 commit comments