<?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: Displaying the Build Date on Your Web Pages	</title>
	<atom:link href="https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Thu, 27 Apr 2023 22:09:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Benjamin		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-390560</link>

		<dc:creator><![CDATA[Benjamin]]></dc:creator>
		<pubDate>Thu, 27 Apr 2023 22:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-390560</guid>

					<description><![CDATA[An updated blog has been released here: https://intellitect.com/blog/build-date-net-application/]]></description>
			<content:encoded><![CDATA[<p>An updated blog has been released here: <a href="https://intellitect.com/blog/build-date-net-application/" rel="ugc">https://intellitect.com/blog/build-date-net-application/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How To Display the Build Date of a .NET Application - IntelliTect		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-390484</link>

		<dc:creator><![CDATA[How To Display the Build Date of a .NET Application - IntelliTect]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 17:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-390484</guid>

					<description><![CDATA[[&#8230;] recalled a previous IntelliTect blog post on displaying the build date on your web pages, and I knew IntelliTect had a NuGet package with the solution. However, upon installation, I [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] recalled a previous IntelliTect blog post on displaying the build date on your web pages, and I knew IntelliTect had a NuGet package with the solution. However, upon installation, I [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Benjamin Michaelis		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-389091</link>

		<dc:creator><![CDATA[Benjamin Michaelis]]></dc:creator>
		<pubDate>Tue, 20 Sep 2022 00:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-389091</guid>

					<description><![CDATA[This and more is also available now with the IntelliTect.Multitool nuget package! https://www.nuget.org/packages/IntelliTect.Multitool#readme-body-tab]]></description>
			<content:encoded><![CDATA[<p>This and more is also available now with the IntelliTect.Multitool nuget package! <a href="https://www.nuget.org/packages/IntelliTect.Multitool#readme-body-tab" rel="nofollow ugc">https://www.nuget.org/packages/IntelliTect.Multitool#readme-body-tab</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Puckett		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-356352</link>

		<dc:creator><![CDATA[Tom Puckett]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 19:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-356352</guid>

					<description><![CDATA[Sorry, the article has removed from my comment the tags which the false value is used, the tag is &#039;Deterministic&#039;, to be added inside a &#039;PropertyGroup&#039; tag.]]></description>
			<content:encoded><![CDATA[<p>Sorry, the article has removed from my comment the tags which the false value is used, the tag is &#8216;Deterministic&#8217;, to be added inside a &#8216;PropertyGroup&#8217; tag.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Puckett		</title>
		<link>https://intellitect.com/blog/displaying-deploymentbuild-date-web-pages/#comment-356351</link>

		<dc:creator><![CDATA[Tom Puckett]]></dc:creator>
		<pubDate>Thu, 04 Jan 2018 19:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://intellitect.com/?p=27381#comment-356351</guid>

					<description><![CDATA[A recent roadblock with the release of Visual Studio 15.4 is the change in default build parameters to use deterministic compilation.  This means that the timestamp field in the assembly header no longer reflects the date or time of the build, invalidating this useful solution.  This change can be overridden by adding false inside a  element of the .csproj file, though this defeats the &quot;progress&quot; intended by the change in default behavior.  I tried to implement an alternative by referencing a build variable in the assembly copyright attribute, but the tried and true $(Date) macro has disappeared from the build system and I ultimately failed to get something working.]]></description>
			<content:encoded><![CDATA[<p>A recent roadblock with the release of Visual Studio 15.4 is the change in default build parameters to use deterministic compilation.  This means that the timestamp field in the assembly header no longer reflects the date or time of the build, invalidating this useful solution.  This change can be overridden by adding false inside a  element of the .csproj file, though this defeats the &#8220;progress&#8221; intended by the change in default behavior.  I tried to implement an alternative by referencing a build variable in the assembly copyright attribute, but the tried and true $(Date) macro has disappeared from the build system and I ultimately failed to get something working.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
