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
4444
4545- project.json
4646``` json
47- "JsonApiDotNetCore" : " 1.1 .0"
47+ "JsonApiDotNetCore" : " 1.2 .0"
4848```
4949
5050- * .csproj
5151``` xml
5252<ItemGroup >
5353 <!-- ... -->
54- <PackageReference Include =" JsonApiDotNetCore" Version =" 1.1 .0" />
54+ <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2 .0" />
5555</ItemGroup >
5656```
5757
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >1.1.1 </VersionPrefix >
4+ <VersionPrefix >1.2.0 </VersionPrefix >
55 <TargetFramework >netcoreapp1.0</TargetFramework >
66 <AssemblyName >JsonApiDotNetCore</AssemblyName >
77 <PackageId >JsonApiDotNetCore</PackageId >
You can’t perform that action at this time.
0 commit comments