<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>wp7ci Releases Rss Feed</title><link>http://wp7ci.codeplex.com/releases</link><description>wp7ci Releases Rss Description</description><item><title>Updated Release: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases/view/72082</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)&lt;/li&gt;
&lt;li&gt;Windows Phone 7.1 (Mango) support&lt;/li&gt;
&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://nuget.org/" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br /&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already&lt;/li&gt;
&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.&lt;/li&gt;
&lt;li&gt;Add a reference to &lt;b&gt;Microsoft.Silverlight.Testing.dll&lt;/b&gt; and &lt;b&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll&lt;/b&gt; in lib/sl3-wp. Remove any references to previous versions of these assemblies.&lt;/li&gt;
&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Project&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue;"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress += (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue;"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:56:49 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.1 (Aug 21, 2011) 20110821075649P</guid></item><item><title>Released: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases/view/72082</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)
&lt;/li&gt;&lt;li&gt;Windows Phone 7.1 (Mango) support &lt;/li&gt;&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;
&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://nuget.org/"&gt;NuGet&lt;span&gt;&lt;/span&gt;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br&gt;
&lt;br&gt;
&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br&gt;
&lt;ol&gt;
&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already
&lt;/li&gt;&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.
&lt;/li&gt;&lt;li&gt;Add a reference to &lt;b&gt;Microsoft.Silverlight.Testing.dll&lt;/b&gt; and &lt;b&gt;Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll&lt;/b&gt; in lib/sl3-wp. Remove any references to previous versions of these assemblies.
&lt;/li&gt;&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Import&lt;/span&gt; &lt;span style="color:Red"&gt;Project&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;br&gt;
Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br&gt;
&lt;br&gt;
&lt;div style="color:Black; background-color:White"&gt;
&lt;pre&gt;
&lt;span style="color:Blue"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress &amp;#43;= (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 21 Aug 2011 19:56:49 GMT</pubDate><guid isPermaLink="false">Released: 1.1 (Aug 21, 2011) 20110821075649P</guid></item><item><title>Updated Release: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases/view/72082</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)&lt;/li&gt;
&lt;li&gt;Windows Phone 7.1 (Mango) support&lt;/li&gt;
&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://nuget.org/" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br /&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already&lt;/li&gt;
&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.&lt;/li&gt;
&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Project&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue;"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress += (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue;"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:50:32 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.1 (Aug 21, 2011) 20110821075032P</guid></item><item><title>Updated Release: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases/view/72082</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)&lt;/li&gt;
&lt;li&gt;Windows Phone 7.1 (Mango) support&lt;/li&gt;
&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://nuget.org/" class="externalLink"&gt;NuGet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br /&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already&lt;/li&gt;
&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.&lt;/li&gt;
&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Project&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue;"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress += (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue;"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:46:58 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.1 (Aug 21, 2011) 20110821074658P</guid></item><item><title>Updated Release: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases/view/72082</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)&lt;/li&gt;
&lt;li&gt;Windows Phone 7.1 (Mango) support&lt;/li&gt;
&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://wp7ci.codeplex.com/wikipage?title=NuGet%3ahttp%3a%2f%2fnuget.org%2f"&gt;NuGet&amp;#58;http&amp;#58;&amp;#47;&amp;#47;nuget.org&amp;#47;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br /&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already&lt;/li&gt;
&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.&lt;/li&gt;
&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Project&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue;"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress += (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue;"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:45:17 GMT</pubDate><guid isPermaLink="false">Updated Release: 1.1 (Aug 21, 2011) 20110821074517P</guid></item><item><title>Created Release: 1.1 (Aug 21, 2011)</title><link>http://wp7ci.codeplex.com/releases?ReleaseId=72082</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Change Log&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;BREAKING CHANGE&lt;/b&gt; Test task name is now &amp;quot;Test&amp;quot; (was &amp;quot;RunUnitTests&amp;quot;)&lt;/li&gt;
&lt;li&gt;Windows Phone 7.1 (Mango) support&lt;/li&gt;
&lt;li&gt;Fixed display bug for ExpectedException tests&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Installation&lt;/h1&gt;
Using &lt;a href="http://wp7ci.codeplex.com/wikipage?title=NuGet%3ahttp%3a%2f%2fnuget.org%2f"&gt;NuGet&amp;#58;http&amp;#58;&amp;#47;&amp;#47;nuget.org&amp;#47;&lt;/a&gt;, install &amp;quot;WP7-CI&amp;quot; to the Windows Phone Silverlight Application that is being used for unit tests (create one if you haven&amp;#39;t already).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NOTE:&lt;/i&gt; The package will change the startup page to &amp;quot;TestsPage.xaml&amp;quot;, but you can revert it to &amp;quot;MainPage.xaml&amp;quot; by editing Properties/WMAppManifest.xaml. You can then delete the TestsPage.xaml file.&lt;br /&gt;
&lt;h2&gt;Manual Installation&lt;/h2&gt;
Don&amp;#39;t have NuGet?&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Create a Windows Phone Silverlight Application for your tests if you haven&amp;#39;t already&lt;/li&gt;
&lt;li&gt;Download the manual installation archive and extract it to a folder called &amp;quot;WP7-CI&amp;quot; under your application project folder.&lt;/li&gt;
&lt;li&gt;Manually edit your project file (csproj/vbproj) and place the following before the &amp;lt;/Project&amp;gt; at the end of the file:&lt;/li&gt;&lt;/ol&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;Import&lt;/span&gt; &lt;span style="color:Red;"&gt;Project&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;WP7-CI\tools\WP7CI.targets&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Blue;"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Also, as is required by the standard testing framework, the following code should be placed in the Loaded event of your startup page:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;var&lt;/span&gt; testPage = UnitTestSystem.CreateTestPage() &lt;span style="color:Blue;"&gt;as&lt;/span&gt; IMobileTestPage;

BackKeyPress += (x, xe) =&amp;gt; xe.Cancel = testPage.NavigateBack();
(Application.Current.RootVisual &lt;span style="color:Blue;"&gt;as&lt;/span&gt; PhoneApplicationFrame).Content = testPage;     
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>richard_szalay</author><pubDate>Sun, 21 Aug 2011 19:45:06 GMT</pubDate><guid isPermaLink="false">Created Release: 1.1 (Aug 21, 2011) 20110821074506P</guid></item></channel></rss>