c# - Addin failing to install in monodevelop -
i wrote addin using addinmaker monodevelop , wile works in debug mode, can't manage install package version. i packaged release version in ./bin/release folder according official tutorial mdtool setup pack <myaddin>.dll when installing addin usig mpack file, unhelpful the installation failed message without other information. from understand, addinmaker uses nuget packages. need run special command packaging? is there way find went wrong installation?