From 36372924c1ce18a3251a3066ed64013102caefdb Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Fri, 31 May 2024 12:41:37 -0500 Subject: [PATCH] #3991 Update version and releasenotes for 8.2.2 (#3999) --- Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs | 4 ++-- Source/Directory.Build.props | 2 +- releasenotes.md | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs b/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs index 5e6f02f06d..357edf0d19 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.1.0")] -[assembly: AssemblyFileVersion("8.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("8.2.2.0")] +[assembly: AssemblyFileVersion("8.2.2.0")] \ No newline at end of file diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props index 249347fc85..12ee26ac45 100644 --- a/Source/Directory.Build.props +++ b/Source/Directory.Build.props @@ -6,7 +6,7 @@ - 8.2.1.0 + 8.2.2.0 MIT https://cslanet.com https://github.com/MarimerLLC/csla diff --git a/releasenotes.md b/releasenotes.md index 9268d5b4c5..93c4095abb 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,18 @@ CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements. +## CSLA .NET version 8.2.2 release + +Bug fixes. + +### Change List + +* https://github.com/MarimerLLC/csla/compare/v8.2.1...v8.2.2 + +### Contributors + +* @swegel + ## CSLA .NET version 8.2.1 release Bug fixes.