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
AgeCommit message (Collapse)Author
2017-09-13[NuGet] Add NuGet 4.3.1.4445 binaries4.3.1Matt Ward
NuGet 4.3.1.4445 is included with Visual Studio 2017 (15.3.4)
2017-08-16[NuGet] Add NuGet 4.3.0.4339 binaries4.3.0Matt Ward
NuGet 4.3.0.4339 is included with Visual Studio 2017 (15.3)
2017-07-04[NuGet] Add NuGet 4.3.0.4199 binariesMatt Ward
2017-05-18[NuGet] Add NuGet 4.3.0-beta1-2418 binariesMatt Ward
Adds .NET Core 2.0 and .NET Standard 2.0 as known target frameworks.
2017-03-09[NuGet] Add NuGet 4.0.0.2323 binariesMatt Ward
NuGet 4.0.0.2323 ships with Visual Studio 2017. Also added nuget.exe 4.0.0.2283
2016-10-28[NuGet] Add NuGet 3.5.0-rtm-1996 binaries3.5.0Matt Ward
Added official Microsoft 3.5.0-rtm-1996 NuGet binaries that are installed with the NuGet extension in Visual Studio 2015.
2016-10-04[NuGet] Add NuGet 3.5.0-rtm binariesMatt Ward
Added official Microsoft 3.5.0-rtm-1938 NuGet binaries that are installed with the NuGet extension in Visual Studio 2015.
2016-09-28[NuGet] Add NuGet 3.5.0-rc1 binaries3.5.0-rc1Matt Ward
Added official Microsoft 3.5.0-rtm-1737 NuGet binaries that are installed with the NuGet extension in Visual Studio 2015.
2016-09-07[NuGet] Add .NET Standard 1.6 mappingsnuget3-netstandard16Matt Ward
2016-08-24[NuGet] Reduce the number of tasks ran in parallel when restoringnuget3-reduce-parallel-tasksMatt Ward
Reduced the number of parallel tasks from 16 down to 1. Xamarin Studio has a limited number of threadpool threads and the NuGet package restore can cause them to be all used and then the restore gets stuck and never ends.
2016-06-14Add custom build of NuGet 3.4.3 with mono timezone workaround.nuget3Matt Ward
When the local timezone is a positive offset from UTC then certain NuGet packages will fail to extract on Mono with the error: System.ArgumentOutOfRangeException: The UTC time represented when the offset is applied must be between year 0 and 10,000. Parameter name: offset at System.DateTimeOffset.ValidateDate (DateTime dateTime, TimeSpan offset) at System.DateTimeOffset..ctor (DateTime dateTime) at System.DateTimeOffset.op_Implicit (DateTime dateTime) at System.IO.Compression.ZipArchiveEntry.get_LastWriteTime () at NuGet.Packaging.PackageArchiveReader.CopyFiles (System.String destination, IEnumerable`1 packageFiles, NuGet.Packaging.Core.ExtractPackageFileDelegate extractFile, CancellationToken token) at NuGet.Packaging.PackageExtractor.ExtractPackage (NuGet.Packaging.PackageReaderBase packageReader, System.IO.Stream packageStream, NuGet.Packaging.PackagePathResolver packagePathResolver, NuGet.Packaging.PackageExtractionContext packageExtractionContext, CancellationToken token) This only happens for certain NuGet packages, such as XamarinComponent 1.1.0.32. As a workaround the ArgumentOutOfRangeException is now handled when reading the LastWriteTime for the zip entry instead of just when trying to write the file's last write time. Custom source code is available from: https://github.com/mrward/NuGet.Client/tree/release-3.4.3-monodevelop
2016-05-26Add custom build of NuGet 3.4.3 with proxy auth fixes.Matt Ward
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
2016-05-13[NuGet] Add NuGet 3.4.3 binaries.Matt Ward
Added the official Microsoft NuGet 3.4.3 binaries.