mrward/monodevelop-nuget-addin

Any chance of a MD plug in for V 2.6 (PSMStudio)?

Opened this issue · 3 comments

Looking to update NuGet packaging for MonoGame and the last platform is PSMobile.

However even the latest version of PSMStudio is only based on MonoDevelop 2.6.

Is there any chance to way for this NuGet plugin to work with that version?

I downloaded the latest PSM SDK 2.0 and that seems to be using MonoDevelop 2.8.8.4.

I tried a recompiled version of the NuGet addin which seems to work without any real changes apart from changing the configuration so it refers to MonoDevelop 2.8.

I can probably drop the version specified in the config down to 2.0 to make it work in any 2.x version.

That would be great. It's the only thing stopping us delivering a NuGet for the PSM platform 💃

Sadly this does not work. If an addin says it is compatible with 2.0 or 2.6 it cannot be installed in MonoDevelop 2.8.

I built a version of the NuGet addin for MonoDevelop 2.6 but I have not tested it. You should be able to download the .mpack and install it from file.

I also tried to get the NuGet addin to build on MonoDevelop's addin site but it does not seem to be working. That would have made it available to PSM Studio since it seems to use the MonoDevelop addin gallery.