<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Insert SVN version and Build number in your C# AssemblyInfo file</title>
	<atom:link href="http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/feed" rel="self" type="application/rss+xml" />
	<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 17:28:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-947</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-947</guid>
		<description>You have to download MsBuild Community Tasks here : http://msbuildtasks.tigris.org/</description>
		<content:encoded><![CDATA[<p>You have to download MsBuild Community Tasks here : <a href="http://msbuildtasks.tigris.org/" rel="nofollow">http://msbuildtasks.tigris.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chai</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-945</link>
		<dc:creator>chai</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-945</guid>
		<description>where can I find MSBuild.Community.Tasks.Targets?</description>
		<content:encoded><![CDATA[<p>where can I find MSBuild.Community.Tasks.Targets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-329</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Sun, 14 Jun 2009 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-329</guid>
		<description>Most of the people of my blog are coming for this post. I should really find a better solution. Something between the solution of &quot;theKindOfMe&quot; and mine.

It would be great to extract build number and svn revision number and just update the AssemblyVersion file without having to specify each property in the &quot;csproj&quot; file.

I should work on a clean solution to that problem. But that really isn&#039;t fun to do because MSBuild XML language is not really comfortable.</description>
		<content:encoded><![CDATA[<p>Most of the people of my blog are coming for this post. I should really find a better solution. Something between the solution of &#8220;theKindOfMe&#8221; and mine.</p>
<p>It would be great to extract build number and svn revision number and just update the AssemblyVersion file without having to specify each property in the &#8220;csproj&#8221; file.</p>
<p>I should work on a clean solution to that problem. But that really isn&#8217;t fun to do because MSBuild XML language is not really comfortable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automate adding/using of the SVN revision to/as the version of a .net project, through a build target &#171; theKindOfMe</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-137</link>
		<dc:creator>Automate adding/using of the SVN revision to/as the version of a .net project, through a build target &#171; theKindOfMe</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-137</guid>
		<description>[...] Insert SVN version and Build number in your C# AssemblyInfo file [...]</description>
		<content:encoded><![CDATA[<p>[...] Insert SVN version and Build number in your C# AssemblyInfo file [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-81</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Thu, 19 Mar 2009 07:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-81</guid>
		<description>Well, I really don&#039;t know. I have never worked in a so big SVN Repository.

I think it might just generate a number with the $svnRev%65536.</description>
		<content:encoded><![CDATA[<p>Well, I really don&#8217;t know. I have never worked in a so big SVN Repository.</p>
<p>I think it might just generate a number with the $svnRev%65536.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wcoenen</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-79</link>
		<dc:creator>wcoenen</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-79</guid>
		<description>Interesting. But what do you do if the svn revision number goes over 65535 (i.e. the maximum for any of the 4 version number components) ?</description>
		<content:encoded><![CDATA[<p>Interesting. But what do you do if the svn revision number goes over 65535 (i.e. the maximum for any of the 4 version number components) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yorch</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-57</link>
		<dc:creator>yorch</dc:creator>
		<pubDate>Mon, 09 Mar 2009 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-57</guid>
		<description>Thanks, just what I was looking for!
I made a little change on configuration because my SVN binaries are located elsewhere.

&lt;pre lang=&quot;xml&quot;&gt;
&lt;SvnVersion LocalPath=&quot;$(MSBuildProjectDirectory)&quot; ToolPath=&quot;$(ProgramFiles)\CollabNet Subversion Client&quot;&gt;
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, just what I was looking for!<br />
I made a little change on configuration because my SVN binaries are located elsewhere.</p>

<div class="wp_codebox"><table><tr id="p1151"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p115code1"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;SvnVersion</span> <span style="color: #000066;">LocalPath</span>=<span style="color: #ff0000;">&quot;$(MSBuildProjectDirectory)&quot;</span> <span style="color: #000066;">ToolPath</span>=<span style="color: #ff0000;">&quot;$(ProgramFiles)\CollabNet Subversion Client&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-49</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Sun, 08 Mar 2009 08:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-49</guid>
		<description>The easiest way I could find is to add a condition on the SvnVersion tag :
&lt;pre lang=&quot;xml&quot;&gt;
    &lt;SvnVersion LocalPath=&quot;$(MSBuildProjectDirectory)&quot; Condition=&quot;Exists(&#039;$(ProgramFiles)\subversion\bin\svn.exe&#039;)&quot;&gt;
&lt;/pre&gt;

Your build number will be incremented and your SVN revision number won&#039;t be fetched.</description>
		<content:encoded><![CDATA[<p>The easiest way I could find is to add a condition on the SvnVersion tag :</p>

<div class="wp_codebox"><table><tr id="p1152"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p115code2"><pre class="xml" style="font-family:monospace;">    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;SvnVersion</span> <span style="color: #000066;">LocalPath</span>=<span style="color: #ff0000;">&quot;$(MSBuildProjectDirectory)&quot;</span> <span style="color: #000066;">Condition</span>=<span style="color: #ff0000;">&quot;Exists('$(ProgramFiles)\subversion\bin\svn.exe')&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

<p>Your build number will be incremented and your SVN revision number won&#8217;t be fetched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-39</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 05 Mar 2009 09:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-39</guid>
		<description>Hi, thanks for this article, 

but does there is a way to compile the application even if SVN is not installed ?

Regards</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this article, </p>
<p>but does there is a way to compile the application even if SVN is not installed ?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.112 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 10:06:00 -->
