From a2d4a68aa567600afa4ee3cdc6db3b8109788e09 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 8 Jul 2022 15:41:02 +0200 Subject: [PATCH] Fix copying of `icu.net.dll.config` file in nuget package It seems that the .props/.targets files get only included if the XML file specifies the namespace. --- CHANGELOG.md | 3 ++- source/icu.net/icu.net.props | 2 +- source/icu.net/icu.net.targets | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b695e4..aae7daec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Fix bug in `UnicodeSet.ToCharacters()`with upper Unicode planes (LT-21010) +- Fix bug in `UnicodeSet.ToCharacters()` with upper Unicode planes (LT-21010) +- Fix copying of `icu.net.dll.config` file in nuget package ## [2.8.0] - 2022-06-24 diff --git a/source/icu.net/icu.net.props b/source/icu.net/icu.net.props index 3106dcb6..b0e3ccfc 100644 --- a/source/icu.net/icu.net.props +++ b/source/icu.net/icu.net.props @@ -1,4 +1,4 @@ - + diff --git a/source/icu.net/icu.net.targets b/source/icu.net/icu.net.targets index debc5a00..95181b27 100644 --- a/source/icu.net/icu.net.targets +++ b/source/icu.net/icu.net.targets @@ -1,4 +1,4 @@ - +