Repository: ignite Updated Branches: refs/heads/master 1b4d57ab3 -> 709890275
.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/70989027 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/70989027 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/70989027 Branch: refs/heads/master Commit: 709890275a95f7aa981549c945e8f6c3802970fe Parents: 1b4d57a Author: Pavel Tupitsyn <[email protected]> Authored: Thu Apr 28 15:21:16 2016 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Thu Apr 28 15:21:16 2016 +0300 ---------------------------------------------------------------------- .../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/70989027/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
