Skip to content

Commit d590e5e

Browse files
committed
Updated release notes
1 parent 5eb9604 commit d590e5e

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release Notes
22
====
33

4+
# 07-08-2024
5+
<a href="https://www.nuget.org/packages/dotnext.io/5.9.0">DotNext.IO 5.7.1</a>
6+
* Improved performance of `FileWriter` in some corner cases
7+
8+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.7.3">DotNext.Net.Cluster 5.7.3</a>
9+
* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
10+
11+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.7.3">DotNext.AspNetCore.Cluster 5.7.3</a>
12+
* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
13+
414
# 07-01-2024
515
<a href="https://www.nuget.org/packages/dotnext.threading/5.9.0">DotNext.Threading 5.9.0</a>
616
* Added `WaitAnyAsync` overload method to wait on a group of cancellation tokens that supports interruption

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ All these things are implemented in 100% managed code on top of existing .NET AP
4444
* [NuGet Packages](https://www.nuget.org/profiles/rvsakno)
4545

4646
# What's new
47-
Release Date: 07-01-2024
47+
Release Date: 07-08-2024
4848

49-
<a href="https://www.nuget.org/packages/dotnext.threading/5.9.0">DotNext.Threading 5.9.0</a>
50-
* Added `WaitAnyAsync` overload method to wait on a group of cancellation tokens that supports interruption
49+
<a href="https://www.nuget.org/packages/dotnext.io/5.9.0">DotNext.IO 5.7.1</a>
50+
* Improved performance of `FileWriter` in some corner cases
5151

52-
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.7.2">DotNext.Net.Cluster 5.7.2</a>
52+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.7.3">DotNext.Net.Cluster 5.7.3</a>
5353
* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
5454

55-
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.7.2">DotNext.AspNetCore.Cluster 5.7.2</a>
55+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.7.3">DotNext.AspNetCore.Cluster 5.7.3</a>
5656
* Fixed [244](https://github.com/dotnet/dotNext/issues/244)
5757

5858
Changelog for previous versions located [here](./CHANGELOG.md).

0 commit comments

Comments
 (0)