<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=insert-svn-version-and-build-number-in-your-c-assemblyinfo-file</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 17:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: Markus</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-5642</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 30 Jun 2011 09:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-5642</guid>
		<description>Hi,

I found this page, which has a solution to the problem of rewriting AssambyInfo every time and instead update it:

http://thekindofme.wordpress.com/2009/04/27/svn-revision-number-as-version-nunmber-in-vs-through-a-build-target/

There this code is used:

&lt;FileUpdate Files=&quot;Properties\AssemblyInfo.cs&quot;
     Regex=&quot;(\d+)\.(\d+)\.(\d+)\.(\d+)&quot;
     ReplacementText=&quot;$1.$2.$3.$(Revision)&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found this page, which has a solution to the problem of rewriting AssambyInfo every time and instead update it:</p>
<p><a href="http://thekindofme.wordpress.com/2009/04/27/svn-revision-number-as-version-nunmber-in-vs-through-a-build-target/" rel="nofollow">http://thekindofme.wordpress.com/2009/04/27/svn-revision-number-as-version-nunmber-in-vs-through-a-build-target/</a></p>
<p>There this code is used:</p>
<p>&lt;FileUpdate Files=&#8221;Properties\AssemblyInfo.cs&#8221;<br />
     Regex=&#8221;(\d+)\.(\d+)\.(\d+)\.(\d+)&#8221;<br />
     ReplacementText=&#8221;$1.$2.$3.$(Revision)&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-5519</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Thu, 16 Jun 2011 18:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-5519</guid>
		<description>Note: This works but when you run the command, the version.txt file won&#039;t contain your svn version. It just increments.

To check everything is working, go look at your AssemblyInfo.cs file. It should have the right svn number (it just won&#039;t match what the version.txt file says).

This through me for a loop at first. Thought it might others as well.

Thanks for sharing however. Great solution. Cheers</description>
		<content:encoded><![CDATA[<p>Note: This works but when you run the command, the version.txt file won&#8217;t contain your svn version. It just increments.</p>
<p>To check everything is working, go look at your AssemblyInfo.cs file. It should have the right svn number (it just won&#8217;t match what the version.txt file says).</p>
<p>This through me for a loop at first. Thought it might others as well.</p>
<p>Thanks for sharing however. Great solution. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-4867</link>
		<dc:creator>Massimiliano</dc:creator>
		<pubDate>Mon, 28 Feb 2011 15:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-4867</guid>
		<description>Hi, i&#039;m trying to using this system.
i have a little problem. I try to change (from visual studio propertyes interface) minor and minor version.
i put the version to 1.1.svn.build.
When i run my application the version come back to 1.0.svn.build. How i can change the major and minor version?
Thank&#039;s a lot and sorry for my english</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m trying to using this system.<br />
i have a little problem. I try to change (from visual studio propertyes interface) minor and minor version.<br />
i put the version to 1.1.svn.build.<br />
When i run my application the version come back to 1.0.svn.build. How i can change the major and minor version?<br />
Thank&#8217;s a lot and sorry for my english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to automatically insert SVN Version number on a webpage(assembly)? &#124; PGS Software</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-4597</link>
		<dc:creator>How to automatically insert SVN Version number on a webpage(assembly)? &#124; PGS Software</dc:creator>
		<pubDate>Fri, 28 Jan 2011 13:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-4597</guid>
		<description>[...] on the solution found on Florent Clairambault Blog here, I thought why not integrate it into the my Web Deployment Project? Let&#8217;s give it a chance [...]</description>
		<content:encoded><![CDATA[<p>[...] on the solution found on Florent Clairambault Blog here, I thought why not integrate it into the my Web Deployment Project? Let&#8217;s give it a chance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insert SVN version and Build number in your C# AssemblyInfo file &#171; 資訊與工作</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-2497</link>
		<dc:creator>Insert SVN version and Build number in your C# AssemblyInfo file &#171; 資訊與工作</dc:creator>
		<pubDate>Thu, 16 Sep 2010 06:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-2497</guid>
		<description>[...] Insert SVN version and Build number in your C# AssemblyInfo file &#8211; Florent Clairambault 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 &#8211; Florent Clairambault 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-2103</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Thu, 19 Aug 2010 19:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-2103</guid>
		<description>I really have no idea.</description>
		<content:encoded><![CDATA[<p>I really have no idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simion</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-2034</link>
		<dc:creator>Simion</dc:creator>
		<pubDate>Mon, 16 Aug 2010 06:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-2034</guid>
		<description>But is a possibility to use versioning on the .vcproj projects? For instance i have a .dll created in .vcproj project and i want to have versioning on it.</description>
		<content:encoded><![CDATA[<p>But is a possibility to use versioning on the .vcproj projects? For instance i have a .dll created in .vcproj project and i want to have versioning on it.</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-1989</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Sat, 14 Aug 2010 08:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-1989</guid>
		<description>The .vcproj files don&#039;t use the MSBuild format until Visual Studio 2010. And then my guess is that you can pretty much use the MSBuild vcproj file the same way.
I haven&#039;t tested it because the only C++ I do is on Linux with some Makefile files.</description>
		<content:encoded><![CDATA[<p>The .vcproj files don&#8217;t use the MSBuild format until Visual Studio 2010. And then my guess is that you can pretty much use the MSBuild vcproj file the same way.<br />
I haven&#8217;t tested it because the only C++ I do is on Linux with some Makefile files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simion</title>
		<link>http://florent.clairambault.fr/insert-svn-version-and-build-number-in-your-c-assemblyinfo-file/comment-page-1#comment-1636</link>
		<dc:creator>Simion</dc:creator>
		<pubDate>Tue, 27 Jul 2010 08:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=115#comment-1636</guid>
		<description>Hello, can you tell me which changes can be done to get the same for &quot;*.vcproj&quot; project file.
Tx in advance !</description>
		<content:encoded><![CDATA[<p>Hello, can you tell me which changes can be done to get the same for &#8220;*.vcproj&#8221; project file.<br />
Tx in advance !</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-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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/19 queries in 0.011 seconds using disk: basic
Object Caching 459/460 objects using disk: basic

Served from: florent.clairambault.fr @ 2012-02-08 13:24:03 -->
