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-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-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.
2016-04-20[NuGet] Add NuGet 3.3 binaries.Matt Ward
Added the official Microsoft NuGet 3.3 binaries available from nuget.org as NuGet packages or a direct download for nuget.exe - dist.nuget.org/index.html
2014-05-01Fix XDT remove transforms failing on Mono.Matt Ward
Source code fix: https://github.com/mrward/xdt/commit/b2c3b5383d589c3f79650a0cab93f88a8741b057 Running an xml transform using xdt:Transform='Remove' would fail on Mono with a null reference exception. The XmlElementContext TargetNode would be null in Mono resulting in a null reference when the name of the node was logged. This would only occur if the original xml node existed. Microsoft.Web.XmlTransform.XmlNodeException: Object reference not set to an instance of an object ---> System.NullReferenceException: Object reference not set to an instance of an object at Microsoft.Web.XmlTransform.Remove.RemoveNode () at Microsoft.Web.XmlTransform.Remove.Apply () at Microsoft.Web.XmlTransform.Transform.ApplyOnce () at Microsoft.Web.XmlTransform.Transform.Execute (Microsoft.Web.XmlTransform.XmlElementContext context, System.String argumentString) --- End of inner exception stack trace --- at Microsoft.Web.XmlTransform.XmlTransformationLogger.LogErrorFromException (System.Exception ex) at Microsoft.Web.XmlTransform.Transform.Execute (Microsoft.Web.XmlTransform.XmlElementContext context, System.String argumentString) at Microsoft.Web.XmlTransform.XmlTransformation.HandleElement (Microsoft.Web.XmlTransform.XmlElementContext context)
2014-03-14[NuGet] Fix 18364 - NuGet.exe message mentions Visual Studio.Matt Ward
Updated NuGet.exe output messages so they do not refer to Visual Studio and anything Visual Studio specific. Messages from NuGet.exe when using the -RequireConsent parameter were referring to Visual Studio. nuget install -RequireConsent nuget restore -RequireConsent