<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>crea-doo &#124; weblog &#187; .Net</title>
	<atom:link href="http://www.crea-doo.at/weblog/category/technology/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crea-doo.at/weblog</link>
	<description>Not just another weblog</description>
	<lastBuildDate>Thu, 15 Mar 2012 22:06:12 +0000</lastBuildDate>
	<language>de-at</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Automatically use subversion revision as version in .Net projects</title>
		<link>http://www.crea-doo.at/weblog/2011/04/26/automatically-use-subversion-revision-as-version-in-net-projects/</link>
		<comments>http://www.crea-doo.at/weblog/2011/04/26/automatically-use-subversion-revision-as-version-in-net-projects/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 19:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.crea-doo.at/weblog/?p=292</guid>
		<description><![CDATA[After a long search I discovered the &#8220;Build Version Increment Add-In&#8221; (for Visual Studio 2005, 2008 and 2010) which enables to auto increment the build version of the AssemblyFileVersion attribute &#8211; currently C#, VB.NET and C++.NET projects are supported. The Add-In is quickly installed and comes with various incrementor styles. But I missed an incrementor [...]]]></description>
			<content:encoded><![CDATA[<p>After a long search I discovered the &#8220;<a href="http://autobuildversion.codeplex.com/">Build Version Increment Add-In</a>&#8221; (for Visual Studio 2005, 2008 and 2010) which enables to auto increment the build version of the AssemblyFileVersion attribute &#8211; currently C#, VB.NET and C++.NET projects are supported. The Add-In is quickly installed and comes with various incrementor styles. But I missed an incrementor style which provides the subversion revision if the project is under version control. Luckily the Add-In exposes an interface for creating own incrementor styles: After some hacking I got it working using <a href="http://sharpsvn.open.collab.net/">Sharpsvn</a> to get the revision.</p>
<p>The final plug-in for the Add-In is available for download here: <a href="http://downloads.crea-doo.at/net/buildversionincrement/SubversionIncrementor v1.0.zip" target="_blank">SubversionIncrementor v1.0</a></p>
<p>Some users report to have issues using the Build Version Incrementor (version 2.4) with <a href="http://autobuildversion.codeplex.com/workitem/6400">Visual Studio 2010 SP1</a> or <a href="http://autobuildversion.codeplex.com/workitem/6452">Visual Studio Ultimate 2010</a>: I also had that issue but building the whole project solved it. If you don&#8217;t want to rebuild the whole project the version is also available for download <a href="http://downloads.crea-doo.at/net/buildversionincrement/BuildVersionIncrement v2.4.11046.2045 VS2010.zip" target="_blank">here</a>.</p>
<p><strong>Update 15.09.2011:</strong></p>
<p>I&#8217;ve updated the Plugin to work with <a href="http://autobuildversion.codeplex.com/releases/view/71360">Build Version Incrementor (version 2.5)</a> and fixed a bug which prevented the SubversionIncrementor to get the revision when not conncted to the subversion server.</p>
<p>The new plug-in for the Add-In is available for download here: <a href="http://downloads.crea-doo.at/net/buildversionincrement/SubversionIncrementor%20v1.1.zip" target="_blank">SubversionIncrementor v1.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crea-doo.at/weblog/2011/04/26/automatically-use-subversion-revision-as-version-in-net-projects/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iTunes Agent 1.3.4 Patch: Sync more than one folder and playlist support</title>
		<link>http://www.crea-doo.at/weblog/2011/01/05/itunesagent-1-3-4-patch-sync-more-than-one-folder-and-playlist-support/</link>
		<comments>http://www.crea-doo.at/weblog/2011/01/05/itunesagent-1-3-4-patch-sync-more-than-one-folder-and-playlist-support/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 13:22:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.crea-doo.at/weblog/?p=249</guid>
		<description><![CDATA[There is a new patch (&#8216;itunesagent_patch_code_r232.diff&#8216;; based on revision 232) for iTunes Agent version 1.3.4 available: The functionality is the same as described in the previous post. But now there is not also a patch for the source code but also a installer for the compiled version. Download links iTunesAgent-Patch-1.3.4.exe itunesagent_patch_code_r232.diff itunesagent_patch_code_r176.diff itunesagent_patch_code_r163.diff itunesagent_patch_code_r67.diff]]></description>
			<content:encoded><![CDATA[<p>There is a new patch (&#8216;<a title="itunesagent_patch_code_r232.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r232.diff">itunesagent_patch_code_r232.diff</a>&#8216;; based on revision 232) for <a title="iTunes Agent" href="http://ita.sourceforge.net/">iTunes Agent</a> version 1.3.4 available:</p>
<p>The functionality is the same as described in the <a href="http://www.crea-doo.at/weblog/2010/02/14/itunesagent-1-3-2-patch-sync-more-than-one-folder-and-playlist-support">previous post</a>.<br />
But now there is not also a patch for the source code but also a installer for the <a title="iTunesAgent-Patch-1.3.4.exe" href="http://www.crea-doo.at/downloads/itunesagent/iTunesAgent-Patch-1.3.4.exe">compiled version</a>.</p>
<p><strong>Download links</strong></p>
<ul>
<li><a title="iTunesAgent-Patch-1.3.4.exe" href="http://www.crea-doo.at/downloads/itunesagent/iTunesAgent-Patch-1.3.4.exe">iTunesAgent-Patch-1.3.4.exe</a></li>
<li><a title="itunesagent_patch_code_r232.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r232.diff">itunesagent_patch_code_r232.diff</a></li>
<li><a title="itunesagent_patch_code_r176.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r176.diff">itunesagent_patch_code_r176.diff</a></li>
<li><a title="itunesagent_patch_code_r163.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r163.diff">itunesagent_patch_code_r163.diff</a></li>
<li><a title="itunesagent_patch_code_r67.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r67.diff">itunesagent_patch_code_r67.diff</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.crea-doo.at/weblog/2011/01/05/itunesagent-1-3-4-patch-sync-more-than-one-folder-and-playlist-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iTunes Agent 1.3.x Patch: Sync more than one folder and playlist support</title>
		<link>http://www.crea-doo.at/weblog/2010/02/14/itunesagent-1-3-2-patch-sync-more-than-one-folder-and-playlist-support/</link>
		<comments>http://www.crea-doo.at/weblog/2010/02/14/itunesagent-1-3-2-patch-sync-more-than-one-folder-and-playlist-support/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 12:21:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.crea-doo.at/weblog/?p=224</guid>
		<description><![CDATA[For iTunesAgent version 1.3.4 please see this post. With the following patch iTunes Agent will be able to sync more than one folder at the same device and also will have support for writing playlists. Just check out &#8220;https://ita.svn.sourceforge.net/svnroot/ita/itunesagent/trunk/itunesagent/&#8221; (revision 176) via svn and apply the patch &#8216;itunesagent_patch_code_r176.diff&#8216; to the folder. There is also a [...]]]></description>
			<content:encoded><![CDATA[<p>For <strong>iTunesAgent version 1.3.4</strong> please see <a href="http://www.crea-doo.at/weblog/2011/01/05/itunesagent-1-3-4-patch-sync-more-than-one-folder-and-playlist-support">this</a> post.</p>
<p>With the following patch <a title="iTunes Agent" href="http://ita.sourceforge.net/">iTunes Agent</a> will be able to sync more than one folder at the same device and also will have support for writing playlists.<br />
Just check out &#8220;<a title="itunesagent svn repo" href="https://ita.svn.sourceforge.net/svnroot/ita/itunesagent/trunk/itunesagent/">https://ita.svn.sourceforge.net/svnroot/ita/itunesagent/trunk/itunesagent/</a>&#8221; (revision 176) via svn and apply the patch &#8216;<a title="itunesagent_patch_code_r176.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r176.diff">itunesagent_patch_code_r176.diff</a>&#8216; to the folder.</p>
<p>There is also a <a title="itunesagent_patch_code_r163.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r163.diff">patch</a> based on version 163 (outdated!) and a <a title="itunesagent_patch_code_r67.diff" href="http://www.crea-doo.at/downloads/itunesagent/itunesagent_patch_code_r67.diff">patch</a> that is based on the revision 67 (outdated!)</p>
<p><strong>Changelog</strong></p>
<p>29/03/2010: Updated patch for revision 176<br />
23/02/2010: Added patch for revision 176</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crea-doo.at/weblog/2010/02/14/itunesagent-1-3-2-patch-sync-more-than-one-folder-and-playlist-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

