File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9fvgeoxdikwkom10?svg=true )] ( https://ci.appveyor.com/project/jaredcnance/json-api-dotnet-core )
4
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 )
5
7
6
8
JSON API Spec Conformance: ** Non Conforming**
7
9
@@ -11,7 +13,11 @@ For pre-releases, add the [MyGet](https://www.myget.org/feed/Details/research-in
11
13
(https://www.myget.org/F/research-institute/api/v3/index.json )
12
14
to your nuget configuration.
13
15
14
- NuGet packages will be published at v0.1.0.
16
+ ` Install-Package JsonApiDotNetCore `
17
+
18
+ ```
19
+ "JsonApiDotNetCore": "0.1.0"
20
+ ```
15
21
16
22
## Usage
17
23
You can’t perform that action at this time.
0 commit comments