Skip to content

Commit

Permalink
Merge pull request #221 from skoruba/release/2.3.0
Browse files Browse the repository at this point in the history
Release/2.3.0
  • Loading branch information
skoruba authored Jun 17, 2024
2 parents 1426b4f + 62589ad commit bb33ee7
Show file tree
Hide file tree
Showing 45 changed files with 410 additions and 724 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.2.2</Version>
<Version>2.3.0</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>Duende IdentityServer Admin OpenIDConnect OAuth2 Identity</PackageTags>
<PackageLicenseUrl>https://github.com/skoruba/Duende.IdentityServer.Admin/blob/main/LICENSE</PackageLicenseUrl>
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The application is written in the **Asp.Net Core MVC - using .NET 8.0**
- 🔒 **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

```sh
dotnet new install Skoruba.Duende.IdentityServer.Admin.Templates::2.2.2
dotnet new install Skoruba.Duende.IdentityServer.Admin.Templates::2.3.0
```

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

### 2.3.0

- [x] Fix Dashboard endpoint for getting Identity data
- [x] Update solution to the latest version of all nuget packages, including `Duende.IdentityServer` version `7.0.5`

### 3.0.0

- [ ] New UI in React and Typescript ([#182](https://github.com/skoruba/Duende.IdentityServer.Admin/issues/182))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@


<ItemGroup>
<PackageReference Include="NSwag.CodeGeneration" Version="14.0.7" />
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.7" />
<PackageReference Include="NSwag.Generation" Version="14.0.7" />
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.7" />
<PackageReference Include="NSwag.Generation.WebApi" Version="14.0.7" />
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
<PackageReference Include="NSwag.MSBuild" Version="14.0.7">
<PackageReference Include="NSwag.CodeGeneration" Version="14.0.8" />
<PackageReference Include="NSwag.CodeGeneration.TypeScript" Version="14.0.8" />
<PackageReference Include="NSwag.Generation" Version="14.0.8" />
<PackageReference Include="NSwag.Generation.AspNetCore" Version="14.0.8" />
<PackageReference Include="NSwag.Generation.WebApi" Version="14.0.8" />
<PackageReference Include="NSwag.AspNetCore" Version="14.0.8" />
<PackageReference Include="NSwag.MSBuild" Version="14.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit bb33ee7

Please sign in to comment.