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 7722500 commit 5c1a148Copy full SHA for 5c1a148
README.md
@@ -44,14 +44,14 @@ Install-Package JsonApiDotnetCore
44
45
- project.json
46
```json
47
-"JsonApiDotNetCore": "1.1.0"
+"JsonApiDotNetCore": "1.2.0"
48
```
49
50
- *.csproj
51
```xml
52
<ItemGroup>
53
<!-- ... -->
54
- <PackageReference Include="JsonApiDotNetCore" Version="1.1.0" />
+ <PackageReference Include="JsonApiDotNetCore" Version="1.2.0" />
55
</ItemGroup>
56
57
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>1.1.1</VersionPrefix>
+ <VersionPrefix>1.2.0</VersionPrefix>
5
<TargetFramework>netcoreapp1.0</TargetFramework>
6
<AssemblyName>JsonApiDotNetCore</AssemblyName>
7
<PackageId>JsonApiDotNetCore</PackageId>
0 commit comments