1
- # CSLA 9 releases
1
+ # CSLA 10 releases
2
2
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.
4
4
5
- ## CSLA .NET version 9 .0.0 release
5
+ ## CSLA .NET version 10 .0.0 release
6
6
7
7
Primary changes in this release include:
8
8
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
26
11
27
12
### Supported Platforms
28
13
29
- * .NET 9
30
- * .NET 8
14
+ * .NET 10
31
15
* .NET Framework 4.6.2 through 4.8
32
16
* Blazor
33
17
* MAUI
@@ -42,28 +26,12 @@ Also expected to work on:
42
26
43
27
### Change List
44
28
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
46
30
47
31
### Contributors
48
32
49
- * @Bowman74
50
- * @Chicagoan2016
51
- * @crazyfox55
52
- * @EricNgo1972
53
- * @Freelancingonupwork
54
- * @jensbrand
55
- * @kant2002
56
- * @luizfbicalho
57
- * @michaelcsikos
58
- * @mirecg
59
- * @mtavares628
60
33
* @rockfordlhotka
61
- * @russblair
62
34
* @SimonCropp
63
- * @sshushliapin
64
35
* @StefanOssendorf
65
- * @swegele
66
- * @TheCakeMonster
67
- * @wfacey
68
36
69
37
Thank you all so much for your support!
0 commit comments