File tree 3 files changed +15
-3
lines changed
3 files changed +15
-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.5 .0" ) ]
31
- [ assembly: AssemblyFileVersion ( "7.0.5 .0" ) ]
30
+ [ assembly: AssemblyVersion ( "7.0.6 .0" ) ]
31
+ [ assembly: AssemblyFileVersion ( "7.0.6 .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.5 .0</Version >
8
+ <Version >7.0.6 .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.6 release
6
+
7
+ * Addresses [ CVE-2024 -28698] ( https://github.com/advisories/GHSA-9xhh-3m78-gvgj ) via [ #4133 ] ( https://github.com/MarimerLLC/csla/issues/4133 )
8
+
9
+ ## Change List
10
+
11
+ [ Changes in this release] ( https://github.com/MarimerLLC/csla/compare/v7.0.5...v7.0.6 )
12
+
13
+ ## Contributors
14
+
15
+ * [ @MaceySoftware ] ( https://github.com/MaceySoftware )
16
+
5
17
## CSLA .NET version 7.0.5 release
6
18
7
19
CSLA .NET version 7.0.5 fixes bugs.
You can’t perform that action at this time.
0 commit comments