Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/nuget-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <ward.matt@gmail.com>2015-08-25 18:36:44 +0300
committerMatt Ward <ward.matt@gmail.com>2015-08-25 18:36:44 +0300
commit4612ea9166f27f5193b4abb3c0825e52df08eb8f (patch)
tree4e88256ee689d42d1dcb89cfaefc570c45fbeaf6
parent81cc5eccc3b004c5f07d8f2c783590caa9dd554c (diff)
Allow Microsoft.ApplicationInsights to be installed with NuGet.Core.2.8.7-support-microsoft-app-insights
Source code changes: https://github.com/mrward/nuget/commit/c003faa756de41f08b66fbaba5d2f06fac78fc17 Fixed bug #30049 - Unable to install Microsoft.ApplicationInsights https://bugzilla.xamarin.com/show_bug.cgi?id=30049 The Microsoft.ApplicationInsights NuGet package specifies a minClientVersion of 2.8.50313 which is the version of the NuGet Package Manager's assembly version released by Microsoft but not the production version which is 2.8.1. NuGet.Core when built for MonoDevelop uses the same version for both of these values and does not match the version generated by Microsoft. To handle this the 2.8.50313 version is mapped to 2.8.1.
-rw-r--r--NuGet.Core.dllbin581632 -> 582144 bytes
-rw-r--r--NuGet.exebin1066496 -> 1066496 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/NuGet.Core.dll b/NuGet.Core.dll
index b323457..12f7e89 100644
--- a/NuGet.Core.dll
+++ b/NuGet.Core.dll
Binary files differ
diff --git a/NuGet.exe b/NuGet.exe
index e1e7b49..a149634 100644
--- a/NuGet.exe
+++ b/NuGet.exe
Binary files differ