mrward/monodevelop-nuget-addin

How to specify version and dependency constraints

t0chas opened this issue · 3 comments

How do I enable constraints in order to install a specific version like ServiceStack v3?

https://github.com/ServiceStackV3/ServiceStackV3/commits/master

"PM> Install-Package ServiceStack -Version 3.9.71 -DependencyVersion Highest"

Thanks

The DependencyVersion parameter is not currently supported. It looks like it should be straightforward to add support for this.

This should be fixed in version 0.10.

Unfortunately it looks like the main MonoDevelop addin repository is not building the addin currently so I will try to publish it to the main repository later on.

The 0.10 version of the addin is available to download separately. You can download the .mpack and then install it in the Add-in Manager using the Install from File button.

This has now been published to the main MonoDevelop addin repository on the alpha channel.