File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
1717## [ Unreleased]
1818
19+ ## [ 3.0.0] - 2024-11-21
20+
1921### Added
2022
2123- Added support for netstandard2.0
2224
25+ ### Changed
26+
27+ - Exception messages on .NET 6+ contain more information when dynamic library loading fails
28+ - Update dependencies to the latest stable versions
29+
2330### Fixed
2431
2532- Fixed a bug when using a library compiled against icu-dotnet netstandard1.6, when your project referenced a different version of icu-dotnet
Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:GITVERSION_BUILD_
33mode : ContinuousDeployment
44branches :
55 master :
6- tag : beta
6+ label : beta
77 regex : (origin/)?master
88 hotfix :
9- tag : beta
9+ label : beta
1010 regex : (origin/)?hotfix[/-]
1111 increment : Patch
12- prevent-increment-of-merged-branch-version : false
12+ prevent-increment :
13+ of-merged-branch : false
1314 track-merge-target : false
1415 tracks-release-branches : false
1516 is-release-branch : false
1617 pull-request :
1718 mode : ContinuousDeployment
18- tag : PR
19+ label : PR
1920ignore :
2021 sha : []
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Icu4c.Win.Full.Lib" Version =" 62.1.4-beta" />
1414 <PackageReference Include =" Icu4c.Win.Min" Version =" 59.1.7" />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1616 <PackageReference Include =" NUnit" Version =" 3.13.3" />
1717 <!--
1818 Only version 4.3.2 of NUnit3TestAdapter is able to run tests for both .NET 8.0 and .NET Framework 4.6.1.
2121 Going forward we're going to have to drop 4.6.1 support to be able to support newer .NET versions.
2222 -->
2323 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.2" />
24- <PackageReference Include =" NUnit.Console" Version =" 3.17.0 " />
24+ <PackageReference Include =" NUnit.Console" Version =" 3.18.3 " />
2525 <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
2626 <PackageReference Include =" System.IO.FileSystem.Primitives" Version =" 4.3.0" />
2727 </ItemGroup >
Original file line number Diff line number Diff line change 66 <PackageReadmeFile >README.md</PackageReadmeFile >
77 </PropertyGroup >
88 <ItemGroup >
9- <PackageReference Include =" GitVersion.MsBuild" Version =" 5.10.3 " PrivateAssets =" all" />
10- <PackageReference Include =" JetBrains.Annotations" Version =" 2022.1 .0" PrivateAssets =" all" />
11- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" all" />
12- <PackageReference Include =" SIL.ReleaseTasks" Version =" 2.5 .0" PrivateAssets =" all" />
9+ <PackageReference Include =" GitVersion.MsBuild" Version =" 6.0.5 " PrivateAssets =" all" />
10+ <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .0" PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" all" />
12+ <PackageReference Include =" SIL.ReleaseTasks" Version =" 3.0 .0" PrivateAssets =" all" />
1313 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
1414 </ItemGroup >
1515 <ItemGroup Condition =" '$(TargetFramework)' != 'net40'" >
You can’t perform that action at this time.
0 commit comments