Skip to content

Commit 6973dbb

Browse files
Update for 7.0.5 (#4033)
1 parent 27744c9 commit 6973dbb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
30-
[assembly: AssemblyVersion("7.0.4.0")]
31-
[assembly: AssemblyFileVersion("7.0.4.0")]
30+
[assembly: AssemblyVersion("7.0.5.0")]
31+
[assembly: AssemblyFileVersion("7.0.5.0")]

Source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Common Package Settings -->
77
<PropertyGroup>
8-
<Version>7.0.4.0</Version>
8+
<Version>7.0.5.0</Version>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

releasenotes.md

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

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

5+
## CSLA .NET version 7.0.5 release
6+
7+
CSLA .NET version 7.0.5 fixes bugs.
8+
9+
* [#4026](https://github.com/MarimerLLC/csla/issues/4026) Blazor ViewModel with ManagedObjectLifetime save issue
10+
11+
### Contributors
12+
13+
* @russblair
14+
* @wfacey
15+
516
## CSLA .NET version 7.0.4 release
617

718
CSLA .NET version 7.0.4 fixes bugs.

0 commit comments

Comments
 (0)