From 65f95fecba131673d76a51a55cb13ed3a81840de Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Thu, 6 Oct 2022 16:10:37 -0500 Subject: [PATCH 1/2] Android build task update --- Source/Csla.Axml.Android/Resources/Resource.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Csla.Axml.Android/Resources/Resource.Designer.cs b/Source/Csla.Axml.Android/Resources/Resource.Designer.cs index ff2140176f..a5e102eb03 100644 --- a/Source/Csla.Axml.Android/Resources/Resource.Designer.cs +++ b/Source/Csla.Axml.Android/Resources/Resource.Designer.cs @@ -14,7 +14,7 @@ namespace Csla.Axml { - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.0.99.109")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "13.0.99.154")] public partial class Resource { From e98328f26b3ccec40f2acca9b7d052aa4e1d7ba8 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Thu, 6 Oct 2022 16:11:01 -0500 Subject: [PATCH 2/2] #3061 Update release notes for v6.2.0 --- releasenotes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/releasenotes.md b/releasenotes.md index f200b10edc..b297544855 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,29 @@ CSLA 6 is a major new version of CSLA .NET, fully supporting (and requiring) dependency injection and other features of modern .NET. +## CSLA .NET version 6.2.0 release + +CSLA .NET version 6.2.0 enhances `ExecuteAsync` to accept parameters, includes bug fixes, and numerous dependency version updates. + +* [#1775](https://github.com/MarimerLLC/csla/issues/1775) Enhance data portal `ExecuteAsync` to allow passing parameters +* [#3100](https://github.com/MarimerLLC/csla/issues/3100) Linux build issue fix +* [#2975](https://github.com/MarimerLLC/csla/issues/2975) Linux build issue fix +* [#3083](https://github.com/MarimerLLC/csla/issues/3083) `NameValueList` serialization fix +* [#3044](https://github.com/MarimerLLC/csla/issues/3044) Don't use `WindowsPrincipal` on unsupported platforms +* [#3035](https://github.com/MarimerLLC/csla/issues/3035) Add `ViewModelBase` type to `Csla.Maui` namespace + +### Change List + +* [Changes in this release](https://github.com/MarimerLLC/csla/issues?q=project%3Amarimerllc%2F6+is%3Aclosed+) + +### Contributors + +@ajj7060 +@bujma +@jasonBock +@rockfordlhotka +@TheCakeMonster + ## CSLA .NET version 6.1.0 release CSLA .NET version 6.1.0 adds support for Maui and includes bug fixes and one breaking change.