Skip to content

Commit

Permalink
Merge pull request #3010 from rockfordlhotka/3009-610-release
Browse files Browse the repository at this point in the history
Update releasenotes for v6.1.0
  • Loading branch information
rockfordlhotka authored Jul 23, 2022
2 parents f6b9a46 + ef9cbd0 commit 19add4a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/csla.build.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
..\license.txt = ..\license.txt
..\README.md = ..\README.md
..\releasenotes.md = ..\releasenotes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{85799E16-9B3B-4BD5-98D6-238E31291134}"
Expand Down Expand Up @@ -63,7 +64,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csla.AspNetCore", "Csla.Asp
EndProject
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}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Csla.Xaml.Maui", "Csla.Xaml.Maui\Csla.Xaml.Maui.csproj", "{396810B8-3881-4AB7-8F72-663D0690E9D7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Csla.Xaml.Maui", "Csla.Xaml.Maui\Csla.Xaml.Maui.csproj", "{396810B8-3881-4AB7-8F72-663D0690E9D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
44 changes: 44 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

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.1.0 release

CSLA .NET version 6.1.0 adds support for Maui and includes bug fixes and one breaking change.

* [#2549](https://github.com/MarimerLLC/csla/issues/2549) Add UI helpers for Maui
* [#2672](https://github.com/MarimerLLC/csla/issues/2672) Enhance PropertyChanged behavior in `Csla.Xaml.ViewModelBase`
* [#2764](https://github.com/MarimerLLC/csla/issues/2764) Update snippets NuGet installer for VS2022
* [#2922](https://github.com/MarimerLLC/csla/issues/2922) Blazor no longer requires text-based serialization
* [#2946](https://github.com/MarimerLLC/csla/issues/2946) LocalProxy now properly disposes DI scope and dependencies
* [#2953](https://github.com/MarimerLLC/csla/issues/2953) DataAnnotations rules now support DI
* [#2957](https://github.com/MarimerLLC/csla/issues/2957) Child data portal expections now flow up with details
* [#2981](https://github.com/MarimerLLC/csla/issues/2981) You can now get a `System.Reflection.PropertyInfo` from `Csla.Blazor.PropertyInfo`
* [#3007](https://github.com/MarimerLLC/csla/issues/3007) Add new BlazorServerExample project to the `Samples` folder
* [#3014](https://github.com/MarimerLLC/csla/issues/3014) Fix bug in child data portal
* [#3025](https://github.com/MarimerLLC/csla/issues/3025) Fix issue with analyzers

### Change List

* [Changes in this release](https://github.com/MarimerLLC/csla/issues?q=is%3Aclosed+project%3Amarimerllc%2F3+)
* [Breaking changes](https://github.com/MarimerLLC/csla/issues?q=is%3Aissue+is%3Aclosed+project%3Amarimerllc%2F3+label%3A%22flag%2Fbreaking+change%22)

### Dependency Updates

* Grpc.Net.Client
* Grpc.Tools
* Newtonsoft.Json
* RabbitMQ.Client
* Microsoft.NETCore.UniversalWindowsPlatform
* Xamarin.Forms
* Microsoft.AspNet.WebApi.Client
* Microsoft.AspNet.WebPages
* Microsoft.Web.Infrastructure
* Microsoft.AspNet.WebApi.Core
* Microsoft.AspNet.Mvc
* Microsoft.AspNet.Razor
* Google.Protobuf
* Microsoft.CodeAnalysis.CSharp

### Contributors

@joshhanson314
@rockfordlhotka
@TheCakeMonster

## CSLA .NET version 6.0.0 release

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

0 comments on commit 19add4a

Please sign in to comment.