From 3db698f6e2ecfa1ad6882acfb15cc10186ecafe6 Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Wed, 13 Jan 2021 05:34:19 +0000 Subject: [PATCH] Update the documentation pages --- guide/migration.html | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/migration.html b/guide/migration.html index 41fc4f3..87df1a1 100644 --- a/guide/migration.html +++ b/guide/migration.html @@ -68,7 +68,7 @@

Migrate to OpenIddict 1.0/2.0

-

What's new in OpenIddict 1.0/2.0?

+

What's new?

The announcement listing the changes introduced in this milestone can be found here.

Update your packages references

For that, simply update your .csproj file to point to the newest OpenIddict packages:

@@ -84,7 +84,7 @@ </ItemGroup>

No additional change should be required for basic scenarios.

Migrate to OpenIddict 1.0/2.0 rc3

-

What's new in OpenIddict 1.0/2.0 rc3?

+

What's new?

The announcement listing the changes introduced in this milestone can be found here.

Update your packages references

For that, simply update your .csproj file to point to the newest OpenIddict packages:

@@ -273,7 +273,7 @@ await _applicationManager.CreateAsync(descriptor); });

Migrate to OpenIddict 1.0/2.0 rc2

-

What's new in OpenIddict 1.0/2.0 rc2?

+

What's new?

The full list of changes can be found here. It includes bug fixes (including a bug fix in the refresh token handling) and new features like application permissions, that allow limiting the OpenID Connect features (endpoints and flows) an application is able to use.

Migrating to OpenIddict rc2 (1.0.0-rc2-final and 2.0.0-rc2-final) requires making changes in your database: existing properties have been reworked diff --git a/manifest.json b/manifest.json index 2ebab98..569e67c 100644 --- a/manifest.json +++ b/manifest.json @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "guide/migration.html", - "hash": "aAwfoySJhpae4kPX3x95Yw==" + "hash": "9PFtsQybzCKAU+C8lg7PfQ==" } }, "is_incremental": false,