Skip to content

Commit 4cc1000

Browse files
committed
chore(csproj): bump version
1 parent b02d85c commit 4cc1000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)