Skip to content

Commit 7f49855

Browse files
authored
Merge pull request #956 from DuendeSoftware/wca/is-7.4.2
Bumped docs to 7.4.2 because of the reported bugs
2 parents 797f4d5 + e2473b2 commit 7f49855

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,14 +374,14 @@ Update the IdentityServer4 dependencies in your IdentityServer host project to D
374374

375375
```diff lang="xml" title=".csproj"
376376
- <PackageReference Include="IdentityServer4" Version="4.1.2" />
377-
+ <PackageReference Include="Duende.IdentityServer" Version="7.4.0" />
377+
+ <PackageReference Include="Duende.IdentityServer" Version="7.4.2" />
378378
```
379379

380380
You'll need to make a similar change for all IdentityServer4 packages, including `IdentityServer4.EntityFramework` and `IdentityServer4.AspNetIdentity`. For example:
381381

382382
```diff lang="xml" title=".csproj"
383383
- <PackageReference Include="IdentityServer4.EntityFramework" Version="4.1.2" />
384-
+ <PackageReference Include="Duende.IdentityServer.EntityFramework" Version="7.4.0" />
384+
+ <PackageReference Include="Duende.IdentityServer.EntityFramework" Version="7.4.2" />
385385
```
386386

387387
The IdentityModel package was renamed to Duende IdentityModel and needs updating if you reference it directly:

src/content/docs/identityserver/upgrades/v7_3-to-v7_4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
This upgrade guide covers upgrading from Duende IdentityServer v7.3 to v7.4 ([release notes](https://github.com/DuendeSoftware/products/releases/tag/is-7.4.0)).
99

10-
IdentityServer 7.4.0 is a significant release that includes:
10+
IdentityServer 7.4 is a significant release that includes:
1111

1212
- Support for [.NET 10](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview)
1313
- Support for OAuth 2.0 Authorization Server Metadata ([RFC 8414](https://www.rfc-editor.org/rfc/rfc8414.html))
@@ -39,7 +39,7 @@ For example, in your project file:
3939
would change to:
4040

4141
```xml
42-
<PackageReference Include="Duende.IdentityServer" Version="7.4.0" />
42+
<PackageReference Include="Duende.IdentityServer" Version="7.4.2" />
4343
```
4444

4545
## Step 2: Breaking Changes

0 commit comments

Comments
 (0)