Skip to content

Commit

Permalink
Version 7.0.7 release (#4273)
Browse files Browse the repository at this point in the history
* Update version to 7.0.7

* Update release notes for 7.0.7
  • Loading branch information
rockfordlhotka authored Oct 29, 2024
1 parent e899d5d commit c6b5dbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("7.0.7.0")]
[assembly: AssemblyFileVersion("7.0.7.0")]
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- Common Package Settings -->
<PropertyGroup>
<Version>7.0.6.0</Version>
<Version>7.0.7.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>
Expand Down
12 changes: 12 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c6b5dbc

Please sign in to comment.