From c43651e27b42b183e32e0c770db11fce126d4a25 Mon Sep 17 00:00:00 2001 From: Arlo Date: Mon, 24 Jun 2024 13:08:05 -0500 Subject: [PATCH] Bump version to 0.11.3 with performance improvement notes --- src/OwlCore.Storage.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/OwlCore.Storage.csproj b/src/OwlCore.Storage.csproj index 6da32cb..c928859 100644 --- a/src/OwlCore.Storage.csproj +++ b/src/OwlCore.Storage.csproj @@ -14,7 +14,7 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb Arlo Godfrey - 0.11.2 + 0.11.3 OwlCore The most flexible file system abstraction, ever. Built in partnership with the UWP Community. @@ -23,6 +23,10 @@ LICENSE.txt logo.png +--- 0.11.3 --- +[Improvement] +Removed redundant validation when enumerating files and folders to improve performance in SystemFile and SystemFolder. + --- 0.11.2 --- [Fixes] Fixed an issue where the stream returned from `File.Open` does synchronous operations on the file and didn't support cancellation during read/write. The underlying operating system now gives us an asynchronous file stream to do true async reads/writes.