Skip to content

Commit ebadc22

Browse files
committed
fix: CI
1 parent 3a327a2 commit ebadc22

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
This major release focuses on platform updates and API simplifications.
10+
11+
For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/index.html).
12+
13+
### Changed
14+
15+
- Target framework support updated: added support for .NET 10 (`net10.0`) and dropped all versions prior to .NET 8 (`net8.0`).
16+
- Cleanup of the API with simplifications of many API calls and methods. This also includes renaming of some objects to better reflect their purpose.
17+
18+
### Added
19+
20+
- Improved renderer logic that catches more edge cases.
21+
- Improved developer experience in relation to JSInterop.
22+
923
## [1.40.0] - 2025-06-14
1024

1125
### Fixed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ bUnit is available on NuGet in various incarnations. Most should just pick the [
2929

3030
To get started, head to the [getting started documentation](https://bunit.dev/docs/getting-started) to learn more.
3131

32+
## bUnit and .NET version compatibility matrix
33+
| bUnit version | .NET version |
34+
| ------------- | ------------------------------- |
35+
| 1.x | ≥ .netcore3.1 && ≤ .net 9 |
36+
| 2.x | ≥ .net8 |
37+
38+
For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/index.html).
39+
3240
## Sponsors
3341

3442
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:

0 commit comments

Comments
 (0)