File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 27
27
// You can specify all the values or you can default the Build and Revision Numbers
28
28
// by using the '*' as shown below:
29
29
// [assembly: AssemblyVersion("1.0.*")]
30
- [ assembly: AssemblyVersion ( "8.2.3 .0" ) ]
31
- [ assembly: AssemblyFileVersion ( "8.2.3 .0" ) ]
30
+ [ assembly: AssemblyVersion ( "8.2.4 .0" ) ]
31
+ [ assembly: AssemblyFileVersion ( "8.2.4 .0" ) ]
Original file line number Diff line number Diff line change 6
6
7
7
<!-- Common Package Settings -->
8
8
<PropertyGroup >
9
- <Version >8.2.3 .0</Version >
9
+ <Version >8.2.4 .0</Version >
10
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
11
11
<PackageProjectUrl >https://cslanet.com</PackageProjectUrl >
12
12
<RepositoryUrl >https://github.com/MarimerLLC/csla</RepositoryUrl >
Original file line number Diff line number Diff line change 2
2
3
3
CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements.
4
4
5
+ ## CSLA .NET version 8.2.4 release
6
+
7
+ CSLA .NET version 8.2.4 fixes bugs.
8
+
9
+ * [ #4047 ] ( https://github.com/MarimerLLC/csla/issues/4047 ) Cannot change ContextManager through CslaOptions.ContextManagerType
10
+
11
+ ### Change List
12
+
13
+ * https://github.com/MarimerLLC/csla/compare/v8.2.3...v8.2.4
14
+
15
+ ### Contributors
16
+
17
+ * @mirecg
18
+ * @rockfordlhotka
19
+
5
20
## CSLA .NET version 8.2.3 release
6
21
7
22
CSLA .NET version 8.2.3 fixes bugs.
You can’t perform that action at this time.
0 commit comments