File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 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.
2
17
3
18
# Generators
4
19
You can’t perform that action at this time.
0 commit comments