From c733bc8c9ce0aeb1a316239ef2381fcf30630ab4 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 26 Aug 2015 16:41:13 -0400 Subject: [PATCH 1/2] Include nuget.config for custom native nupkg Allow consumers to include a custom nuget package inside the LibGit2Sharp repository, which may be useful for people who fork this repository and want to use a custom libgit2, but one that is not generally available on some Nuget server. --- nuget.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..637d4e2f2 --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + From 7a199886da7d2276f38d27e9cd823fc3462c2e16 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 2 Sep 2015 15:51:08 -0400 Subject: [PATCH 2/2] Update travis's mono about 4.0.3 --- CI/travis.osx.install.deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/travis.osx.install.deps.sh b/CI/travis.osx.install.deps.sh index c6621b735..44d099a6e 100755 --- a/CI/travis.osx.install.deps.sh +++ b/CI/travis.osx.install.deps.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ev -MONO_VER=3.6.0 +MONO_VER=4.0.3 brew update which cmake || brew install cmake