mrward/monodevelop-nuget-addin

NuGet 2.8.1

Closed this issue · 7 comments

Hi,

I tried to install a NuGet Package and the installation complained that it needed NuGet version 2.8.1 of greater.

My current NuGet Add-in in Xamarin is 2.7.2, but I have noticed in the repository there have been changes (3 days ago) to make it compatible with 2.8.1?

When is the updated add-in going to be available?

Thank you
Regards
Gerd

There is a preview release of the addin available:

http://mrward.github.com/monodevelop-nuget-addin-repository/4.0-test/MonoDevelop.PackageManagement_0.9.mpack

There is no release yet because of the following two issues:

  1. Incomplete testing of NuGet 2.8.1.
  2. I am not 100% sure if the source code on nuget.codeplex.com is up to date. When I did the initial work to update to 2.8.1 the NuGet source code was missing support for the new WindowsPhoneApp target. The NuGet team updated the source code again a day later with support for WindowsPhoneApp. The addin has been updated to use the latest NuGet source code, which presumably includes everything that the official 2.8.1 binaries have.

Thank you!

I'll give the preview a try...

Awesome! Thanks! This enabled me to get the most recent Microsoft Portable HTTP Client. NuGet 2.8.1 was required. 2.7.2 wouldn't let me get it. Thanks a million!

For that as-of-yet unpublished version (0.9), you have to download the mpack file to your local drive and install from the file, instead of adding a repository via the mrep link. The first link in your post worked fine me...downloaded immediately.

I'm testing Nuget 2.8.1 via the 0.9 beta release. Will report back with any issues I come across.

v0.9 was released with NuGet 2.8.1 on the main addin repository link.