[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>
<Import Project="dependencies.props" />
<PropertyGroup>
<Version>2.4.4</Version>
<Version>2.5.0</Version>
<Authors>Tudor Stanciu</Authors>
<Company>STA</Company>
<PackageTags>Tuitio</PackageTags>

View File

@ -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#)

View File

@ -132,4 +132,13 @@
◾ Expired tokens are still deleted periodically.
</Content>
</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>