Skip to content

Commit

Permalink
docs(readme): bump package version references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcnance authored Mar 14, 2017
1 parent bb6859a commit 214f7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ Install-Package JsonApiDotnetCore

- project.json
```json
"JsonApiDotNetCore": "1.0.1"
"JsonApiDotNetCore": "1.1.0"
```

- *.csproj
```xml
<ItemGroup>
<!-- ... -->
<PackageReference Include="JsonApiDotNetCore" Version="1.0.1" />
<PackageReference Include="JsonApiDotNetCore" Version="1.1.0" />
</ItemGroup>
```

Expand Down

0 comments on commit 214f7d0

Please sign in to comment.