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 @@ -46,14 +46,14 @@ Install-Package JsonApiDotnetCore
46
46
47
47
- project.json
48
48
``` json
49
- "JsonApiDotNetCore" : " 1.2.0 "
49
+ "JsonApiDotNetCore" : " 1.2.1 "
50
50
```
51
51
52
52
- * .csproj
53
53
``` xml
54
54
<ItemGroup >
55
55
<!-- ... -->
56
- <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2.0 " />
56
+ <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2.1 " />
57
57
</ItemGroup >
58
58
```
59
59
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.2.0 </VersionPrefix >
4
+ <VersionPrefix >1.2.1 </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