Skip to content

Commit 5c1a148

Browse files
committed
chore(csproj): bump package version
This is not a significant breaking change, but does affect the serialization APIs which may be used by tests
1 parent 7722500 commit 5c1a148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)