From cbf53dc94aca206dcd737e48a656feeaeb29d976 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Sat, 22 Jun 2024 21:22:13 -0500 Subject: [PATCH] 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 --- Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs | 4 ++-- Source/Directory.Build.props | 2 +- releasenotes.md | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs b/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs index c77315224c..efa7311388 100644 --- a/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs +++ b/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.2.3.0")] -[assembly: AssemblyFileVersion("8.2.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("8.2.4.0")] +[assembly: AssemblyFileVersion("8.2.4.0")] \ No newline at end of file diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props index 3c2739aaa6..ffee5712b4 100644 --- a/Source/Directory.Build.props +++ b/Source/Directory.Build.props @@ -6,7 +6,7 @@ - 8.2.3.0 + 8.2.4.0 MIT https://cslanet.com https://github.com/MarimerLLC/csla diff --git a/releasenotes.md b/releasenotes.md index 884e0261e2..2ed85e241e 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,21 @@ CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements. +## CSLA .NET version 8.2.4 release + +CSLA .NET version 8.2.4 fixes bugs. + +* [#4047](https://github.com/MarimerLLC/csla/issues/4047) Cannot change ContextManager through CslaOptions.ContextManagerType + +### Change List + +* https://github.com/MarimerLLC/csla/compare/v8.2.3...v8.2.4 + +### Contributors + +* @mirecg +* @rockfordlhotka + ## CSLA .NET version 8.2.3 release CSLA .NET version 8.2.3 fixes bugs.