Skip to content

Commit cb71784

Browse files
committed
update readme
1 parent 663048b commit cb71784

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
[![build status](https://gitlab.cmh.edu/jcnance/JsonApiDotnetCore/badges/master/build.svg)](https://gitlab.cmh.edu/jcnance/JsonApiDotnetCore/commits/master)
1+
# JSON API .Net Core
2+
3+
[![Build status](https://ci.appveyor.com/api/projects/status/9fvgeoxdikwkom10?svg=true)](https://ci.appveyor.com/project/jaredcnance/json-api-dotnet-core)
4+
[![Travis](https://img.shields.io/travis/Research-Institute/json-api-dotnet-core.svg?maxAge=3600&label=travis)](https://travis-ci.org/Research-Institute/json-api-dotnet-core)
5+
[![NuGet](https://img.shields.io/nuget/v/JsonApiDotNetCore.svg)](https://www.nuget.org/packages/JsonApiDotNetCore/)
6+
[![MyGet CI](https://img.shields.io/myget/research-institute/v/JsonApiDotNetCore.svg)](https://www.myget.org/feed/research-institute/package/nuget/JsonApiDotNetCore)
7+
8+
## Installation
9+
10+
`Install-Package JsonApiDotNetCore`
11+
12+
Click [here](https://www.nuget.org/packages/JsonApiDotNetCore/) for the latest NuGet version.
13+
14+
For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-institute) package feed
15+
(https://www.myget.org/F/research-institute/api/v3/index.json)
16+
to your nuget configuration.
217

318
# Generators
419

0 commit comments

Comments
 (0)