<?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: Again on assembly numbering during TFS Build</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/</link>
	<description>Wrecks of code floating in the sea of Internet</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:34:55 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/comment-page-1/#comment-2922</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/#comment-2922</guid>
		<description>Yes you are right :) , GetLatestChangesedId is unique across all project, so this technique cannot be used safely. Thanks a lot for pointing me out this, I&#039;ll try as soon as possible to change the sample with a more correct one. :)

alk.</description>
		<content:encoded><![CDATA[<p>Yes you are right <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , GetLatestChangesedId is unique across all project, so this technique cannot be used safely. Thanks a lot for pointing me out this, I&#8217;ll try as soon as possible to change the sample with a more correct one. <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Royalsampler</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/comment-page-1/#comment-2921</link>
		<dc:creator>Royalsampler</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/09/07/again-on-assembly-numbering-during-tfs-build/#comment-2921</guid>
		<description>The idea of using GetLatestChangesetId(); is flawed; This method returns the greatest changeset from the entire team foundation server, and changeset ids are unique across all projects on the server. 
For example: I make a checkin to my asp.net application and the checkin becomes changeset 123456. I build 20 minutes later and GetLatestChangesetId() returns 123460 because several other projects that I have no control over have had checkins in the time between. My assembly gets versioned with changeset 123460. Later, I need to verify that a certain bug fix is included in my assembly, so i query my history in TFS for changeset 123460, and find that 123460 is not a valid changeset number for my project.</description>
		<content:encoded><![CDATA[<p>The idea of using GetLatestChangesetId(); is flawed; This method returns the greatest changeset from the entire team foundation server, and changeset ids are unique across all projects on the server.<br />
For example: I make a checkin to my asp.net application and the checkin becomes changeset 123456. I build 20 minutes later and GetLatestChangesetId() returns 123460 because several other projects that I have no control over have had checkins in the time between. My assembly gets versioned with changeset 123460. Later, I need to verify that a certain bug fix is included in my assembly, so i query my history in TFS for changeset 123460, and find that 123460 is not a valid changeset number for my project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
