<?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: Dependency Management in .Net: Using NuGet without Visual Studio</title>
	<atom:link href="http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/</link>
	<description>pursuing well-crafted software</description>
	<lastBuildDate>Tue, 14 May 2013 13:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: digitalBush &#187; Manage Your Dependencies with Rake and NuGet</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-317</link>
		<dc:creator>digitalBush &#187; Manage Your Dependencies with Rake and NuGet</dc:creator>
		<pubDate>Thu, 15 Dec 2011 21:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-317</guid>
		<description>[...] do anything on a per project basis other than standard references.After several iterations on what Derek Greer started, I&#039;ve ended up with the solution below. Dependencies are declared in the same [...]</description>
		<content:encoded><![CDATA[<p>[...] do anything on a per project basis other than standard references.After several iterations on what Derek Greer started, I&#039;ve ended up with the solution below. Dependencies are declared in the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-268</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 20 Sep 2011 23:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-268</guid>
		<description>If I need a dependency that isn&#039;t available, I just create it myself and either put it out there for the community or put it out on my corporate share for the rest of my team.</description>
		<content:encoded><![CDATA[<p>If I need a dependency that isn&#8217;t available, I just create it myself and either put it out there for the community or put it out on my corporate share for the rest of my team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-267</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 20 Sep 2011 23:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-267</guid>
		<description>The -ExcludeVersion switch tells NuGet to store the retrieved files in folders without the version number.  Normally, retrieving NHibernate would result in a folder being created such as NHibernate.3.2.0.4000.  With the -ExcludeVersion switch, it would just be downloaded to a folder named NHibernate.</description>
		<content:encoded><![CDATA[<p>The -ExcludeVersion switch tells NuGet to store the retrieved files in folders without the version number.  Normally, retrieving NHibernate would result in a folder being created such as NHibernate.3.2.0.4000.  With the -ExcludeVersion switch, it would just be downloaded to a folder named NHibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-266</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 20 Sep 2011 23:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-266</guid>
		<description>How do you handle dependencies that are not available as Nuget packages?</description>
		<content:encoded><![CDATA[<p>How do you handle dependencies that are not available as Nuget packages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-265</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 20 Sep 2011 23:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-265</guid>
		<description>What is the &quot;-ExcludeVersion switch&quot; that you referred to?</description>
		<content:encoded><![CDATA[<p>What is the &#8220;-ExcludeVersion switch&#8221; that you referred to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #941</title>
		<link>http://lostechies.com/derekgreer/2011/09/20/dependency-management-in-net-using-nuget-without-visual-studio/#comment-264</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #941</dc:creator>
		<pubDate>Tue, 20 Sep 2011 07:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derekgreer/?p=542#comment-264</guid>
		<description>[...] Dependency Management in .Net: Using NuGet without Visual Studio - Derek Greer discusses how NuGet answers a number of his previously discussed dependency management problems, discussing its use from the command line, and looking at combining it with the Rake build tool. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dependency Management in .Net: Using NuGet without Visual Studio &#8211; Derek Greer discusses how NuGet answers a number of his previously discussed dependency management problems, discussing its use from the command line, and looking at combining it with the Rake build tool. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
