We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02d85c commit 4cc1000Copy full SHA for 4cc1000
README.md
@@ -46,14 +46,14 @@ Install-Package JsonApiDotnetCore
46
47
- project.json
48
```json
49
-"JsonApiDotNetCore": "1.2.0"
+"JsonApiDotNetCore": "1.2.1"
50
```
51
52
- *.csproj
53
```xml
54
<ItemGroup>
55
<!-- ... -->
56
- <PackageReference Include="JsonApiDotNetCore" Version="1.2.0" />
+ <PackageReference Include="JsonApiDotNetCore" Version="1.2.1" />
57
</ItemGroup>
58
59
src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <VersionPrefix>1.2.0</VersionPrefix>
+ <VersionPrefix>1.2.1</VersionPrefix>
5
<TargetFramework>netcoreapp1.0</TargetFramework>
6
<AssemblyName>JsonApiDotNetCore</AssemblyName>
7
<PackageId>JsonApiDotNetCore</PackageId>
0 commit comments