.NET: Fix outdated LINQ NuGet package description
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1beea535 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1beea535 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1beea535 Branch: refs/heads/ignite-2788 Commit: 1beea53556b904e7fc50af59acae2c2fe3a266e3 Parents: 90df322 Author: Pavel Tupitsyn <[email protected]> Authored: Thu Apr 28 15:21:16 2016 +0300 Committer: shtykh_roman <[email protected]> Committed: Fri May 13 16:11:16 2016 +0900 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1beea535/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec index 7654dac..334fb9c 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.nuspec @@ -40,10 +40,11 @@ Creating NuGet package: <requireLicenseAcceptance>false</requireLicenseAcceptance> <description> LINQ Provider for Apache Ignite + +Query distributed in-memory data in a strongly-typed manner and with IDE support! +All Ignite SQL features are supported: distributed joins, groupings, aggregates, field queries, and more. More info: https://apacheignite-net.readme.io/ - -WARNING: this only works with x64 build targets. </description> <summary> LINQ Provider for Apache Ignite
