Skip to content

Commit cbf53dc

Browse files
Update version and release notes for 8.2.4 (#4056)
* #4047 Ensure custom IContextManager is used * #4054 Update version to 8.2.4; update release notes
1 parent f39e467 commit cbf53dc

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [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")]

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>8.2.3.0</Version>
9+
<Version>8.2.4.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

releasenotes.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements.
44

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+
520
## CSLA .NET version 8.2.3 release
621

722
CSLA .NET version 8.2.3 fixes bugs.

0 commit comments

Comments
 (0)