<?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: Automatic Assembly Version Number</title>
	<atom:link href="http://blog.nicocrm.com/2008/08/06/automatic-assembly-version-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nicocrm.com/2008/08/06/automatic-assembly-version-number/</link>
	<description>Programming, technology, and CRM - from a Belgian programmer exiled to Missouri</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:39:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicolas Galler</title>
		<link>http://blog.nicocrm.com/2008/08/06/automatic-assembly-version-number/comment-page-1/#comment-178</link>
		<dc:creator>Nicolas Galler</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2008/08/06/automatic-assembly-version-number/#comment-178</guid>
		<description>Good question - it is not possible at this time to edit it from within Visual Studio.  I&#039;d like to be able to edit it in the VersionInfo.cs file and have the task read it back and detect that it was specified but right now it just does an overwrite and does not attempt to parse the content of the file.  

You can override the Major and Minor version numbers but it requires an edit to the .csproj file (adding the MajorNumber/MinorNumber properties under the PropertyGroup), and a fix to the AssemblyVersion.target that I initially provided (adding a condition on the properties) so that it lets the numbers through instead of overwriting them.  I will update the blog article to reflect this.

Thank you!</description>
		<content:encoded><![CDATA[<p>Good question &#8211; it is not possible at this time to edit it from within Visual Studio.  I&#8217;d like to be able to edit it in the VersionInfo.cs file and have the task read it back and detect that it was specified but right now it just does an overwrite and does not attempt to parse the content of the file.  </p>
<p>You can override the Major and Minor version numbers but it requires an edit to the .csproj file (adding the MajorNumber/MinorNumber properties under the PropertyGroup), and a fix to the AssemblyVersion.target that I initially provided (adding a condition on the properties) so that it lets the numbers through instead of overwriting them.  I will update the blog article to reflect this.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Bedford</title>
		<link>http://blog.nicocrm.com/2008/08/06/automatic-assembly-version-number/comment-page-1/#comment-177</link>
		<dc:creator>Nic Bedford</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chivinou.net/2008/08/06/automatic-assembly-version-number/#comment-177</guid>
		<description>Hi, this looks really useful to me and I have kind of got it working, but how do I override MajorVersion and MinorVersion properties? (ideally from within VS2008) My version at the moment is always 1.0.SVN.0, i like to increment build and minor?

Thanks in advance, Nic</description>
		<content:encoded><![CDATA[<p>Hi, this looks really useful to me and I have kind of got it working, but how do I override MajorVersion and MinorVersion properties? (ideally from within VS2008) My version at the moment is always 1.0.SVN.0, i like to increment build and minor?</p>
<p>Thanks in advance, Nic</p>
]]></content:encoded>
	</item>
</channel>
</rss>
