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
+17-1
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,25 @@ The [release notes](https://github.com/json-api-dotnet/JsonApiDotNetCore/release
6
6
But to see the effects, this repository contains an example ASP.NET API project.
7
7
By comparing the changes between branches in this repo, you can see how this example project was changed to work with the next major version.
8
8
9
+
### Upgrade from v4 to v5
10
+
11
+
The diff for the upgrade of example project [from v4.0.0 to v5.0.0](https://github.com/json-api-dotnet/MigrationGuide/compare/release/4.0.0...release/5.0.0) shows how to convert with minimal change in behavior. It includes tests that assert on the response json.
12
+
13
+
This upgrade should be straightforward in most cases. Notable renames:
The diff for upgrade of example project [from v3.1.0 to v4.0.0](https://github.com/json-api-dotnet/MigrationGuide/compare/release/3.1.0...release/4.0.0) shows how to convert with minimal change in behavior. It includes tests that assert on the response json.
27
+
The diff for the upgrade of example project [from v3.1.0 to v4.0.0](https://github.com/json-api-dotnet/MigrationGuide/compare/release/3.1.0...release/4.0.0) shows how to convert with minimal change in behavior. It includes tests that assert on the response json.
12
28
13
29
Since v3, a lot of the internal workings have been optimized. Depending on how much custom code you wrote, the next table of renames may help to find back what you need.
0 commit comments