Skip to content

Commit a013f59

Browse files
committed
Updated release notes
1 parent a698ad2 commit a013f59

File tree

2 files changed

+37
-16
lines changed

2 files changed

+37
-16
lines changed

CHANGELOG.md

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

4+
# 01-20-2025
5+
<a href="https://www.nuget.org/packages/dotnext/5.18.0">DotNext 5.18.0</a>
6+
* Introduced `FileUri` class that allows to convert Windows/Unix file names to URI according to `file://` scheme
7+
8+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.18.0">DotNext.Metaprogramming 5.18.0</a>
9+
* Introduced expression tree for unsigned right shift operator `>>>`
10+
11+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.18.0">DotNext.Unsafe 5.18.0</a>
12+
* Updated dependencies
13+
14+
<a href="https://www.nuget.org/packages/dotnext.threading/5.18.0">DotNext.Threading 5.18.0</a>
15+
* Synchronous `TryAcquire` implemented by `AsyncExclusiveLock` and `AsyncReaderWriterLock` are now implemented in portable way. Previously, WASM target was not supported. Additionally, the method supports lock stealing.
16+
17+
<a href="https://www.nuget.org/packages/dotnext.io/5.18.0">DotNext.IO 5.18.0</a>
18+
* Fixed issue of `PoolingBufferedStream` class when the stream has buffered bytes in the write buffer and `Position` is set to backward
19+
20+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.18.0">DotNext.Net.Cluster 5.18.0</a>
21+
* Updated dependencies
22+
23+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.18.0">DotNext.AspNetCore.Cluster 5.18.0</a>
24+
* Updated dependencies
25+
426
# 01-03-2025
527
<a href="https://www.nuget.org/packages/dotnext/5.17.2">DotNext 5.17.2</a>
628
* Improved AOT compatibility

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,28 @@ 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: 01-03-2025
47+
Release Date: 01-20-2025
4848

49-
<a href="https://www.nuget.org/packages/dotnext/5.17.2">DotNext 5.17.2</a>
50-
* Improved AOT compatibility
51-
* Fixed nullability attributes
49+
<a href="https://www.nuget.org/packages/dotnext/5.18.0">DotNext 5.18.0</a>
50+
* Introduced `FileUri` class that allows to convert Windows/Unix file names to URI according to `file://` scheme
5251

53-
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.17.2">DotNext.Metaprogramming 5.17.2</a>
54-
* Fixed nullability attributes
52+
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.18.0">DotNext.Metaprogramming 5.18.0</a>
53+
* Introduced expression tree for unsigned right shift operator `>>>`
5554

56-
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.17.2">DotNext.Unsafe 5.17.2</a>
57-
* Fixed nullability attributes
55+
<a href="https://www.nuget.org/packages/dotnext.unsafe/5.18.0">DotNext.Unsafe 5.18.0</a>
56+
* Updated dependencies
5857

59-
<a href="https://www.nuget.org/packages/dotnext.threading/5.17.2">DotNext.Threading 5.17.2</a>
60-
* Fixed nullability attributes
58+
<a href="https://www.nuget.org/packages/dotnext.threading/5.18.0">DotNext.Threading 5.18.0</a>
59+
* Synchronous `TryAcquire` implemented by `AsyncExclusiveLock` and `AsyncReaderWriterLock` are now implemented in portable way. Previously, WASM target was not supported. Additionally, the method supports lock stealing.
6160

62-
<a href="https://www.nuget.org/packages/dotnext.io/5.17.2">DotNext.IO 5.17.2</a>
63-
* Fixed nullability attributes
61+
<a href="https://www.nuget.org/packages/dotnext.io/5.18.0">DotNext.IO 5.18.0</a>
62+
* Fixed issue of `PoolingBufferedStream` class when the stream has buffered bytes in the write buffer and `Position` is set to backward
6463

65-
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.17.2">DotNext.Net.Cluster 5.17.2</a>
66-
* Fixed nullability attributes
64+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.18.0">DotNext.Net.Cluster 5.18.0</a>
65+
* Updated dependencies
6766

68-
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.17.2">DotNext.AspNetCore.Cluster 5.17.2</a>
69-
* Fixed nullability attributes
67+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.18.0">DotNext.AspNetCore.Cluster 5.18.0</a>
68+
* Updated dependencies
7069

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

0 commit comments

Comments
 (0)