<?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: Simplifying releases through git</title>
	<atom:link href="http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/</link>
	<description>Daniel Hoelbling talks about .NET</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:22:22 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gregory Van de Wiele</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3429</link>
		<dc:creator>Gregory Van de Wiele</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3429</guid>
		<description>That&#039;s the best option. I&#039;ve read MSI&#039;s and other installers use the FileVersion, but no clue how exactly...</description>
		<content:encoded><![CDATA[<p>That&#39;s the best option. I&#39;ve read MSI&#39;s and other installers use the FileVersion, but no clue how exactly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hölbling</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3428</link>
		<dc:creator>Daniel Hölbling</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3428</guid>
		<description>Actually the build script does not commit at all. AssemblyInfo.cs is NOT part of the repository. It gets ignored and therefore there is no need for git-commit. &lt;br&gt;If you make a clean clone of the repo you need to run the buildscript at least once before you can start working, but that&#039;s ok. After that whenever you commit and do a subsequent build the AssemblyInfo.cs will get updated to the newest version..</description>
		<content:encoded><![CDATA[<p>Actually the build script does not commit at all. AssemblyInfo.cs is NOT part of the repository. It gets ignored and therefore there is no need for git-commit. <br />If you make a clean clone of the repo you need to run the buildscript at least once before you can start working, but that&#39;s ok. After that whenever you commit and do a subsequent build the AssemblyInfo.cs will get updated to the newest version..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hölbling</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3427</link>
		<dc:creator>Daniel Hölbling</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3427</guid>
		<description>I&#039;ve also seen scripts where you put the hash into the normal version number and disable the warnings you get through some compiler flags. But I decided against it. Still thanks for the tipp, I&#039;ll look into it a bit more.</description>
		<content:encoded><![CDATA[<p>I&#39;ve also seen scripts where you put the hash into the normal version number and disable the warnings you get through some compiler flags. But I decided against it. Still thanks for the tipp, I&#39;ll look into it a bit more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Van de Wiele</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3425</link>
		<dc:creator>Gregory Van de Wiele</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3425</guid>
		<description>I think you can put the complete hash in the informationalversion, it takes a string. The other version attributes require numbers.</description>
		<content:encoded><![CDATA[<p>I think you can put the complete hash in the informationalversion, it takes a string. The other version attributes require numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Van de Wiele</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3426</link>
		<dc:creator>Gregory Van de Wiele</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3426</guid>
		<description>When your build script updates the AssemblyInfo.cs files when releasing, doesn&#039;t that require an additional GIT commit for the updated AssemblyInfo.cs files? Or does the script do a &#039;GIT reset --hard&#039; right after releasing and you oonly tag the version in GIT? Or is the build script really doing a GIT commit+ GIT tag for every build? A commit for every build sounds like overkill. I&#039;m still seeking a good balance myself.</description>
		<content:encoded><![CDATA[<p>When your build script updates the AssemblyInfo.cs files when releasing, doesn&#39;t that require an additional GIT commit for the updated AssemblyInfo.cs files? Or does the script do a &#39;GIT reset &#8211;hard&#39; right after releasing and you oonly tag the version in GIT? Or is the build script really doing a GIT commit+ GIT tag for every build? A commit for every build sounds like overkill. I&#39;m still seeking a good balance myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hölbling</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3407</link>
		<dc:creator>Daniel Hölbling</dc:creator>
		<pubDate>Sat, 12 Dec 2009 21:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3407</guid>
		<description>We don&#039;t use the hash in the version attribute but only in title and description. &lt;br&gt;The version is just straight from the git tag (like v1.1.0)&lt;br&gt;&lt;br&gt;But Ayende adds the hash to the version number in Rhino-Mocks. But he has to disable some compiler warning for that.</description>
		<content:encoded><![CDATA[<p>We don&#39;t use the hash in the version attribute but only in title and description. <br />The version is just straight from the git tag (like v1.1.0)</p>
<p>But Ayende adds the hash to the version number in Rhino-Mocks. But he has to disable some compiler warning for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Scheffer</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3406</link>
		<dc:creator>Mauricio Scheffer</dc:creator>
		<pubDate>Sat, 12 Dec 2009 21:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3406</guid>
		<description>How are you handling the commit hash? The CLR only admits 16-bit  numbers for each version component...</description>
		<content:encoded><![CDATA[<p>How are you handling the commit hash? The CLR only admits 16-bit  numbers for each version component&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisJOwen</title>
		<link>http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/comment-page-1/#comment-3384</link>
		<dc:creator>ChrisJOwen</dc:creator>
		<pubDate>Mon, 02 Nov 2009 02:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tigraine.at/2009/10/27/simplifying-releases-through-git/#comment-3384</guid>
		<description>Ahhh, I understand what you were banging on about now. Skype chat isn&#039;t the best way of explaining a coding solution (either that or I wasn&#039;t paying attention). Great work on the build script anyway.</description>
		<content:encoded><![CDATA[<p>Ahhh, I understand what you were banging on about now. Skype chat isn&#39;t the best way of explaining a coding solution (either that or I wasn&#39;t paying attention). Great work on the build script anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
