[MonoDevelop] Packaging a simple addin?

Peter Hultqvist phq at silentorbit.com
Sun Jan 11 18:24:53 UTC 2015


Thanks, that did it.

On 2015-01-06 23:47, Christian wrote:
> Hi,
>
> So far as I'm aware of it you have to add to your Manifest.addin.xml
>
> <Runtime>
>     <Import assembly="MyAddin.dll" />
> </Runtime>
>
> --bin
>   |--MyAddin.dll
>   |--Manifest.addin.xml
>
> Within your bin directory execute:
>
> mdtool setup pack Manifest.addin.xml
>
> at least this is what I'm do on a linux machine.
>
> On 03.01.2015 21:49, Peter Hultqvist wrote:
>> I'm following the article on creating a simple
>> addin(http://www.monodevelop.com/developers/articles/creating-a-simple-add-in/).
>>
>>
>> Is the complete source for the addin being described available?
>>
>> Since I'm doing this on Linux the Addin maker is not available and so
>> far I have had to add missing references by hand and I'm afraid there
>> might have been other parts missing such as dependencies in the
>> addin.xml file.
>>
>> Using "mdtool setup pack" I've managed to package either MyAddin.dll or
>> Manifest.addin.xml but never both in the same mpack file.
>>
>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list