<?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: Using Powershell to make your NuPack Packages – more Awesome</title>
	<atom:link href="http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 00:49: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: patrik akselsson</title>
		<link>http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/#comment-335</link>
		<dc:creator>patrik akselsson</dc:creator>
		<pubDate>Sat, 30 Oct 2010 08:08:01 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx#comment-335</guid>
		<description>I can see so many things go wrong with this approach. What&#039;s wrong with a simple readme?</description>
		<content:encoded><![CDATA[<p>I can see so many things go wrong with this approach. What&#8217;s wrong with a simple readme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahendra Mavani</title>
		<link>http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/#comment-334</link>
		<dc:creator>Mahendra Mavani</dc:creator>
		<pubDate>Fri, 29 Oct 2010 15:05:24 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx#comment-334</guid>
		<description>Nice..This is hex magic... reason why any company wants you</description>
		<content:encoded><![CDATA[<p>Nice..This is hex magic&#8230; reason why any company wants you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hinze</title>
		<link>http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/#comment-333</link>
		<dc:creator>Matt Hinze</dc:creator>
		<pubDate>Fri, 29 Oct 2010 12:34:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx#comment-333</guid>
		<description>That is very slick.</description>
		<content:encoded><![CDATA[<p>That is very slick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair Smith</title>
		<link>http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/#comment-332</link>
		<dc:creator>Alastair Smith</dc:creator>
		<pubDate>Thu, 28 Oct 2010 15:27:22 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx#comment-332</guid>
		<description>Nice! I really must get around to looking at NuPack in some depth, it looks really powerful.  Nice to see it&#039;s using PowerShell&#039;s native XML processing.  

A quick tip: you can make a couple of your lines a bit shorter and more PoSh by using the &#124;? filter pipeline, rather than piping into Where-Object explicitly.  IIRC, it&#039;s just syntactic sugar for what you&#039;re doing.  

E.g.: $startup = $mvcapp.Children.Item(1).Members &#124;? $_.Name -eq &#039;Applicaton_Start&#039;</description>
		<content:encoded><![CDATA[<p>Nice! I really must get around to looking at NuPack in some depth, it looks really powerful.  Nice to see it&#8217;s using PowerShell&#8217;s native XML processing.  </p>
<p>A quick tip: you can make a couple of your lines a bit shorter and more PoSh by using the |? filter pipeline, rather than piping into Where-Object explicitly.  IIRC, it&#8217;s just syntactic sugar for what you&#8217;re doing.  </p>
<p>E.g.: $startup = $mvcapp.Children.Item(1).Members |? $_.Name -eq &#8216;Applicaton_Start&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
