File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [ Unreleased]
8
8
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
+
9
23
## [ 1.40.0] - 2025-06-14
10
24
11
25
### Fixed
Original file line number Diff line number Diff line change @@ -29,6 +29,14 @@ bUnit is available on NuGet in various incarnations. Most should just pick the [
29
29
30
30
To get started, head to the [ getting started documentation] ( https://bunit.dev/docs/getting-started ) to learn more.
31
31
32
+ ## bUnit and .NET version compatibility matrix
33
+ | bUnit version | .NET version |
34
+ | ------------- | ------------------------------- |
35
+ | 1.x | &ge ; .netcore3.1 && &le ; .net 9 |
36
+ | 2.x | &ge ; .net8 |
37
+
38
+ For a migration guide, see [ Upgrading bUnit] ( https://bunit.dev/docs/migrations/index.html ) .
39
+
32
40
## Sponsors
33
41
34
42
A huge thank you to the [ sponsors of bUnit] ( https://github.com/sponsors/egil ) . The higher tier sponsors are:
You can’t perform that action at this time.
0 commit comments