<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to AutoIncrement version with each build using Team Foundation Server build (with a little help from AssemblyInfoTask) </title><link>http://blogs.msdn.com/nikhilsi/archive/2008/06/12/how-to-autoincrement-version-with-each-build-using-team-foundation-server-build-with-a-little-help-from-assemblyinfotask.aspx</link><description>One common requirement with any decent sized multi-version product is to automatically update the version numbers of the binaries on a regular basis. This is generally achieved by updating the AssemblyInfo.cs (or other language equivalent ) files. There</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to AutoIncrement version with each build using Team Foundation Server build (with a little help from AssemblyInfoTask) </title><link>http://blogs.msdn.com/nikhilsi/archive/2008/06/12/how-to-autoincrement-version-with-each-build-using-team-foundation-server-build-with-a-little-help-from-assemblyinfotask.aspx#9016821</link><pubDate>Sun, 26 Oct 2008 20:45:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016821</guid><dc:creator>dB.</dc:creator><description>&lt;p&gt;This might be of interest: &lt;a rel="nofollow" target="_new" href="http://code.dblock.org/ShowPost.aspx?id=19"&gt;http://code.dblock.org/ShowPost.aspx?id=19&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to AutoIncrement version with each build using Team Foundation Server build (with a little help from AssemblyInfoTask) </title><link>http://blogs.msdn.com/nikhilsi/archive/2008/06/12/how-to-autoincrement-version-with-each-build-using-team-foundation-server-build-with-a-little-help-from-assemblyinfotask.aspx#9162653</link><pubDate>Tue, 02 Dec 2008 05:22:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9162653</guid><dc:creator>Adam</dc:creator><description>&lt;p&gt;How might one exclude a single project from having this 'rule' applied to its AssemblyInfo?&lt;/p&gt;
&lt;p&gt;I added this to a single project, but its AssemblyInfo was still updated...&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;!-- Assembly version properties. Add others here --&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumberType&amp;gt;NoIncrement&amp;lt;/AssemblyBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumberType&amp;gt;NoIncrement&amp;lt;/AssemblyFileBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevisionType&amp;gt;NoIncrement&amp;lt;/AssemblyRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevisionType&amp;gt;NoIncrement&amp;lt;/AssemblyFileRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
</description></item></channel></rss>