From 36ac78c4d42d3875d646b8b8e197ce461a0d59f1 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 11 Jan 2015 16:16:14 +0100 Subject: [PATCH] MonoDevelop Addins: hello world, xbuild Release --- MonoDevelop/addins/MonoDevelop.HelloWorld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.1.4