Skip to content

Commit bb33ee7

Browse files
authored
Merge pull request #221 from skoruba/release/2.3.0
Release/2.3.0
2 parents 1426b4f + 62589ad commit bb33ee7

File tree

45 files changed

+410
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+410
-724
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>2.2.2</Version>
4+
<Version>2.3.0</Version>
55
<Authors>Jan Škoruba</Authors>
66
<PackageTags>Duende IdentityServer Admin OpenIDConnect OAuth2 Identity</PackageTags>
77
<PackageLicenseUrl>https://github.com/skoruba/Duende.IdentityServer.Admin/blob/main/LICENSE</PackageLicenseUrl>

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The application is written in the **Asp.Net Core MVC - using .NET 8.0**
2222
- 🔒 **NOTE:** The project uses the default database migrations which affect your database, therefore double check the migrations according to your database provider and create a database backup
2323

2424
```sh
25-
dotnet new install Skoruba.Duende.IdentityServer.Admin.Templates::2.2.2
25+
dotnet new install Skoruba.Duende.IdentityServer.Admin.Templates::2.3.0
2626
```
2727

2828
### Create new project:
@@ -775,6 +775,11 @@ It is possible to define the configuration according the client type - by defaul
775775
- [x] Add a New API Endpoint for Dashboard View
776776
- [x] Fix Import of dayjs for NSwag TypeScript Definition
777777

778+
### 2.3.0
779+
780+
- [x] Fix Dashboard endpoint for getting Identity data
781+
- [x] Update solution to the latest version of all nuget packages, including `Duende.IdentityServer` version `7.0.5`
782+
778783
### 3.0.0
779784

780785
- [ ] New UI in React and Typescript ([#182](https://github.com/skoruba/Duende.IdentityServer.Admin/issues/182))

src/Skoruba.Duende.IdentityServer.Admin.Api/Skoruba.Duende.IdentityServer.Admin.Api.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020

2121
<ItemGroup>
22-
<PackageReference Include="NSwag.CodeGeneration" Version="14.0.7" />
23-
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.7" />
24-
<PackageReference Include="NSwag.Generation" Version="14.0.7" />
25-
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.7" />
26-
<PackageReference Include="NSwag.Generation.WebApi" Version="14.0.7" />
27-
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
28-
<PackageReference Include="NSwag.MSBuild" Version="14.0.7">
22+
<PackageReference Include="NSwag.CodeGeneration" Version="14.0.8" />
23+
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.8" />
24+
<PackageReference Include="NSwag.Generation" Version="14.0.8" />
25+
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.8" />
26+
<PackageReference Include="NSwag.Generation.WebApi" Version="14.0.8" />
27+
<PackageReference Include="NSwag.AspNetCore" Version="14.0.8" />
28+
<PackageReference Include="NSwag.MSBuild" Version="14.0.8">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>

src/Skoruba.Duende.IdentityServer.Admin.Api/TypescriptClient/dist/cjs/client.js

Lines changed: 35 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Skoruba.Duende.IdentityServer.Admin.Api/TypescriptClient/dist/cjs/client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)