Skip to content

Commit

Permalink
Release v2.10.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil authored Jun 17, 2024
1 parent 796b6d3 commit fddc930
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.10.0] - 2024-06-17

### Added

- Support macOS

### Changed

- Move .NET 6.0 builds to .NET 8.0
- Update some GitHub Actions versions

## [2.9.0] - 2023-02-15

### Added
Expand Down Expand Up @@ -277,8 +288,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.9.0...master
[Unreleased]: https://github.com/sillsdev/icu-dotnet/compare/v2.10.0...master

[2.10.0]: https://github.com/sillsdev/icu-dotnet/compare/v2.9.0...v2.10.0
[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
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-2023 SIL International</Copyright>
<Copyright>Copyright © 2007-2024 SIL International</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/icu-dotnet</PackageProjectUrl>
<AppendToReleaseNotesProperty><![CDATA[
Expand Down

0 comments on commit fddc930

Please sign in to comment.