diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2a40bf..cc66f262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [3.0.0] - 2024-11-21 + ### Added - Added support for netstandard2.0 +### Changed + +- Exception messages on .NET 6+ contain more information when dynamic library loading fails +- Update dependencies to the latest stable versions + ### Fixed - Fixed a bug when using a library compiled against icu-dotnet netstandard1.6, when your project referenced a different version of icu-dotnet diff --git a/GitVersion.yml b/GitVersion.yml index 889e386d..d45de60c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -3,18 +3,19 @@ assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:GITVERSION_BUILD_ mode: ContinuousDeployment branches: master: - tag: beta + label: beta regex: (origin/)?master hotfix: - tag: beta + label: beta regex: (origin/)?hotfix[/-] increment: Patch - prevent-increment-of-merged-branch-version: false + prevent-increment: + of-merged-branch: false track-merge-target: false tracks-release-branches: false is-release-branch: false pull-request: mode: ContinuousDeployment - tag: PR + label: PR ignore: sha: [] diff --git a/source/icu.net.tests/icu.net.tests.csproj b/source/icu.net.tests/icu.net.tests.csproj index f2e5dfe3..9a91802a 100644 --- a/source/icu.net.tests/icu.net.tests.csproj +++ b/source/icu.net.tests/icu.net.tests.csproj @@ -12,7 +12,7 @@ - + - + diff --git a/source/icu.net/icu.net.csproj b/source/icu.net/icu.net.csproj index cdedd08e..60d66a20 100644 --- a/source/icu.net/icu.net.csproj +++ b/source/icu.net/icu.net.csproj @@ -6,10 +6,10 @@ README.md - - - - + + + +