Added release notes with install instructions for Lucene.Net.ICU
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/dd235110 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/dd235110 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/dd235110 Branch: refs/heads/master Commit: dd23511026856f3d5a9872458e57596808c8b4ea Parents: 28c1282 Author: Shad Storhaug <[email protected]> Authored: Sat May 6 03:31:48 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat May 6 03:31:48 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.ICU/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/dd235110/src/Lucene.Net.ICU/project.json ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.ICU/project.json b/src/Lucene.Net.ICU/project.json index f0889b8..0b7c18a 100644 --- a/src/Lucene.Net.ICU/project.json +++ b/src/Lucene.Net.ICU/project.json @@ -9,7 +9,8 @@ "iconUrl": "https://github.com/apache/lucenenet/blob/master/branding/logo/lucene-net-icon-128x128.png?raw=true", "owners": [ "The Apache Software Foundation" ], "repository": { "url": "https://github.com/apache/lucenenet" }, - "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ] + "tags": [ "lucene.net", "core", "text", "search", "information", "retrieval", "lucene", "apache", "analysis", "index", "query" ], + "releaseNotes": "This package depends on a temporary version of icu.net hosted on MyGet until official .NET Core support is added. To install, copy the NuGet.config file from https://github.com/apache/lucenenet/blob/master/NuGet.config into your project and then install this package via Package Manager Console as usual." }, "buildOptions": { "define": [ "FEATURE_BREAKITERATOR" ],
