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
4646
4747- project.json
4848``` json
49- "JsonApiDotNetCore" : " 1.2.0 "
49+ "JsonApiDotNetCore" : " 1.2.1 "
5050```
5151
5252- * .csproj
5353``` xml
5454<ItemGroup >
5555 <!-- ... -->
56- <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2.0 " />
56+ <PackageReference Include =" JsonApiDotNetCore" Version =" 1.2.1 " />
5757</ItemGroup >
5858```
5959
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >1.2.0 </VersionPrefix >
4+ <VersionPrefix >1.2.1 </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