<?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>Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx</link><description>The arrival of 2007 bought a flurry of e-mails to the MSBuild team from people having trouble with the AssemblyInfoTask. The symptom is simple to describe - the builds start to fail with the following error: Error emitting 'System.Reflection.AssemblyVersionAttribute'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Why are build numbers limited to 65535?</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1405661</link><pubDate>Wed, 03 Jan 2007 21:47:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1405661</guid><dc:creator>MSBuild Team Blog</dc:creator><description>&lt;p&gt;In my previous post I explained how to fix the issue with the default date format provided in the AssemblyVersionTask.&lt;/p&gt;
</description></item><item><title>How To: Update Assembly Version Numbers with MSBuild</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1406929</link><pubDate>Thu, 04 Jan 2007 00:10:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1406929</guid><dc:creator>MSBuild Team Blog</dc:creator><description>&lt;p&gt;UPDATE: For information on the &amp;quot;Y7K&amp;quot; or &amp;quot;2007&amp;quot; issue, see our new blog entry . One of our most frequently&lt;/p&gt;
</description></item><item><title>How to deal with the Y2K7 problem -- file versions and AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1425067</link><pubDate>Sun, 07 Jan 2007 04:44:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1425067</guid><dc:creator>Buck Hodges</dc:creator><description>&lt;p&gt;If you use the AssemblyInfoTask to stamp the version numbers for your assemblies that you build with&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1454010</link><pubDate>Fri, 12 Jan 2007 07:59:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1454010</guid><dc:creator>Jonathan Reyes</dc:creator><description>&lt;p&gt;Great fix.&lt;/p&gt;
&lt;p&gt;I do have a suggestion. I think its better to use MMddyy than 01MMdd.&lt;/p&gt;
&lt;p&gt;But still thanks for the great fix.&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1456918</link><pubDate>Fri, 12 Jan 2007 22:16:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1456918</guid><dc:creator>Greg</dc:creator><description>&lt;p&gt;Are none of you old enough to remember the old days, where storage was expensive enough that cutting one byte out of each record in a file could be a huge savings?&lt;/p&gt;
&lt;p&gt;I changed my version to use yyddd, where the first two digits are the year, and the last three digits are the day of the year, 1-365(366). &amp;nbsp;You can guess at the number -- 32 is February 1st, July 1st is just over 180, etc. -- or you can figure it out easily enough if you need to know what day of the year 246 is.&lt;/p&gt;
&lt;p&gt;And yes, some people have pointed out that I've just replaced the Y2K7 problem with the Y2K66 problem, but I hope I'll be retired by then.&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1484913</link><pubDate>Thu, 18 Jan 2007 00:28:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1484913</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Greg - your julian dateformat string doesn't work. &amp;nbsp;When I use yyddd it throws and exception trying to parse it, most likely because ddd means &amp;quot;short name of day&amp;quot; as in &amp;quot;Mon&amp;quot;. &amp;nbsp;Is this solution actually working for you? &amp;nbsp;If so, what other mods did you make to get it going?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1746420</link><pubDate>Fri, 23 Feb 2007 14:02:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1746420</guid><dc:creator>VIO</dc:creator><description>&lt;p&gt;What if, we use the following format - &amp;quot;YYWKDY&amp;quot; where WK represents the week of year (max 2 digits) and DY represents the day of week (max 1 digit).&lt;/p&gt;
&lt;p&gt;E.g. for 02/23/2007 will have 07086 which is year 2007, week 08 and day 6 of week. &lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1982487</link><pubDate>Thu, 29 Mar 2007 03:50:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1982487</guid><dc:creator>JZ</dc:creator><description>&lt;p&gt;I followed VIO response of using YYWDDY using ISO date formats. &amp;nbsp;I get the error: &amp;quot;Input string was not in a correct format. Failed to increment Build Number!&amp;quot; &amp;nbsp;So, for example my value is 07133 which when converted to a long is 7133 for my build number. &amp;nbsp;Anyone know how to fix the error?&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#1990458</link><pubDate>Thu, 29 Mar 2007 23:14:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1990458</guid><dc:creator>RJS</dc:creator><description>&lt;p&gt;seems to me that the best way around this one is allowing a value to exceed UInt16 - maybe a 32 would have been more appropriate.&lt;/p&gt;
&lt;p&gt;The person that decided to use the date for their buildnumber is going &amp;quot;doh!&amp;quot; about now....&lt;/p&gt;
&lt;p&gt;Of course the one that decided the version numbers should be limited to an UInt16 never dreamed of a date value being used.&lt;/p&gt;
&lt;p&gt;granted, the yyddd idea isn't bad- but the year is still the clincher- &lt;/p&gt;
&lt;p&gt;so- put the day first... 36599 - would keep you below 65535 (until you tried to squeeze a 4 digit year in).&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#5002951</link><pubDate>Thu, 20 Sep 2007 03:28:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5002951</guid><dc:creator>Chris Eldredge</dc:creator><description>&lt;p&gt;I guess I'm the only person that actually injects a serial build number from an integration server into my assembly versions. &amp;nbsp;Good thing my projects are only a year old and the build number is in the 4,000s.&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#6730309</link><pubDate>Tue, 11 Dec 2007 06:22:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6730309</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;What am I missing? I am still getting the error: Error	11	Error emitting 'System.Reflection.AssemblyVersionAttribute' attribute -- 'The version specified '1.0.71210.8' is invalid'	AssemblyInfo\Debug\AssemblyInfo.cs&lt;/p&gt;
&lt;p&gt;I made the following mod:&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;AssemblyMajorVersion&amp;gt;1&amp;lt;/AssemblyMajorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyMinorVersion&amp;gt;0&amp;lt;/AssemblyMinorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumber&amp;gt;&amp;lt;/AssemblyBuildNumber&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevision&amp;gt;&amp;lt;/AssemblyRevision&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumberType&amp;gt;DateString&amp;lt;/AssemblyBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumberFormat&amp;gt;MMddyy&amp;lt;/AssemblyBuildNumberFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevisionType&amp;gt;AutoIncrement&amp;lt;/AssemblyRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevisionFormat&amp;gt;00&amp;lt;/AssemblyRevisionFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;!-- Properties for controlling the Assembly File Version --&amp;gt;&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;AssemblyFileMajorVersion&amp;gt;1&amp;lt;/AssemblyFileMajorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileMinorVersion&amp;gt;0&amp;lt;/AssemblyFileMinorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumber&amp;gt;&amp;lt;/AssemblyFileBuildNumber&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevision&amp;gt;&amp;lt;/AssemblyFileRevision&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumberType&amp;gt;DateString&amp;lt;/AssemblyFileBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumberFormat&amp;gt;MMddyy&amp;lt;/AssemblyFileBuildNumberFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevisionType&amp;gt;AutoIncrement&amp;lt;/AssemblyFileRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevisionFormat&amp;gt;00&amp;lt;/AssemblyFileRevisionFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#7303381</link><pubDate>Tue, 29 Jan 2008 13:42:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7303381</guid><dc:creator>อภิรมย์ กริ่มใจ</dc:creator><description>&lt;p&gt;99/28 ม.อยู่สบาย ข.สะพานสูง ถ.กรุงเทพกรีฑา กรุงเทพๆ&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#7303420</link><pubDate>Tue, 29 Jan 2008 13:44:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7303420</guid><dc:creator>à¸­à¸ à¸´à¸£à¸¡à¸¢à¹Œ à¸à¸£à¸´à¹ˆà¸¡à¹ƒà¸ˆ</dc:creator><description>&lt;p&gt;99/28 ม.บ้านอยู่สบาย ถ.กรุงเทพกรีฑา ข.สะพานสูง &lt;/p&gt;
&lt;p&gt;กรุงเทพๆ 10400&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8297560</link><pubDate>Tue, 18 Mar 2008 01:56:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8297560</guid><dc:creator>Denis</dc:creator><description>&lt;p&gt;I have found another workaround-Versioning that could work in my eyes: Use the year as Build-Number and Month/Day as Revision. &lt;/p&gt;
&lt;p&gt;If you really publish something you won't likely have more than one release each day, right?&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8327329</link><pubDate>Thu, 20 Mar 2008 16:17:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8327329</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;@Denis&lt;/p&gt;
&lt;p&gt;If you have an automated build process and you check in each change into source control and go on to add a new change, a build would be generated after each check in. So yes, you could likely have more than one &amp;quot;release&amp;quot; in a day.&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8381753</link><pubDate>Fri, 11 Apr 2008 22:33:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8381753</guid><dc:creator>Randar Puust</dc:creator><description>&lt;p&gt;Since everyone seems to have a solution, we are going to try the following:&lt;/p&gt;
&lt;p&gt;Major.Minor.YYMM.DDBuildNumber&lt;/p&gt;
&lt;p&gt;So you would have:&lt;/p&gt;
&lt;p&gt;-5.0.0801.220 is Version 5, built on Jan 22nd, 2008. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;-5.0.0801.2211 is Version 5, built on Jan 22nd, 2008, 11th build of the day. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;-5.1.200801.010 is Version 5.1, built on Jan 1st, 2008.&lt;/p&gt;
&lt;p&gt;It's a bit cryptic, but at least it fits within the bounds unless you have an insane number of builds.&lt;/p&gt;
</description></item><item><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/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8593994</link><pubDate>Fri, 13 Jun 2008 06:41:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8593994</guid><dc:creator>Nikhil Singhal's Blog</dc:creator><description>&lt;p&gt;One common requirement with any decent sized multi-version product is to automatically update the version&lt;/p&gt;
</description></item><item><title>Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8723110</link><pubDate>Sat, 12 Jul 2008 10:49:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8723110</guid><dc:creator>Vincent Yang</dc:creator><description>&lt;p&gt;Ref:&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-th"&gt;http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-th&lt;/a&gt;...&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#8968908</link><pubDate>Mon, 29 Sep 2008 16:53:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8968908</guid><dc:creator>Angela Gerber</dc:creator><description>&lt;p&gt;Replacing the assembly version with this.. solved the error for me.....&lt;/p&gt;
&lt;p&gt;[assembly: AssemblyVersion(&amp;quot;1.0.*&amp;quot;)]&lt;/p&gt;
</description></item><item><title>re: Fixing invalid version number problems with the AssemblyInfoTask</title><link>http://blogs.msdn.com/msbuild/archive/2007/01/03/fixing-invalid-version-number-problems-with-the-assemblyinfotask.aspx#9852003</link><pubDate>Wed, 29 Jul 2009 15:32:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9852003</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Which is a right DateString Format?&lt;/p&gt;
&lt;p&gt;There is still the Error:&lt;/p&gt;
&lt;p&gt;The specified string is not a valid version number&lt;/p&gt;
&lt;p&gt;&amp;lt;PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyMajorVersion&amp;gt;0&amp;lt;/AssemblyMajorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyMinorVersion&amp;gt;2&amp;lt;/AssemblyMinorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumber&amp;gt;&amp;lt;/AssemblyBuildNumber&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevision&amp;gt;&amp;lt;/AssemblyRevision&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumberType&amp;gt;DateString&amp;lt;/AssemblyBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyBuildNumberFormat&amp;gt;yyDDmm&amp;lt;/AssemblyBuildNumberFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevisionType&amp;gt;AutoIncrement&amp;lt;/AssemblyRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyRevisionFormat&amp;gt;&amp;lt;/AssemblyRevisionFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;!-- Properties for controlling the Assembly File Version --&amp;gt;&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;AssemblyFileMajorVersion&amp;gt;0&amp;lt;/AssemblyFileMajorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileMinorVersion&amp;gt;2&amp;lt;/AssemblyFileMinorVersion&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumber&amp;gt;&amp;lt;/AssemblyFileBuildNumber&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevision&amp;gt;&amp;lt;/AssemblyFileRevision&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumberType&amp;gt;DateString&amp;lt;/AssemblyFileBuildNumberType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileBuildNumberFormat&amp;gt;yyDDmm&amp;lt;/AssemblyFileBuildNumberFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevisionType&amp;gt;AutoIncrement&amp;lt;/AssemblyFileRevisionType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyFileRevisionFormat&amp;gt;&amp;lt;/AssemblyFileRevisionFormat&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/PropertyGroup&amp;gt;&lt;/p&gt;
</description></item></channel></rss>