Skip to content

Commit fa049ad

Browse files
#4149 Update version numbers and release notes
1 parent f3a5c34 commit fa049ad

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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

+2-2
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.5.0")]
31-
[assembly: AssemblyFileVersion("7.0.5.0")]
30+
[assembly: AssemblyVersion("7.0.6.0")]
31+
[assembly: AssemblyFileVersion("7.0.6.0")]

Source/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

releasenotes.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.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+
517
## CSLA .NET version 7.0.5 release
618

719
CSLA .NET version 7.0.5 fixes bugs.

0 commit comments

Comments
 (0)