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 bb6859a commit 214f7d0Copy full SHA for 214f7d0
README.md
@@ -43,14 +43,14 @@ Install-Package JsonApiDotnetCore
43
44
- project.json
45
```json
46
-"JsonApiDotNetCore": "1.0.1"
+"JsonApiDotNetCore": "1.1.0"
47
```
48
49
- *.csproj
50
```xml
51
<ItemGroup>
52
<!-- ... -->
53
- <PackageReference Include="JsonApiDotNetCore" Version="1.0.1" />
+ <PackageReference Include="JsonApiDotNetCore" Version="1.1.0" />
54
</ItemGroup>
55
56
0 commit comments