<?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: Assembly versioning: How to include the Subversion revision number</title>
	<atom:link href="http://bruceboughton.me.uk/2009/01/04/assembly-versioning-how-to-include-the-subversion-revision-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruceboughton.me.uk/2009/01/04/assembly-versioning-how-to-include-the-subversion-revision-number/</link>
	<description>Written by Bruce Boughton</description>
	<lastBuildDate>Fri, 13 Nov 2009 17:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://bruceboughton.me.uk/2009/01/04/assembly-versioning-how-to-include-the-subversion-revision-number/#comment-31</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 23 Jun 2009 21:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbea.ch/?p=201#comment-31</guid>
		<description>Nice, but have you thought of putting revision into AssemblyFileVersion instead - see KB556041 and
http://stackoverflow.com/questions/1035284/sharepoint-features-how-can-i-use-wildcard-assembly-versioning/103541</description>
		<content:encoded><![CDATA[<p>Nice, but have you thought of putting revision into AssemblyFileVersion instead &#8211; see KB556041 and<br />
<a href="http://stackoverflow.com/questions/1035284/sharepoint-features-how-can-i-use-wildcard-assembly-versioning/103541" rel="nofollow">http://stackoverflow.com/questions/1035284/sharepoint-features-how-can-i-use-wildcard-assembly-versioning/103541</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tricky Dicky</title>
		<link>http://bruceboughton.me.uk/2009/01/04/assembly-versioning-how-to-include-the-subversion-revision-number/#comment-30</link>
		<dc:creator>Tricky Dicky</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbea.ch/?p=201#comment-30</guid>
		<description>Great tip!  Really useful. Thanks for sharing.

As well as Iain&#039;s note, I had to change my csproj file Pre Build Step as follows - note the period after the first ProjectDir and also the speech marks to enclose paths with spaces:

subwcrev &quot;$(ProjectDir).&quot; &quot;$(ProjectDir)Properties\VersionInfo.cs.tmpl&quot; &quot;$(ProjectDir)Properties\VersionInfo.cs&quot;</description>
		<content:encoded><![CDATA[<p>Great tip!  Really useful. Thanks for sharing.</p>
<p>As well as Iain&#8217;s note, I had to change my csproj file Pre Build Step as follows &#8211; note the period after the first ProjectDir and also the speech marks to enclose paths with spaces:</p>
<p>subwcrev &#8220;$(ProjectDir).&#8221; &#8220;$(ProjectDir)Properties\VersionInfo.cs.tmpl&#8221; &#8220;$(ProjectDir)Properties\VersionInfo.cs&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain Frame</title>
		<link>http://bruceboughton.me.uk/2009/01/04/assembly-versioning-how-to-include-the-subversion-revision-number/#comment-29</link>
		<dc:creator>Iain Frame</dc:creator>
		<pubDate>Fri, 13 Feb 2009 09:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbea.ch/?p=201#comment-29</guid>
		<description>This tip was very helpful Bruce, however, I had to enusre that the VersionInfo.cs entry in the csproj file was above AssemblyInfo.cs as it seemed to cause an issue with the compiler looking for the Assembly Attribute reference. All fixed now and works great.

Many thanks.

PS I&#039;m using VS2008, so don&#039;t know if that was causing the build order issue.</description>
		<content:encoded><![CDATA[<p>This tip was very helpful Bruce, however, I had to enusre that the VersionInfo.cs entry in the csproj file was above AssemblyInfo.cs as it seemed to cause an issue with the compiler looking for the Assembly Attribute reference. All fixed now and works great.</p>
<p>Many thanks.</p>
<p>PS I&#8217;m using VS2008, so don&#8217;t know if that was causing the build order issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
