Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Feb 15, 2023
1 parent 3bc409d commit 6dd70d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.9.0] - 2023-02-15

### Added

- Support .net 6.0
Expand Down Expand Up @@ -275,8 +277,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Change versioning scheme. Previously the versions for the nuget package included
the ICU version. Now we follow [Semantic Versioning](http://semver.org/).

[Unreleased]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.1...master
[Unreleased]: https://github.com/sillsdev/icu-dotnet/compare/v2.9.0...master

[2.9.0]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.1...v2.9.0
[2.8.1]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.0...v2.8.1
[2.8.0]: https://github.com/sillsdev/icu-dotnet/compare/v2.7.1...v2.8.0
[2.7.1]: https://github.com/sillsdev/icu-dotnet/compare/v2.7.0...v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<WarningLevel>4</WarningLevel>
<Company>SIL International</Company>
<Authors>SIL International</Authors>
<Copyright>Copyright © 2007-2022 SIL International</Copyright>
<Copyright>Copyright © 2007-2023 SIL International</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/icu-dotnet</PackageProjectUrl>
<AppendToReleaseNotesProperty><![CDATA[
Expand Down

0 comments on commit 6dd70d9

Please sign in to comment.