Skip to content

Commit 3637292

Browse files
#3991 Update version and releasenotes for 8.2.2 (#3999)
1 parent 53a789d commit 3637292

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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("8.2.1.0")]
31-
[assembly: AssemblyFileVersion("8.2.1.0")]
30+
[assembly: AssemblyVersion("8.2.2.0")]
31+
[assembly: AssemblyFileVersion("8.2.2.0")]

Source/Directory.Build.props

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

77
<!-- Common Package Settings -->
88
<PropertyGroup>
9-
<Version>8.2.1.0</Version>
9+
<Version>8.2.2.0</Version>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>

releasenotes.md

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

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

5+
## CSLA .NET version 8.2.2 release
6+
7+
Bug fixes.
8+
9+
### Change List
10+
11+
* https://github.com/MarimerLLC/csla/compare/v8.2.1...v8.2.2
12+
13+
### Contributors
14+
15+
* @swegel
16+
517
## CSLA .NET version 8.2.1 release
618

719
Bug fixes.

0 commit comments

Comments
 (0)