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