Skip to content

Commit fed9c09

Browse files
committed
Updated release notes
1 parent 0aa515e commit fed9c09

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

CHANGELOG.md

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

4+
# 03-08-2024
5+
<a href="https://www.nuget.org/packages/dotnext/5.2.0">DotNext 5.2.0</a>
6+
* Added `Number.IsPrime` static method that allows to check whether the specified number is a prime number
7+
* Fixed AOT compatibility issues
8+
9+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.2.0">DotNext.Metaprogramming 5.2.0</a>
10+
* Updated dependencies
11+
12+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.2.0">DotNext.Unsafe 5.2.0</a>
13+
* Updated dependencies
14+
15+
<a href="https://www.nuget.org/packages/dotnext.threading/5.2.0">DotNext.Threading 5.2.0</a>
16+
* Added specialized `IndexPool` data type that can be useful for implementing fast object pools
17+
18+
<a href="https://www.nuget.org/packages/dotnext.io/5.2.0">DotNext.IO 5.2.0</a>
19+
* Updated dependencies
20+
21+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.2.0">DotNext.Net.Cluster 5.2.0</a>
22+
* Fixed [226](https://github.com/dotnet/dotNext/issues/226)
23+
* Fixed [221](https://github.com/dotnet/dotNext/issues/221)
24+
25+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.2.0">DotNext.AspNetCore.Cluster 5.2.0</a>
26+
* Fixed [226](https://github.com/dotnet/dotNext/issues/226)
27+
* Fixed [221](https://github.com/dotnet/dotNext/issues/221)
28+
429
# 02-28-2024
530
<a href="https://www.nuget.org/packages/dotnext/5.1.0">DotNext 5.1.0</a>
631
* Added `Span.Advance<T>` extension method for spans

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,31 @@ 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: 02-28-2024
47+
Release Date: 03-08-2024
4848

49-
<a href="https://www.nuget.org/packages/dotnext/5.1.1">DotNext 5.1.1</a>
49+
<a href="https://www.nuget.org/packages/dotnext/5.2.0">DotNext 5.2.0</a>
50+
* Added `Number.IsPrime` static method that allows to check whether the specified number is a prime number
5051
* Fixed AOT compatibility issues
5152

52-
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.1.1">DotNext.Metaprogramming 5.1.1</a>
53+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.2.0">DotNext.Metaprogramming 5.2.0</a>
5354
* Updated dependencies
5455

55-
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.1.1">DotNext.Unsafe 5.1.1</a>
56+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.2.0">DotNext.Unsafe 5.2.0</a>
5657
* Updated dependencies
5758

58-
<a href="https://www.nuget.org/packages/dotnext.threading/5.1.1">DotNext.Threading 5.1.1</a>
59+
<a href="https://www.nuget.org/packages/dotnext.threading/5.2.0">DotNext.Threading 5.2.0</a>
5960
* Added specialized `IndexPool` data type that can be useful for implementing fast object pools
6061

61-
<a href="https://www.nuget.org/packages/dotnext.io/5.1.1">DotNext.IO 5.1.1</a>
62+
<a href="https://www.nuget.org/packages/dotnext.io/5.2.0">DotNext.IO 5.2.0</a>
6263
* Updated dependencies
6364

64-
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.1.1">DotNext.Net.Cluster 5.1.1</a>
65+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.2.0">DotNext.Net.Cluster 5.2.0</a>
6566
* Fixed [226](https://github.com/dotnet/dotNext/issues/226)
67+
* Fixed [221](https://github.com/dotnet/dotNext/issues/221)
6668

67-
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.1.1">DotNext.AspNetCore.Cluster 5.1.1</a>
69+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.2.0">DotNext.AspNetCore.Cluster 5.2.0</a>
6870
* Fixed [226](https://github.com/dotnet/dotNext/issues/226)
71+
* Fixed [221](https://github.com/dotnet/dotNext/issues/221)
6972

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

0 commit comments

Comments
 (0)