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 1c7938c commit 8469d2dCopy full SHA for 8469d2d
README.md
@@ -46,14 +46,14 @@ Install-Package JsonApiDotnetCore
46
47
- project.json
48
```json
49
-"JsonApiDotNetCore": "1.2.1"
+"JsonApiDotNetCore": "1.2.2"
50
```
51
52
- *.csproj
53
```xml
54
<ItemGroup>
55
<!-- ... -->
56
- <PackageReference Include="JsonApiDotNetCore" Version="1.2.1" />
+ <PackageReference Include="JsonApiDotNetCore" Version="1.2.2" />
57
</ItemGroup>
58
59
0 commit comments