-
Notifications
You must be signed in to change notification settings - Fork 1
V10.0.1/prepare launch #38
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
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis update revises release notes and the changelog for several packages, documenting the release of version 10.0.1. The new entries specify support for .NET 9 and .NET 8 (and .NET Standard 2.0 for one package) and note that all dependencies have been upgraded to their latest compatible versions. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR marks the new 10.0.1 release across all Codebelt.Extensions.Xunit
packages by adding a changelog entry and updating each package’s release notes to reflect upgraded dependencies and supported target frameworks.
- Added a
CHANGELOG.md
entry for version 10.0.1 noting the service update for dependency upgrades. - Updated each
.nuget/*/PackageReleaseNotes.txt
to bump the version to 10.0.1, list available TFMs, and document the dependency changes.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
CHANGELOG.md | Added ## [10.0.1] entry with date and summary |
.nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt | Bumped to Version 10.0.1 and noted dependency upgrades |
.nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt | Bumped to Version 10.0.1 and noted dependency upgrades |
.nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt | Bumped to Version 10.0.1 and noted dependency upgrades |
.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt | Bumped to Version 10.0.1 and noted dependency upgrades |
Version 10.0.1 | ||
Availability: .NET 9 and .NET 8 |
Copilot
AI
May 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version header is missing the leading dash used in the prior entry. Please prefix it with '- ' (e.g., '- Version 10.0.1') to maintain consistent formatting.
Version 10.0.1 | |
Availability: .NET 9 and .NET 8 | |
- Version 10.0.1 | |
Availability: .NET 9 and .NET 8 |
Copilot uses AI. Check for mistakes.
Version 10.0.1 | ||
Availability: .NET 9, .NET 8 and .NET Standard 2.0 |
Copilot
AI
May 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version header is missing the leading dash used in the prior entry. Please prefix it with '- ' (e.g., '- Version 10.0.1') to maintain consistent formatting.
Version 10.0.1 | |
Availability: .NET 9, .NET 8 and .NET Standard 2.0 | |
- Version 10.0.1 | |
Availability: .NET 9, .NET 8 and .NET Standard 2.0 |
Copilot uses AI. Check for mistakes.
Version 10.0.1 | ||
Availability: .NET 9 and .NET 8 |
Copilot
AI
May 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version header is missing the leading dash used in the prior entry. Please prefix it with '- ' (e.g., '- Version 10.0.1') to maintain consistent formatting.
Version 10.0.1 | |
Availability: .NET 9 and .NET 8 | |
- Version 10.0.1 | |
Availability: .NET 9 and .NET 8 |
Copilot uses AI. Check for mistakes.
Version 10.0.1 | ||
Availability: .NET 9 and .NET 8 |
Copilot
AI
May 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version header is missing the leading dash used in the prior entry. Please prefix it with '- ' (e.g., '- Version 10.0.1') to maintain consistent formatting.
Version 10.0.1 | |
Availability: .NET 9 and .NET 8 | |
- Version 10.0.1 | |
Availability: .NET 9 and .NET 8 |
Copilot uses AI. Check for mistakes.
This pull request updates the release notes and changelog to reflect the new version 10.0.1 of several
Codebelt.Extensions.Xunit
packages. The updates focus on dependency upgrades and compatibility information for supported target frameworks.Release Notes Updates:
.nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt
: Updated to version 10.0.1, with dependencies upgraded to the latest compatible versions for .NET 9 and .NET 8..nuget/Codebelt.Extensions.Xunit.Hosting.AspNetCore/PackageReleaseNotes.txt
: Updated to version 10.0.1, with dependencies upgraded to the latest compatible versions for .NET 9 and .NET 8..nuget/Codebelt.Extensions.Xunit.Hosting/PackageReleaseNotes.txt
: Updated to version 10.0.1, with dependencies upgraded to the latest compatible versions for .NET 9, .NET 8, and .NET Standard 2.0..nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt
: Updated to version 10.0.1, with dependencies upgraded to the latest compatible versions for .NET 9 and .NET 8.Changelog Update:
CHANGELOG.md
: Added an entry for version 10.0.1, noting that it is a service update focused on package dependencies.Summary by CodeRabbit