You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-31Lines changed: 36 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ These are some steps you can take to help you understand what this project is an
34
34
35
35
## Examples
36
36
37
-
See the [examples](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples) directory for up-to-date sample applications. There is also a [Todo List App](https://github.com/json-api-dotnet/TodoListExample) that includes a JADNC API and an EmberJs client.
37
+
See the [examples](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples) directory for up-to-date sample applications. There is also a [Todo List App](https://github.com/json-api-dotnet/TodoListExample) that includes a JsonApiDotNetCore API and an EmberJs client.
38
38
39
39
## Installation and Usage
40
40
@@ -82,45 +82,24 @@ public class Startup
82
82
}
83
83
```
84
84
85
-
## Development
86
-
87
-
Restore all NuGet packages with:
88
-
89
-
```bash
90
-
dotnet restore
91
-
```
85
+
## Compatibility
92
86
93
-
### Testing
87
+
A lot of changes were introduced in v4. The following chart should help you pick the best version, based on your environment.
94
88
95
-
Running tests locally requires access to a PostgreSQL database. If you have docker installed, this can be propped up via:
89
+
| .NET Version | EF Core Version | JsonApiDotNetCore Version |
After each commit, a new prerelease NuGet package is automatically published to AppVeyor at https://ci.appveyor.com/nuget/jsonapidotnetcore. To try it out, follow the next steps:
102
+
After each commit to the master branch, a new prerelease NuGet package is automatically published to AppVeyor at https://ci.appveyor.com/nuget/jsonapidotnetcore. To try it out, follow the next steps:
0 commit comments