<?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: C# &#8211; Auto Increment Assembly Version Number</title>
	<atom:link href="http://www.crowsprogramming.com/archives/27/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crowsprogramming.com/archives/27</link>
	<description>Computer Programming and Random Blurbs</description>
	<lastBuildDate>Mon, 05 Jul 2010 14:21:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: glenneroo</title>
		<link>http://www.crowsprogramming.com/archives/27/comment-page-1#comment-12823</link>
		<dc:creator>glenneroo</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.crowsprogramming.com/?p=27#comment-12823</guid>
		<description>@Jared: This is how I generally have my versions configured, however, I always get this warning:

Assembly generation -- The version &#039;0.0.1.*&#039; specified for the &#039;file version&#039; is not in the normal &#039;major.minor.build.revision&#039; format

Did you get around this somehow or do you just ignore it?</description>
		<content:encoded><![CDATA[<p>@Jared: This is how I generally have my versions configured, however, I always get this warning:</p>
<p>Assembly generation &#8212; The version &#8216;0.0.1.*&#8217; specified for the &#8216;file version&#8217; is not in the normal &#8216;major.minor.build.revision&#8217; format</p>
<p>Did you get around this somehow or do you just ignore it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://www.crowsprogramming.com/archives/27/comment-page-1#comment-12814</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.crowsprogramming.com/?p=27#comment-12814</guid>
		<description>For what its worth, there is a mismatch between the line  and the actual line in the .csproj file.

Also, another way to do this in VS 2008 is to change AssemblyInfo.cs and put * (asterisk) in the build number or revision fields, this will auto generated the build number.

[assembly: AssemblyVersion(&quot;1.0.0.*&quot;)]
[assembly: AssemblyFileVersion(&quot;1.0.0.*&quot;)]

http://channel9.msdn.com/forums/TechOff/260670-VSnet-2008-Auto-Increment-BuildVersion-Numbers-how/</description>
		<content:encoded><![CDATA[<p>For what its worth, there is a mismatch between the line  and the actual line in the .csproj file.</p>
<p>Also, another way to do this in VS 2008 is to change AssemblyInfo.cs and put * (asterisk) in the build number or revision fields, this will auto generated the build number.</p>
<p>[assembly: AssemblyVersion("1.0.0.*")]<br />
[assembly: AssemblyFileVersion("1.0.0.*")]</p>
<p><a href="http://channel9.msdn.com/forums/TechOff/260670-VSnet-2008-Auto-Increment-BuildVersion-Numbers-how/" rel="nofollow">http://channel9.msdn.com/forums/TechOff/260670-VSnet-2008-Auto-Increment-BuildVersion-Numbers-how/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fakhrul&#8217;z &#187; Blog Archive &#187; .NET Auto Increment Version Number</title>
		<link>http://www.crowsprogramming.com/archives/27/comment-page-1#comment-4139</link>
		<dc:creator>Fakhrul&#8217;z &#187; Blog Archive &#187; .NET Auto Increment Version Number</dc:creator>
		<pubDate>Thu, 30 Jul 2009 06:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.crowsprogramming.com/?p=27#comment-4139</guid>
		<description>[...] &#160;http://www.crowsprogramming.com/archives/27 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#160;http://www.crowsprogramming.com/archives/27 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Legends</title>
		<link>http://www.crowsprogramming.com/archives/27/comment-page-1#comment-1123</link>
		<dc:creator>Legends</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.crowsprogramming.com/?p=27#comment-1123</guid>
		<description>Hi,

I am using your sample project.
I have added a new class lib project to the solution and modified it according your explanation above.
It works!
The assembly versions get updated during every build.

But when I add the project output of the 2 projects to a setup project and try to build the setup, it fails:

&quot;General failure building folders&quot;
&quot;Unrecoverable error&quot;


Do you know what&#039;s wrong here?

Kind regards,
Legends</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using your sample project.<br />
I have added a new class lib project to the solution and modified it according your explanation above.<br />
It works!<br />
The assembly versions get updated during every build.</p>
<p>But when I add the project output of the 2 projects to a setup project and try to build the setup, it fails:</p>
<p>&#8220;General failure building folders&#8221;<br />
&#8220;Unrecoverable error&#8221;</p>
<p>Do you know what&#8217;s wrong here?</p>
<p>Kind regards,<br />
Legends</p>
]]></content:encoded>
	</item>
</channel>
</rss>
