[2.5.0] release notes

master
Tudor Stanciu 2025-03-23 03:27:42 +02:00
parent 496ac876a0
commit 63b66c4933
3 changed files with 16 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<Project> <Project>
<Import Project="dependencies.props" /> <Import Project="dependencies.props" />
<PropertyGroup> <PropertyGroup>
<Version>2.4.4</Version> <Version>2.5.0</Version>
<Authors>Tudor Stanciu</Authors> <Authors>Tudor Stanciu</Authors>
<Company>STA</Company> <Company>STA</Company>
<PackageTags>Tuitio</PackageTags> <PackageTags>Tuitio</PackageTags>

View File

@ -30,7 +30,7 @@ This configuration area is:
``` ```
## Hosting ## 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 ## Stack
* .NET (C#) * .NET (C#)

View File

@ -132,4 +132,13 @@
◾ Expired tokens are still deleted periodically. ◾ Expired tokens are still deleted periodically.
</Content> </Content>
</Note> </Note>
<Note>
<Version>2.5.0</Version>
<Date>2025-03-23 03:25</Date>
<Content>
.NET 8 upgrade
◾ Upgrade all projects to .NET 8
◾ Upgrade packages to the latest versions
</Content>
</Note>
</ReleaseNotes> </ReleaseNotes>