You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2016/12/10 17:16:16 UTC

[2/3] lucenenet git commit: Added spatial4n MyGet package URL to NuGet.config

Added spatial4n MyGet package URL to NuGet.config


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/cf6997fa
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/cf6997fa
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/cf6997fa

Branch: refs/heads/master
Commit: cf6997fa522d785993511979c7579549f22a53c6
Parents: 0062bb7
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Dec 11 00:04:28 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Dec 11 00:08:32 2016 +0700

----------------------------------------------------------------------
 NuGet.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/cf6997fa/NuGet.config
----------------------------------------------------------------------
diff --git a/NuGet.config b/NuGet.config
index 3e4b0ef..54d3ac0 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,6 +4,7 @@
     <clear />
     <add key="icunet" value="https://www.myget.org/F/icu-dotnet/api/v2" />
     <add key="dotnet-cat" value="https://www.myget.org/F/dotnetcat/api/v2" />
+	<add key="spatial4n" value="https://www.myget.org/F/spatial4n/api/v2" />
     <add key="nugetorg" value="https://www.nuget.org/api/v2" />
   </packageSources>
 </configuration>
\ No newline at end of file