File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [ Unreleased]
8
8
9
- - Upgrade all .NET 8 preview dependencies to .NET 8 stable.
9
+ ## [ 1.25.3] - 2023-11-14
10
+
11
+ - Upgrade all .NET 8 preview dependencies to .NET 8 stable.
10
12
11
13
## [ 1.24.10] - 2023-10-14
12
14
@@ -1330,7 +1332,9 @@ The latest version of the library is availble on NuGet:
1330
1332
- **Wrong casing on keyboard event dispatch helpers.**
1331
1333
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
1332
1334
1333
- [Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.24.10...HEAD
1335
+ [Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...HEAD
1336
+
1337
+ [1.25.3]: https://github.com/bUnit-dev/bUnit/compare/v1.24.10...1.25.3
1334
1338
1335
1339
[1.24.10]: https://github.com/bUnit-dev/bUnit/compare/v1.23.9...v1.24.10
1336
1340
You can’t perform that action at this time.
0 commit comments