Skip to content

Commit d7a5e0a

Browse files
Update version and release notes for 9.1.0 release (#4687)
1 parent 8bff54f commit d7a5e0a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "9.1.0-beta",
3+
"version": "9.1.0",
44
"publicReleaseRefSpec": [ "^refs/heads/release$" ]
55
}

releasenotes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
CSLA 9 is a substantial update to CSLA .NET, adding support for .NET 9, removing .NET 6 and UWP, and many enhancements and bug fixes.
44

5+
## CSLA .NET version 9.1.0 release
6+
7+
CSLA .NET version 9.1.0 includes several enhancements and bug fixes.
8+
9+
Primary changes in this release include:
10+
11+
* Ensure ApplicationContext isn't null during initialization
12+
* Stop caching the user principal in Blazor WebAssembly
13+
* Fix issue with CancellationTokenSource
14+
* Add option to ignore `DataAnnotation` attributes in `AddBusinessRules`
15+
* Ongoing code modernization and cleanup thanks to @SimonCropp and others
16+
17+
https://github.com/MarimerLLC/csla/compare/v9.0.0...v9.1.0
18+
19+
### Contributors
20+
21+
* @rockfordlhotka
22+
* @SimonCropp
23+
* @StefanOssendorf
24+
525
## CSLA .NET version 9.0.0 release
626

727
Primary changes in this release include:

0 commit comments

Comments
 (0)