Trying to create a component having such commandline
xamarin-component.exe create-manually DBreeze-component.xam --name="DBreeze" --summary="Add a huge amount of awesomeness to your xamarin apps." --publisher="tiesky.com" --website="http://dbreeze.tiesky.com" --details="Details.md" --license="License.md" --getting-started="GettingStarted.md" --icon="icons/DBreeze_128x128.png" --icon="icons/DBreeze_512x512.png" --library="android":"bin/DBreeze.dll"
and get error
How to solve that?
Another question:
If I have xml file with documentation for DLL, how should it be included into component?