-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06059b2
commit 491d556
Showing
1 changed file
with
11 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,24 @@ | ||
## Build 3.0.1 | ||
_Release notes - IdentityServer4.NHibernate - Version 3.0.1_ | ||
|
||
__New features__ | ||
- [SourceLink](https://github.com/dotnet/sourcelink) support | ||
|
||
__Resolved issues__ | ||
|
||
- [#8](https://github.com/albertodall/IdentityServer4.NHibernate/issues/8) - Invalid DI configuration ([@mtivan](https://github.com/mtivan)) | ||
## Build 3.0.0 | ||
_Release notes - IdentityServer4.NHibernate - Version 3.0.0_ | ||
|
||
__New features__ | ||
- Support for IdentityServer4 version 4.0 | ||
## Build 2.1.0 | ||
_Release notes - IdentityServer4.NHibernate - Version 2.1.0_ | ||
|
||
__New features__ | ||
- Support for IdentityServer4 version 3.1 | ||
- Azure DevOps Multi-stage Pipeline deployment | ||
|
||
==breaking change== | ||
This version supports **only** `netcoreapp31` targeted projects. If your project doesn't target this .NET Core version, you can: | ||
- Use version [2.0.0](https://www.nuget.org/packages/IdentityServer4.Contrib.NHibernate/2.0.0) if your project targets `netcoreapp3`. | ||
- Use version [1.1.4](https://www.nuget.org/packages/IdentityServer4.Contrib.NHibernate/1.1.4) for older targets. | ||
|
||
__Resolved issues__ | ||
- No issues | ||
## Build 2.0.0 | ||
_Release notes - IdentityServer4.NHibernate - Version 2.0.0_ | ||
|
||
__New features__ | ||
- Support for IdentityServer4 version 3.0 | ||
|
||
==breaking change== | ||
This version supports **only** `netcoreapp3` targeted projects. If your project doesn't target this .NET Core version, please, keep using the 1.x version. | ||
|
||
__Resolved issues__ | ||
- No issues | ||
## Build 1.1.4 | ||
_Release notes - IdentityServer4.NHibernate - Version 1.1.4_ | ||
## Build 3.0.2 | ||
_Release notes - IdentityServer4.NHibernate - Version 3.0.2_ | ||
|
||
__New features__ | ||
- No new features | ||
|
||
__Resolved issues__ | ||
- #5 - Automapper 8 - 9 version mismatch. | ||
## Build 1.1.2 | ||
_Release notes - IdentityServer4.NHibernate - Version 1.1.2_ | ||
- [#11](https://github.com/albertodall/IdentityServer4.NHibernate/issues/11) - Session is closed exception ([@lcetinapta](https://github.com/lcetinapta)) | ||
|
||
__New features__ | ||
- YAML-based CI/CD pipeline. | ||
|
||
__Resolved issues__ | ||
- No issues | ||
## Build 1.1.1 | ||
_Release notes - IdentityServer4.NHibernate - Version 1.1.1_ | ||
## Build 3.0.1 | ||
_Release notes - IdentityServer4.NHibernate - Version 3.0.1_ | ||
|
||
__New features__ | ||
- No new features | ||
- [SourceLink](https://github.com/dotnet/sourcelink) support | ||
|
||
__Resolved issues__ | ||
- #1 - Duplicate Api scopes found. | ||
## Build 1.1.0 | ||
_Release notes - IdentityServer4.NHibernate - Version 1.1.0_ | ||
- [#8](https://github.com/albertodall/IdentityServer4.NHibernate/issues/8) - Invalid DI configuration ([@mtivan](https://github.com/mtivan)) | ||
|
||
__New features__ | ||
- Initial release | ||
## Build 3.0.0 | ||
_Release notes - IdentityServer4.NHibernate - Version 3.0.0_ | ||
|
||
__Resolved issues__ | ||
- No issues | ||
__New features__ | ||
- Support for IdentityServer4 version 4.0 |