File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
====
3
3
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
+
4
14
# 07-01-2024
5
15
<a href =" https://www.nuget.org/packages/dotnext.threading/5.9.0 " >DotNext.Threading 5.9.0</a >
6
16
* Added ` WaitAnyAsync ` overload method to wait on a group of cancellation tokens that supports interruption
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ All these things are implemented in 100% managed code on top of existing .NET AP
44
44
* [ NuGet Packages] ( https://www.nuget.org/profiles/rvsakno )
45
45
46
46
# What's new
47
- Release Date: 07-01 -2024
47
+ Release Date: 07-08 -2024
48
48
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
51
51
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 >
53
53
* Fixed [ 244] ( https://github.com/dotnet/dotNext/issues/244 )
54
54
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 >
56
56
* Fixed [ 244] ( https://github.com/dotnet/dotNext/issues/244 )
57
57
58
58
Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments