Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.0
Version 10.0.1
Availability: .NET 9 and .NET 8
Comment on lines +1 to +2
Copy link

Copilot AI May 24, 2025

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.

Suggested change
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.

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.0
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.0
Version 10.0.1
Availability: .NET 9 and .NET 8
Comment on lines +1 to +2
Copy link

Copilot AI May 24, 2025

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.

Suggested change
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.

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.0
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.0
Version 10.0.1
Availability: .NET 9, .NET 8 and .NET Standard 2.0
Comment on lines +1 to +2
Copy link

Copilot AI May 24, 2025

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.

Suggested change
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.

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.0
Availability: .NET 9, .NET 8 and .NET Standard 2.0

# ALM
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.0
Version 10.0.1
Availability: .NET 9 and .NET 8
Comment on lines +1 to +2
Copy link

Copilot AI May 24, 2025

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.

Suggested change
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.

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.0
Availability: .NET 9 and .NET 8

# ALM
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
> [!NOTE]
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Xunit, Cuemon.Extensions.Xunit.Hosting, and Cuemon.Extensions.Xunit.Hosting.AspNetCore.

## [10.0.1] - 2025-05-24

This is a service update that focuses on package dependencies.

## [10.0.0] - 2025-04-12

This major release introduces support for unit testing Minimal APIs and includes numerous breaking changes with valuable learnings from previous 9.1.x releases. These changes aim to ensure greater consistency across the `Codebelt.Extensions.Xunit.Hosting` and `Codebelt.Extensions.Xunit.Hosting.AspNetCore` namespaces.
Expand Down