mrward / monodevelop-nuget-extensions

Extends the MonoDevelop NuGet addin
MIT License
72 stars 9 forks source link

0.12 doesn't work latest 6.2 Beta #15

Closed dhaligas closed 7 years ago

dhaligas commented 7 years ago

@mrward it appears release 0.12 doesn't work in 6.2 beta. I click on the Manage Packages and nothing shows up

mrward commented 7 years ago

For 6.2 you need the as yet unpublished addin which is only available from GitHub:

https://github.com/mrward/monodevelop-addins/blob/gh-pages/6.2/MonoDevelop.PackageManagement.Extensions_0.12.mpack

The NuGet version in 6.2 changed to NuGet 3.5 which broke the addin that is published for 6.1.

dhaligas commented 7 years ago

Ok. I tried that version because I was running alpha. Which worked and I updated to the RC release from yesterday and it doesn't On Wed, Jan 11, 2017 at 9:52 AM Matt Ward notifications@github.com wrote:

For 6.2 you need the as yet unpublished addin which is only available from GitHub:

https://github.com/mrward/monodevelop-addins/blob/gh-pages/6.2/MonoDevelop.PackageManagement.Extensions_0.12.mpack

The NuGet version in 6.2 changed to NuGet 3.5 which broke the addin that is published for 6.1.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mrward/monodevelop-nuget-extensions/issues/15#issuecomment-271905420, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4YMHWhxA6-1QI6u1PWkNr1jVn1w7t4ks5rRPqcgaJpZM4Lgu01 .

mrward commented 7 years ago

Looks to me as though currently alpha channel is the same as the beta channel.

I did have a similar problem to you switching between 6.1 and 6.2 and vice versa. I would try uninstalling the addin, restart Xamarin Studio, then install the addin again, and restart Xamarin Studio again so the menus are added.

Right now I have Xamarin Studio 6.2 (build 1718) installed and the Manage Packages dialog is working for me.

dhaligas commented 7 years ago

@mrward that did it. thanks. I will close this issue. btw this is the best addin for XS