[MonoDevelop] Packaging a simple addin?

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jan 8 16:54:04 UTC 2015


If the Manifest.addin.xml is embedded in the dll, it's not necessary
for it to import the dll.

On 6 January 2015 at 17:47, Christian <christian at chrisber.net> 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



-- 
Michael Hutchinson ~ https://mhut.ch


More information about the Monodevelop-list mailing list