<?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: C# .Net : How works automatic assembly versioning</title>
	<atom:link href="http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/feed" rel="self" type="application/rss+xml" />
	<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=c-net-how-works-automatic-assembly-versioning</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 17:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/comment-page-1#comment-5375</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Thu, 02 Jun 2011 15:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2388#comment-5375</guid>
		<description>I&#039;m sorry but I don&#039;t have the time to test it now. If someone knows the answer, I would be thankful if he could answer it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry but I don&#8217;t have the time to test it now. If someone knows the answer, I would be thankful if he could answer it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Lewis</title>
		<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/comment-page-1#comment-5290</link>
		<dc:creator>Joe Lewis</dc:creator>
		<pubDate>Sat, 14 May 2011 17:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2388#comment-5290</guid>
		<description>What TimeZone does the automatic versioning use? Does it use UTC, or local time zone, and does it consider daylight saving time? I would like to use your code to calculate exact time of compilation, and if it does not use UTC then I don&#039;t think it is possible, since the application can run on computers with different time zone.</description>
		<content:encoded><![CDATA[<p>What TimeZone does the automatic versioning use? Does it use UTC, or local time zone, and does it consider daylight saving time? I would like to use your code to calculate exact time of compilation, and if it does not use UTC then I don&#8217;t think it is possible, since the application can run on computers with different time zone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Holpar</title>
		<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/comment-page-1#comment-4603</link>
		<dc:creator>Peter Holpar</dc:creator>
		<pubDate>Fri, 28 Jan 2011 23:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2388#comment-4603</guid>
		<description>See the link below for a simple WPF-based utility that applies a similar algorithm in practice to make the conversion between version number and build date: http://pholpar.wordpress.com/2011/01/29/how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa/

Peter</description>
		<content:encoded><![CDATA[<p>See the link below for a simple WPF-based utility that applies a similar algorithm in practice to make the conversion between version number and build date: <a href="http://pholpar.wordpress.com/2011/01/29/how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa/" rel="nofollow">http://pholpar.wordpress.com/2011/01/29/how-to-get-the-assembly-version-number-from-the-build-date-and-vice-versa/</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent Clairambault</title>
		<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/comment-page-1#comment-986</link>
		<dc:creator>Florent Clairambault</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2388#comment-986</guid>
		<description>Yes, thank you very much, I mixed up everything. I fixed it.</description>
		<content:encoded><![CDATA[<p>Yes, thank you very much, I mixed up everything. I fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandr</title>
		<link>http://florent.clairambault.fr/c-net-how-works-automatic-assembly-versioning/comment-page-1#comment-985</link>
		<dc:creator>Alexandr</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://florent.clairambault.fr/?p=2388#comment-985</guid>
		<description>For .NET 2.0 this is solution:
DateTime date = new DateTime(2000, 01, 01). AddDays(version.Build).AddSeconds(version.Revision * 2);</description>
		<content:encoded><![CDATA[<p>For .NET 2.0 this is solution:<br />
DateTime date = new DateTime(2000, 01, 01). AddDays(version.Build).AddSeconds(version.Revision * 2);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/15 queries in 0.008 seconds using disk: basic
Object Caching 373/377 objects using disk: basic

Served from: florent.clairambault.fr @ 2012-02-08 13:18:12 -->
