From: Gustavo Martin Morcuende Date: Sun, 11 Jan 2015 15:16:14 +0000 (+0100) Subject: MonoDevelop Addins: hello world, xbuild Release X-Git-Url: https://git.gumartinm.name/?p=CSharpForFun%2F.git;a=commitdiff_plain;h=36ac78c4d42d3875d646b8b8e197ce461a0d59f1 MonoDevelop Addins: hello world, xbuild Release --- diff --git a/MonoDevelop/addins/MonoDevelop.HelloWorld/README.md b/MonoDevelop/addins/MonoDevelop.HelloWorld/README.md index c6fe971..988dd47 100644 --- a/MonoDevelop/addins/MonoDevelop.HelloWorld/README.md +++ b/MonoDevelop/addins/MonoDevelop.HelloWorld/README.md @@ -1,6 +1,6 @@ 1. Create Addin: -xbuild (MonoDevelop.HelloWorld.sln being in the same path) +xbuild /property:Configuration=Release (MonoDevelop.HelloWorld.sln being in the same path) 2. Packaging an add-in, from: http://www.monodevelop.com/developers/articles/publishing-an-addin/