From 2113e53163142833c9d6ec32d2fa1995c0e16334 Mon Sep 17 00:00:00 2001 From: sakno Date: Thu, 23 Jan 2025 13:26:38 +0200 Subject: [PATCH] Updated versions --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d95c143..b866559bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Release Notes * 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 * * Improved synchronous support for `RandomAccessCache` class -DotNext.IO 5.18.1 +DotNext.IO 5.18.2 * Fixed issue of `PoolingBufferedStream` class when the stream has buffered bytes in the write buffer and `Position` is set to backward * Fixed [256](https://github.com/dotnet/dotNext/issues/256) diff --git a/README.md b/README.md index e822a49c6..f3710bc20 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Release Date: 01-20-2025 * 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 * Improved synchronous support for `RandomAccessCache` class -DotNext.IO 5.18.1 +DotNext.IO 5.18.2 * Fixed issue of `PoolingBufferedStream` class when the stream has buffered bytes in the write buffer and `Position` is set to backward * Fixed [256](https://github.com/dotnet/dotNext/issues/256)