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:15 UTC

[1/3] lucenenet git commit: Adding NuGet.config from netcoremigration branch.

Repository: lucenenet
Updated Branches:
  refs/heads/master bec42a430 -> a6a027900


Adding NuGet.config from netcoremigration branch.


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

Branch: refs/heads/master
Commit: 0062bb7173974e4d999b68abb6e1255ccc92f70e
Parents: e8735ed
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Dec 11 00:01:18 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Dec 11 00:08:06 2016 +0700

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


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/0062bb71/NuGet.config
----------------------------------------------------------------------
diff --git a/NuGet.config b/NuGet.config
new file mode 100644
index 0000000..3e4b0ef
--- /dev/null
+++ b/NuGet.config
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+  <packageSources>
+    <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="nugetorg" value="https://www.nuget.org/api/v2" />
+  </packageSources>
+</configuration>
\ No newline at end of file


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

Posted by ni...@apache.org.
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


[3/3] lucenenet git commit: Merge branch 'spatial'

Posted by ni...@apache.org.
Merge branch 'spatial'


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

Branch: refs/heads/master
Commit: a6a027900f57de5695bcca13e03e97662f2d28fe
Parents: bec42a4 cf6997f
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Sun Dec 11 00:15:36 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Sun Dec 11 00:15:36 2016 +0700

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