All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.4.1.19 - 2026-03-04
2.4.0.18 - 2025-12-27
- Bug with deployment (#226)
- Made sure that parity exists between V2 and V3 attributes (#202)
- Add Services to V2 (#202)
- Fix naming issue with DatabaseTests in V3 (#202)
- Fix naming issue with IntegrationTests in V3 (#202)
- Fix naming issue with SnapshotTests in V3 (#202)
- Release creation permissions (#232)
2.3.3.16 - 2025-12-26
2.3.2.15 - 2025-11-21
2.3.1.13 - 2025-09-30
2.3.0.12 - 2025-08-20
2.2.1.11 - 2025-06-23
- Fixed dependabot grouping for xunit.v3.extensibility packages (#156)
- Migrated from
thomaseizinger/keep-a-changelog-new-releasetobaynezy/ChangeLogger.Action(#158)
2.2.0.10 - 2025-05-27
- Added netstandard2.0 target to Xunit.OpenCategories.V3 package for compatibility with legacy systems
- Updated GitHub Actions workflow to run tests for branches with
copilot/prefix in addition tofeature/prefix - Upgraded AwesomeAssertions package from 8.2.0 to 9.0.0 in test projects and updated namespace from FluentAssertions to AwesomeAssertions
2.1.1.9 - 2025-04-21
- Bug where
Componentsattribute was not adding the correct traits - Bug where
Servicesattribute was not adding the correct traits
2.1.0.8 - 2025-03-18
- Added
Servicesattribute
2.0.0.7 - 2025-03-18
- Upgraded to .NET 8.0
- Migrated to xUnit v3
- Concurrently support xUnit v2 and v3
- Issue with PR builds not running properly due to not being able to check out the fork
1.2.0.5 - 2025-01-01
- Added
Componentsattribute - Feature branches now publish a beta package to GitHub Packages
- Fixed the issue with CI not running properly for PRs from forks
- Removed unnecessary spaced from attribute names in README
- Fixed possible multiple enumeration issue in test
1.1.0.4 - 2024-09-22
- Added
Componentattribute - Improved descriptions for attributes
- Add additional testing for discoverers
1.0.4.5 - 2024-09-18
- Fixed issue with discoverers not being found in some cases
1.0.3.3 - 2024-09-10
- Split tests to be single file per attribute for readability
- Reduce duplicate code for discoverers
1.0.2.2 - 2024-09-10
- README.md for NuGet.Org page
1.0.1.2 - 2024-09-10
- Documentation generation
1.0.0.1 - 2024-09-10
- Forked from Xunit.Categories
- Renamed to Xunit.OpenCategories
- Converted to GitFlow
- Added a changelog
- Modified to use custom GA workflows
- Published to NuGet