Skip to content

Commit

Permalink
#3991 Update version and releasenotes for 8.2.2 (#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka authored May 31, 2024
1 parent 53a789d commit 3637292
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/Csla.Xaml.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.2.1.0")]
[assembly: AssemblyFileVersion("8.2.1.0")]
[assembly: AssemblyVersion("8.2.2.0")]
[assembly: AssemblyFileVersion("8.2.2.0")]
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Common Package Settings -->
<PropertyGroup>
<Version>8.2.1.0</Version>
<Version>8.2.2.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>
Expand Down
12 changes: 12 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## CSLA .NET version 8.2.2 release

Bug fixes.

### Change List

* https://github.com/MarimerLLC/csla/compare/v8.2.1...v8.2.2

### Contributors

* @swegel

## CSLA .NET version 8.2.1 release

Bug fixes.
Expand Down

0 comments on commit 3637292

Please sign in to comment.