Skip to content

Commit 19add4a

Browse files
Merge pull request #3010 from rockfordlhotka/3009-610-release
Update releasenotes for v6.1.0
2 parents f6b9a46 + ef9cbd0 commit 19add4a

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

Source/csla.build.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
Directory.Build.props = Directory.Build.props
1010
..\license.txt = ..\license.txt
1111
..\README.md = ..\README.md
12+
..\releasenotes.md = ..\releasenotes.md
1213
EndProjectSection
1314
EndProject
1415
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{85799E16-9B3B-4BD5-98D6-238E31291134}"
@@ -63,7 +64,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csla.AspNetCore", "Csla.Asp
6364
EndProject
6465
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csla.Web.Mvc5-Net4.6", "Csla.Web.Mvc5.Net4.6\Csla.Web.Mvc5-Net4.6.csproj", "{55127B94-9D7B-4AB6-A2CD-2E66B91602E3}"
6566
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Csla.Xaml.Maui", "Csla.Xaml.Maui\Csla.Xaml.Maui.csproj", "{396810B8-3881-4AB7-8F72-663D0690E9D7}"
67+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csla.Xaml.Maui", "Csla.Xaml.Maui\Csla.Xaml.Maui.csproj", "{396810B8-3881-4AB7-8F72-663D0690E9D7}"
6768
EndProject
6869
Global
6970
GlobalSection(SolutionConfigurationPlatforms) = preSolution

releasenotes.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
CSLA 6 is a major new version of CSLA .NET, fully supporting (and requiring) dependency injection and other features of modern .NET.
44

5+
## CSLA .NET version 6.1.0 release
6+
7+
CSLA .NET version 6.1.0 adds support for Maui and includes bug fixes and one breaking change.
8+
9+
* [#2549](https://github.com/MarimerLLC/csla/issues/2549) Add UI helpers for Maui
10+
* [#2672](https://github.com/MarimerLLC/csla/issues/2672) Enhance PropertyChanged behavior in `Csla.Xaml.ViewModelBase`
11+
* [#2764](https://github.com/MarimerLLC/csla/issues/2764) Update snippets NuGet installer for VS2022
12+
* [#2922](https://github.com/MarimerLLC/csla/issues/2922) Blazor no longer requires text-based serialization
13+
* [#2946](https://github.com/MarimerLLC/csla/issues/2946) LocalProxy now properly disposes DI scope and dependencies
14+
* [#2953](https://github.com/MarimerLLC/csla/issues/2953) DataAnnotations rules now support DI
15+
* [#2957](https://github.com/MarimerLLC/csla/issues/2957) Child data portal expections now flow up with details
16+
* [#2981](https://github.com/MarimerLLC/csla/issues/2981) You can now get a `System.Reflection.PropertyInfo` from `Csla.Blazor.PropertyInfo`
17+
* [#3007](https://github.com/MarimerLLC/csla/issues/3007) Add new BlazorServerExample project to the `Samples` folder
18+
* [#3014](https://github.com/MarimerLLC/csla/issues/3014) Fix bug in child data portal
19+
* [#3025](https://github.com/MarimerLLC/csla/issues/3025) Fix issue with analyzers
20+
21+
### Change List
22+
23+
* [Changes in this release](https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3Amarimerllc%2F3+)
24+
* [Breaking changes](https://github.com/MarimerLLC/csla/issues?q=is%3Aissue+is%3Aclosed+project%3Amarimerllc%2F3+label%3A%22flag%2Fbreaking+change%22)
25+
26+
### Dependency Updates
27+
28+
* Grpc.Net.Client
29+
* Grpc.Tools
30+
* Newtonsoft.Json
31+
* RabbitMQ.Client
32+
* Microsoft.NETCore.UniversalWindowsPlatform
33+
* Xamarin.Forms
34+
* Microsoft.AspNet.WebApi.Client
35+
* Microsoft.AspNet.WebPages
36+
* Microsoft.Web.Infrastructure
37+
* Microsoft.AspNet.WebApi.Core
38+
* Microsoft.AspNet.Mvc
39+
* Microsoft.AspNet.Razor
40+
* Google.Protobuf
41+
* Microsoft.CodeAnalysis.CSharp
42+
43+
### Contributors
44+
45+
@joshhanson314
46+
@rockfordlhotka
47+
@TheCakeMonster
48+
549
## CSLA .NET version 6.0.0 release
650

751
CSLA .NET version 6.0.0 is a major release with numerous breaking changes, including:

0 commit comments

Comments
 (0)