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
77Primary 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
6937Thank you all so much for your support!
0 commit comments