diff --git a/Directory.Build.props b/Directory.Build.props index 8505121..a911eff 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.4.4 + 2.5.0 Tudor Stanciu STA Tuitio diff --git a/README.md b/README.md index 49a845f..e189a9c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This configuration area is: ``` ## Hosting -The only hosting environment tested for this service is Docker, but considering that .NET 6 is cross platform, it can most likely be hosted in any environment. +The only hosting environment tested for this service is Docker, but considering that .NET 8 is cross platform, it can most likely be hosted in any environment. ## Stack * .NET (C#) diff --git a/ReleaseNotes.xml b/ReleaseNotes.xml index bd00e3e..80b144e 100644 --- a/ReleaseNotes.xml +++ b/ReleaseNotes.xml @@ -109,9 +109,9 @@ Added user roles and groups in authorization result ◾ The authorization result will contain the user role and group codes. They are very useful for an application because after the token is authorized, the application can directly validate its internal permissions based on roles or groups, without calling another method to obtain this information. - ◾ In addition to these changes, some refactorings were also made. - ◾ The token "expires in" information measuring unit was changed from milliseconds to seconds. - ◾ New versions of nuget packages have been released. + ◾ In addition to these changes, some refactorings were also made. + ◾ The token "expires in" information measuring unit was changed from milliseconds to seconds. + ◾ New versions of nuget packages have been released. @@ -120,7 +120,7 @@ Added IDs for user roles and groups in authorization result ◾ Based on the development from the previous version, the authorization result has been extended and will contain both IDs and codes for the groups and roles of the authenticated user. - ◾ New versions of nuget packages have been released. + ◾ New versions of nuget packages have been released. @@ -129,7 +129,16 @@ Added better token persistence in the database ◾ All tokens are persisted in the database after a login operation to recover them in case of a system crash or restart. - ◾ Expired tokens are still deleted periodically. + ◾ Expired tokens are still deleted periodically. + + + + 2.5.0 + 2025-03-23 03:25 + + .NET 8 upgrade + ◾ Upgrade all projects to .NET 8 + ◾ Upgrade packages to the latest versions \ No newline at end of file