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>2016-05-26 12:31:09 +0300
committerMatt Ward <ward.matt@gmail.com>2016-05-26 12:31:09 +0300
commitc400e3cf70578f033ef011e94bbe61d0847ac23f (patch)
tree0cdd008c607c04d22dc5c616f0b5c6baa573baee
parent6aa624b620a55c5a94325142f6f0b6d7ee2b4375 (diff)
Add custom build of NuGet 3.4.3 with proxy auth fixes.
The custom build of NuGet has two fixes: 1) Proxy credentials are now requested for a http package source if proxy authentication is required.Previously only package sources using https would request proxy credentials. 2) Workaround for proxy credentials not being requested for https package sources on Mono. Mono throws a different exception when a request to a https url requires proxy authentication which is now handled in NuGet. Custom source code is available from: https://github.com/mrward/NuGet.Client/tree/release-3.4.3-monodevelop
-rw-r--r--Microsoft.Web.XmlTransform.dllbin90832 -> 81600 bytes
-rw-r--r--NuGet.Client.dllbin19632 -> 12800 bytes
-rw-r--r--NuGet.Commands.dllbin159960 -> 141824 bytes
-rw-r--r--NuGet.Common.dllbin34480 -> 27648 bytes
-rw-r--r--NuGet.Configuration.dllbin73432 -> 56320 bytes
-rw-r--r--NuGet.ContentModel.dllbin30896 -> 23040 bytes
-rw-r--r--NuGet.Core.dllbin557784 -> 548528 bytes
-rw-r--r--NuGet.Credentials.dllbin28848 -> 22016 bytes
-rw-r--r--NuGet.DependencyResolver.Core.dllbin48816 -> 41984 bytes
-rw-r--r--NuGet.DependencyResolver.dllbin21680 -> 14336 bytes
-rw-r--r--NuGet.Frameworks.dllbin100056 -> 83456 bytes
-rw-r--r--NuGet.Indexing.dllbin38576 -> 31744 bytes
-rw-r--r--NuGet.LibraryModel.dllbin25776 -> 18432 bytes
-rw-r--r--NuGet.Logging.dllbin12976 -> 5632 bytes
-rw-r--r--NuGet.PackageManagement.dllbin193240 -> 176128 bytes
-rw-r--r--NuGet.Packaging.Core.Types.dllbin22192 -> 15360 bytes
-rw-r--r--NuGet.Packaging.Core.dllbin21680 -> 13824 bytes
-rw-r--r--NuGet.Packaging.dllbin165080 -> 139776 bytes
-rw-r--r--NuGet.ProjectManagement.dllbin118992 -> 101888 bytes
-rw-r--r--NuGet.ProjectModel.dllbin74416 -> 66560 bytes
-rw-r--r--NuGet.Protocol.Core.Types.dllbin53464 -> 36352 bytes
-rw-r--r--NuGet.Protocol.Core.v2.dllbin53976 -> 37376 bytes
-rw-r--r--NuGet.Protocol.Core.v3.dllbin257240 -> 240640 bytes
-rw-r--r--NuGet.Protocol.VisualStudio.dllbin50904 -> 33280 bytes
-rw-r--r--NuGet.Repositories.dllbin15024 -> 7680 bytes
-rw-r--r--NuGet.Resolver.dllbin60120 -> 42496 bytes
-rw-r--r--NuGet.RuntimeModel.dllbin30384 -> 23552 bytes
-rw-r--r--NuGet.Versioning.dllbin36528 -> 28672 bytes
28 files changed, 0 insertions, 0 deletions
diff --git a/Microsoft.Web.XmlTransform.dll b/Microsoft.Web.XmlTransform.dll
index 83c99cd..98c9d56 100644
--- a/Microsoft.Web.XmlTransform.dll
+++ b/Microsoft.Web.XmlTransform.dll
Binary files differ
diff --git a/NuGet.Client.dll b/NuGet.Client.dll
index 527b675..2fdc252 100644
--- a/NuGet.Client.dll
+++ b/NuGet.Client.dll
Binary files differ
diff --git a/NuGet.Commands.dll b/NuGet.Commands.dll
index 13c0332..633aa6c 100644
--- a/NuGet.Commands.dll
+++ b/NuGet.Commands.dll
Binary files differ
diff --git a/NuGet.Common.dll b/NuGet.Common.dll
index d568a74..fd6b6d3 100644
--- a/NuGet.Common.dll
+++ b/NuGet.Common.dll
Binary files differ
diff --git a/NuGet.Configuration.dll b/NuGet.Configuration.dll
index c871417..5d96c88 100644
--- a/NuGet.Configuration.dll
+++ b/NuGet.Configuration.dll
Binary files differ
diff --git a/NuGet.ContentModel.dll b/NuGet.ContentModel.dll
index a10c501..6b4aa1b 100644
--- a/NuGet.ContentModel.dll
+++ b/NuGet.ContentModel.dll
Binary files differ
diff --git a/NuGet.Core.dll b/NuGet.Core.dll
index ce16e9b..2144778 100644
--- a/NuGet.Core.dll
+++ b/NuGet.Core.dll
Binary files differ
diff --git a/NuGet.Credentials.dll b/NuGet.Credentials.dll
index ed39cba..a59e83e 100644
--- a/NuGet.Credentials.dll
+++ b/NuGet.Credentials.dll
Binary files differ
diff --git a/NuGet.DependencyResolver.Core.dll b/NuGet.DependencyResolver.Core.dll
index 5f02f20..e05a752 100644
--- a/NuGet.DependencyResolver.Core.dll
+++ b/NuGet.DependencyResolver.Core.dll
Binary files differ
diff --git a/NuGet.DependencyResolver.dll b/NuGet.DependencyResolver.dll
index 7141063..83456fa 100644
--- a/NuGet.DependencyResolver.dll
+++ b/NuGet.DependencyResolver.dll
Binary files differ
diff --git a/NuGet.Frameworks.dll b/NuGet.Frameworks.dll
index 69e3f32..300511d 100644
--- a/NuGet.Frameworks.dll
+++ b/NuGet.Frameworks.dll
Binary files differ
diff --git a/NuGet.Indexing.dll b/NuGet.Indexing.dll
index b9e7acc..0546a45 100644
--- a/NuGet.Indexing.dll
+++ b/NuGet.Indexing.dll
Binary files differ
diff --git a/NuGet.LibraryModel.dll b/NuGet.LibraryModel.dll
index 44889a7..e460fc7 100644
--- a/NuGet.LibraryModel.dll
+++ b/NuGet.LibraryModel.dll
Binary files differ
diff --git a/NuGet.Logging.dll b/NuGet.Logging.dll
index 5c9d768..4d96a4e 100644
--- a/NuGet.Logging.dll
+++ b/NuGet.Logging.dll
Binary files differ
diff --git a/NuGet.PackageManagement.dll b/NuGet.PackageManagement.dll
index 0223840..3f4e38d 100644
--- a/NuGet.PackageManagement.dll
+++ b/NuGet.PackageManagement.dll
Binary files differ
diff --git a/NuGet.Packaging.Core.Types.dll b/NuGet.Packaging.Core.Types.dll
index 234298b..b34caad 100644
--- a/NuGet.Packaging.Core.Types.dll
+++ b/NuGet.Packaging.Core.Types.dll
Binary files differ
diff --git a/NuGet.Packaging.Core.dll b/NuGet.Packaging.Core.dll
index 804a08e..dea3206 100644
--- a/NuGet.Packaging.Core.dll
+++ b/NuGet.Packaging.Core.dll
Binary files differ
diff --git a/NuGet.Packaging.dll b/NuGet.Packaging.dll
index cc388d0..91d6add 100644
--- a/NuGet.Packaging.dll
+++ b/NuGet.Packaging.dll
Binary files differ
diff --git a/NuGet.ProjectManagement.dll b/NuGet.ProjectManagement.dll
index aeae30c..903a69b 100644
--- a/NuGet.ProjectManagement.dll
+++ b/NuGet.ProjectManagement.dll
Binary files differ
diff --git a/NuGet.ProjectModel.dll b/NuGet.ProjectModel.dll
index 2e0ca76..82a16ac 100644
--- a/NuGet.ProjectModel.dll
+++ b/NuGet.ProjectModel.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.Types.dll b/NuGet.Protocol.Core.Types.dll
index e47d21d..462bfe0 100644
--- a/NuGet.Protocol.Core.Types.dll
+++ b/NuGet.Protocol.Core.Types.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.v2.dll b/NuGet.Protocol.Core.v2.dll
index b1260be..eb09275 100644
--- a/NuGet.Protocol.Core.v2.dll
+++ b/NuGet.Protocol.Core.v2.dll
Binary files differ
diff --git a/NuGet.Protocol.Core.v3.dll b/NuGet.Protocol.Core.v3.dll
index 6e4750f..c220df2 100644
--- a/NuGet.Protocol.Core.v3.dll
+++ b/NuGet.Protocol.Core.v3.dll
Binary files differ
diff --git a/NuGet.Protocol.VisualStudio.dll b/NuGet.Protocol.VisualStudio.dll
index 5cb96ff..1c18dce 100644
--- a/NuGet.Protocol.VisualStudio.dll
+++ b/NuGet.Protocol.VisualStudio.dll
Binary files differ
diff --git a/NuGet.Repositories.dll b/NuGet.Repositories.dll
index 1d36c71..1074907 100644
--- a/NuGet.Repositories.dll
+++ b/NuGet.Repositories.dll
Binary files differ
diff --git a/NuGet.Resolver.dll b/NuGet.Resolver.dll
index 30bd6c7..68f5960 100644
--- a/NuGet.Resolver.dll
+++ b/NuGet.Resolver.dll
Binary files differ
diff --git a/NuGet.RuntimeModel.dll b/NuGet.RuntimeModel.dll
index 7dafde9..2f194e7 100644
--- a/NuGet.RuntimeModel.dll
+++ b/NuGet.RuntimeModel.dll
Binary files differ
diff --git a/NuGet.Versioning.dll b/NuGet.Versioning.dll
index ea86613..ef4d16b 100644
--- a/NuGet.Versioning.dll
+++ b/NuGet.Versioning.dll
Binary files differ