Re: Updates to MSBuild & VSNet Tasks

Dominik Guder <[email protected]> Sun, 07 Aug 2011 22:33:37 +0200
Newsgroups gmane.comp.windows.dotnet.nant.devel
Message-ID <[email protected]>
Am 06.08.2011 21:12, schrieb Ryan Boggs:
> Hi,
>
> I'm thinking that at this point, since I believe I fixed the one or two
> things from the comments I received some months ago, I will commit these
> changes by end of day Monday unless I hear any objections before then.
>  From there, I will perform some nightlys with these changes for public
> testing.  Sound good?
>
Another minor fix:
please add the missing </list> entry to xmldoc

Thanks

Dominik
-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers
msproject.cs-xmldoc.diff (text/plain, 498 B)
diff -r 97ca578ef4f5 src/NAnt.MSBuild/MSBuildProject.cs
--- a/src/NAnt.MSBuild/MSBuildProject.cs	Sat Aug 06 23:07:12 2011 +0200
+++ b/src/NAnt.MSBuild/MSBuildProject.cs	Sun Aug 07 22:30:20 2011 +0200
@@ -254,6 +254,7 @@
         /// <item>
         /// <description>ToolsVersion attribute</description>
         /// </item>
+        /// </list>
         /// </remarks>
         /// <param name="docElement">
         /// A <see cref="System.Xml.XmlElement"/> representing the msbuild project file.