mrward / monodevelop-nuget-addin

NuGet addin for MonoDevelop and Xamarin Studio
MIT License
263 stars 38 forks source link

Update to NuGet 2.5 #13

Closed mrward closed 11 years ago

mrward commented 11 years ago

Support the new features in NuGet 2.5:

Update to NuGet 2.5:

slodge commented 11 years ago

Anyone know how to do this?

Really would love it... for the monotouch and monodroid targets :) (and the PCL too)

mrward commented 11 years ago

I am currently working on updating the addin to use NuGet 2.5 for SharpDevelop and then will be porting over the code to Xamarin Studio. The first two bullet points are complete. The Update All button feature is taking longer than I expected. I will most likely also be adding support for authenticated feeds and proxies shortly after this, since it seems relatively easy to do, and making a release.

nhhagen commented 11 years ago

So this should solve issue #2

mrward commented 11 years ago

The batch of code changes I am currently working on will also include a fix for #2. It looks like the authenticated feed support has been available in previous versions of NuGet so it is not related to the upgrade to NuGet 2.5.

brunnurs commented 11 years ago

We strugle currently a little with portable class libraries, could that be related to this issue? Or should it already work with V 0.4 of the plugin?

mrward commented 11 years ago

Not tried using portable class libraries on Mono yet so I cannot comment on that. The latest version on the master branch uses NuGet 2.5. You could try building the addin from source, trying it out and seeing what works and what does not.

brunnurs commented 11 years ago

I downloaded the newest master-sources, compiled them and imported them in xamarin studio. Unfortunately no luck, I still wasn't able to import portable class libraries with nuget. Please let me know if you made further progress in that area. Thanks for your good work!

mrward commented 11 years ago

The latest code in the master branch has been updated to use NuGet 2.6.

Unfortunately the new feature of XDT web.config transforms in NuGet 2.6 does not seem to work on Mono 2.10.9 (Issue #16)

mrward commented 11 years ago

XDT transforms have been fixed by using a custom build of XDT to get around a problem in Mono.