Skip to content

Commit

Permalink
Update for 7.0.5 (#4033)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka authored Jun 15, 2024
1 parent 27744c9 commit 6973dbb
Show file tree
Hide file tree
Showing 3 changed files with 14 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.4.0")]
[assembly: AssemblyFileVersion("7.0.4.0")]
[assembly: AssemblyVersion("7.0.5.0")]
[assembly: AssemblyFileVersion("7.0.5.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.4.0</Version>
<Version>7.0.5.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>
Expand Down
11 changes: 11 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

CSLA 7 is a substantial update to CSLA .NET, adding support for .NET 7 and other enhancements.

## CSLA .NET version 7.0.5 release

CSLA .NET version 7.0.5 fixes bugs.

* [#4026](https://github.com/MarimerLLC/csla/issues/4026) Blazor ViewModel with ManagedObjectLifetime save issue

### Contributors

* @russblair
* @wfacey

## CSLA .NET version 7.0.4 release

CSLA .NET version 7.0.4 fixes bugs.
Expand Down

0 comments on commit 6973dbb

Please sign in to comment.