Skip to content

Commit

Permalink
Update version and release notes for 8.2.4 (#4056)
Browse files Browse the repository at this point in the history
* #4047 Ensure custom IContextManager is used

* #4054 Update version to 8.2.4; update release notes
  • Loading branch information
rockfordlhotka authored Jun 23, 2024
1 parent f39e467 commit cbf53dc
Show file tree
Hide file tree
Showing 3 changed files with 18 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.3.0")]
[assembly: AssemblyFileVersion("8.2.3.0")]
[assembly: AssemblyVersion("8.2.4.0")]
[assembly: AssemblyFileVersion("8.2.4.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.3.0</Version>
<Version>8.2.4.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://cslanet.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarimerLLC/csla</RepositoryUrl>
Expand Down
15 changes: 15 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## CSLA .NET version 8.2.4 release

CSLA .NET version 8.2.4 fixes bugs.

* [#4047](https://github.com/MarimerLLC/csla/issues/4047) Cannot change ContextManager through CslaOptions.ContextManagerType

### Change List

* https://github.com/MarimerLLC/csla/compare/v8.2.3...v8.2.4

### Contributors

* @mirecg
* @rockfordlhotka

## CSLA .NET version 8.2.3 release

CSLA .NET version 8.2.3 fixes bugs.
Expand Down

0 comments on commit cbf53dc

Please sign in to comment.