This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit a5b7496be8ca4945b4b02b523558dfbcc7e528c1 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Nov 25 17:43:02 2019 +0700 Lucene.Net.Analysis.SmartCn, Lucene.Net.Benchmark: Removed out of date package release notes that only applied to icu-dotnet (we are now using ICU4N instead). --- src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj | 1 - src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj index 62bc605..c8a5c69 100644 --- a/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj +++ b/src/Lucene.Net.Analysis.SmartCn/Lucene.Net.Analysis.SmartCn.csproj @@ -30,7 +30,6 @@ <AssemblyTitle>Lucene.Net.Analysis.SmartCn</AssemblyTitle> <Description>Analyzer for indexing Chinese for the Lucene.Net full-text search engine library from The Apache Software Foundation.</Description> - <PackageReleaseNotes>This package runs natively on Linux. To run on Windows, install the Icu4c.Win.Full.Lib NuGet package into your application. See: https://github.com/sillsdev/icu-dotnet#windows-1.</PackageReleaseNotes> <PackageTags>$(PackageTags);analysis;chinese;smart</PackageTags> <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> diff --git a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj index 7b19cfd..b5b68b5 100644 --- a/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj +++ b/src/Lucene.Net.Benchmark/Lucene.Net.Benchmark.csproj @@ -31,7 +31,6 @@ <AssemblyTitle>Lucene.Net.Benchmark</AssemblyTitle> <Description>System for benchmarking the Lucene.Net full-text search engine library from The Apache Software Foundation.</Description> <PackageTags>$(PackageTags);benchmark</PackageTags> - <PackageReleaseNotes>This package runs natively on Linux. To run on Windows, install the Icu4c.Win.Full.Lib NuGet package into your application. See: https://github.com/sillsdev/icu-dotnet#windows-1.</PackageReleaseNotes> <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> <NoWarn>$(NoWarn);1591;1573</NoWarn> </PropertyGroup>
