Skip to content

Commit d74a57b

Browse files
Update version number and release notes to start work on v10 (#4580)
1 parent 923aa07 commit d74a57b

File tree

3 files changed

+9
-41
lines changed

3 files changed

+9
-41
lines changed

Source/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Common Package Settings -->
88
<PropertyGroup>
9-
<Version>9.0.0.0</Version>
9+
<Version>10.0.0.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

Source/version.json

+1-1
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.0.0",
3+
"version": "10.0.0-alpha.1",
44
"publicReleaseRefSpec": [ "^refs/heads/release$" ]
55
}

releasenotes.md

+7-39
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
1-
# CSLA 9 releases
1+
# CSLA 10 releases
22

3-
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.
3+
CSLA 10 is a substantial update to CSLA .NET, adding support for .NET 10, removing .NET 8, and many enhancements and bug fixes.
44

5-
## CSLA .NET version 9.0.0 release
5+
## CSLA .NET version 10.0.0 release
66

77
Primary changes in this release include:
88

9-
* Add support for .NET 9
10-
* Numerous changes and updates to configuration
11-
* Remove support for .NET 6
12-
* Remove support for UWP
13-
* Remove support for Xamarin
14-
* Remove BinaryFormatter and NetDataContractSerializer (NDCS) artifacts
15-
* New and enhanced analyzers
16-
* Support for async authorization rules
17-
* Enhancements to business rules
18-
* Enhancements to MobileFormatter, including support for custom serializers
19-
* Data portal default configuration now works on Android
20-
* Rework RabbitMQ data portal channel to support dependency injection
21-
* Updates and improvements to several analyzers
22-
* Code base now uses nullable reference types
23-
* Over a dozen bug fixes
24-
25-
And _massive_ amounts of overall code modernization and cleanup thanks to @SimonCropp and others
9+
* Add support for .NET 10
10+
* Remove support for .NET 8 and 9
2611

2712
### Supported Platforms
2813

29-
* .NET 9
30-
* .NET 8
14+
* .NET 10
3115
* .NET Framework 4.6.2 through 4.8
3216
* Blazor
3317
* MAUI
@@ -42,28 +26,12 @@ Also expected to work on:
4226

4327
### Change List
4428

45-
* https://github.com/MarimerLLC/csla/compare/v8.2.9...v9.0.0
29+
* https://github.com/MarimerLLC/csla/compare/v9.0.9...v10.0.0
4630

4731
### Contributors
4832

49-
* @Bowman74
50-
* @Chicagoan2016
51-
* @crazyfox55
52-
* @EricNgo1972
53-
* @Freelancingonupwork
54-
* @jensbrand
55-
* @kant2002
56-
* @luizfbicalho
57-
* @michaelcsikos
58-
* @mirecg
59-
* @mtavares628
6033
* @rockfordlhotka
61-
* @russblair
6234
* @SimonCropp
63-
* @sshushliapin
6435
* @StefanOssendorf
65-
* @swegele
66-
* @TheCakeMonster
67-
* @wfacey
6836

6937
Thank you all so much for your support!

0 commit comments

Comments
 (0)