File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ Install-Package JsonApiDotnetCore
44
44
45
45
- project.json
46
46
``` json
47
- "JsonApiDotNetCore" : " 1.1 .0"
47
+ "JsonApiDotNetCore" : " 1.2 .0"
48
48
```
49
49
50
50
- * .csproj
51
51
``` xml
52
52
<ItemGroup >
53
53
<!-- ... -->
54
- <PackageReference Include =" JsonApiDotNetCore" Version =" 1.1 .0" />
54
+ <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2 .0" />
55
55
</ItemGroup >
56
56
```
57
57
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >1.1.1 </VersionPrefix >
4
+ <VersionPrefix >1.2.0 </VersionPrefix >
5
5
<TargetFramework >netcoreapp1.0</TargetFramework >
6
6
<AssemblyName >JsonApiDotNetCore</AssemblyName >
7
7
<PackageId >JsonApiDotNetCore</PackageId >
You can’t perform that action at this time.
0 commit comments