Skip to content
Merged

fix: CI #1748

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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

This major release focuses on platform updates and API simplifications.

For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/index.html).

### Changed

- Target framework support updated: added support for .NET 10 (`net10.0`) and dropped all versions prior to .NET 8 (`net8.0`).
- Cleanup of the API with simplifications of many API calls and methods. This also includes renaming of some objects to better reflect their purpose.

### Added

- Improved renderer logic that catches more edge cases.
- Improved developer experience in relation to JSInterop.

## [1.40.0] - 2025-06-14

### Fixed
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ bUnit is available on NuGet in various incarnations. Most should just pick the [

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

## bUnit and .NET version compatibility matrix
| bUnit version | .NET version |
| ------------- | ------------------------------- |
| 1.x | ≥ .netcore3.1 && ≤ .net 9 |
| 2.x | ≥ .net8 |

For a migration guide, see [Upgrading bUnit](https://bunit.dev/docs/migrations/index.html).

## Sponsors

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