<?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: Take control of assembly numbering during a tfs build</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/comment-page-1/#comment-3314</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Mon, 16 Aug 2010 12:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/#comment-3314</guid>
		<description>TFS generates build number with a default algorithm that uses both date and a sequential number. In the text file I simply log the corrispondence between the integer used as build number in the assembly. I do not care if the build number are not sequential, I only care that an assembly with number 

1.2.8.128

has the build id 8 and corresponds to Standard build for CI_20090820.39</description>
		<content:encoded><![CDATA[<p>TFS generates build number with a default algorithm that uses both date and a sequential number. In the text file I simply log the corrispondence between the integer used as build number in the assembly. I do not care if the build number are not sequential, I only care that an assembly with number </p>
<p>1.2.8.128</p>
<p>has the build id 8 and corresponds to Standard build for CI_20090820.39</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/comment-page-1/#comment-3313</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 16 Aug 2010 11:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/#comment-3313</guid>
		<description>hey, 
your solution looks nice. But what should be modified to increase the build number continuously, for example: 

7&#124;Standard build for CI_20090820.37
8&#124;Standard build for CI_20090820.39
9&#124;Standard build for CI_20090821.40</description>
		<content:encoded><![CDATA[<p>hey,<br />
your solution looks nice. But what should be modified to increase the build number continuously, for example: </p>
<p>7|Standard build for CI_20090820.37<br />
8|Standard build for CI_20090820.39<br />
9|Standard build for CI_20090821.40</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Robbins' Blog : TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/comment-page-1/#comment-2772</link>
		<dc:creator>John Robbins' Blog : TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0</dc:creator>
		<pubDate>Mon, 09 Nov 2009 05:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/21/take-control-of-assembly-numbering-during-a-tfs-build/#comment-2772</guid>
		<description>[...] based on all the web links out there, keeping your TFS 2008 build number and your assembly version numbers in sync is a pretty hot [...]</description>
		<content:encoded><![CDATA[<p>[...] based on all the web links out there, keeping your TFS 2008 build number and your assembly version numbers in sync is a pretty hot [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

