File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 27
27
// You can specify all the values or you can default the Build and Revision Numbers
28
28
// by using the '*' as shown below:
29
29
// [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" ) ]
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Common Package Settings -->
7
7
<PropertyGroup >
8
- <Version >7.0.4 .0</Version >
8
+ <Version >7.0.5 .0</Version >
9
9
<PackageLicenseExpression >MIT</PackageLicenseExpression >
10
10
<PackageProjectUrl >https://cslanet.com</PackageProjectUrl >
11
11
<RepositoryUrl >https://github.com/MarimerLLC/csla</RepositoryUrl >
Original file line number Diff line number Diff line change 2
2
3
3
CSLA 7 is a substantial update to CSLA .NET, adding support for .NET 7 and other enhancements.
4
4
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
+
5
16
## CSLA .NET version 7.0.4 release
6
17
7
18
CSLA .NET version 7.0.4 fixes bugs.
You can’t perform that action at this time.
0 commit comments