Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump patch version to 0.11.2 and update release notes #59

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

Arlodotexe
Copy link
Owner

Reopened from itsWindows11#1

Bumps the patch version number and updates the release notes in src/OwlCore.Storage.csproj.

  • Version Update: Increases the <Version> tag from 0.11.1 to 0.11.2.
  • Release Notes Addition: Adds a new entry under <PackageReleaseNotes> for version 0.11.2, detailing the fix for an issue where the stream returned from File.Open did synchronous operations on the file and lacked support for cancellation during read/write operations. This update ensures the underlying operating system now provides an asynchronous file stream for true async reads/writes.

For more details, open the Copilot Workspace session.

Update release notes in `src/OwlCore.Storage.csproj` for version 0.11.2 to include fixes from PR #57.
- Adds a new entry under `<PackageReleaseNotes>` detailing the fix for the issue where `SystemFolder` was not properly utilizing lazy-loading for `DirectoryInfo` (`Info` property) when only the path is available. This complements the existing note about fixing synchronous operations in `File.Open`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Arlodotexe/OwlCore.Storage/pull/59?shareId=c896c4b6-1e78-463d-a433-260f2bfe7187).
@Arlodotexe
Copy link
Owner Author

Update release notes in src/OwlCore.Storage.csproj for version 0.11.2 to include fixes from PR #57.

  • Adds a new entry under <PackageReleaseNotes> detailing the fix for the issue where SystemFolder was not properly utilizing lazy-loading for DirectoryInfo (Info property) when only the path is available. This complements the existing note about fixing synchronous operations in File.Open.

For more details, open the Copilot Workspace session.

@Arlodotexe Arlodotexe merged commit 3cfa945 into main Jun 20, 2024
1 check passed
@Arlodotexe Arlodotexe deleted the bump-patch-version-1 branch June 20, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant