@@ -44,28 +44,31 @@ 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: 02-28 -2024
47
+ Release Date: 03-08 -2024
48
48
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
50
51
* Fixed AOT compatibility issues
51
52
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 >
53
54
* Updated dependencies
54
55
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 >
56
57
* Updated dependencies
57
58
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 >
59
60
* Added specialized ` IndexPool ` data type that can be useful for implementing fast object pools
60
61
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 >
62
63
* Updated dependencies
63
64
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 >
65
66
* Fixed [ 226] ( https://github.com/dotnet/dotNext/issues/226 )
67
+ * Fixed [ 221] ( https://github.com/dotnet/dotNext/issues/221 )
66
68
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 >
68
70
* Fixed [ 226] ( https://github.com/dotnet/dotNext/issues/226 )
71
+ * Fixed [ 221] ( https://github.com/dotnet/dotNext/issues/221 )
69
72
70
73
Changelog for previous versions located [ here] ( ./CHANGELOG.md ) .
71
74
0 commit comments