diff --git a/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs b/Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs index cf610af51f..c50e799638 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("7.0.6.0")] -[assembly: AssemblyFileVersion("7.0.6.0")] \ No newline at end of file +[assembly: AssemblyVersion("7.0.7.0")] +[assembly: AssemblyFileVersion("7.0.7.0")] \ No newline at end of file diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props index 87ac0bee7a..7294dab6d5 100644 --- a/Source/Directory.Build.props +++ b/Source/Directory.Build.props @@ -5,7 +5,7 @@ - 7.0.6.0 + 7.0.7.0 MIT https://cslanet.com https://github.com/MarimerLLC/csla diff --git a/releasenotes.md b/releasenotes.md index d59e64910a..e0e82b9164 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,18 @@ CSLA 7 is a substantial update to CSLA .NET, adding support for .NET 7 and other enhancements. +## CSLA .NET version 7.0.7 release + +* #4262 Backport `LocalProxy` fix from #3633 to 7.0.7 + +## Change List + +[Changes in this release](https://github.com/MarimerLLC/csla/compare/v7.0.6...v7.0.7) + +## Contributors + +* [@tkyle](https://github.com/tkyle) + ## CSLA .NET version 7.0.6 release * Addresses [CVE-2024-28698](https://github.com/advisories/GHSA-9xhh-3m78-gvgj) via [#4133](https://github.com/MarimerLLC/csla/issues/4133)