Q42.WinRT by Michiel Post, Q42

<PackageReference Include="Q42.WinRT" Version="1.2.2.42" />

 Q42.WinRT 1.2.2.42

Open source library for Windows 8 XAML applications. This library is focused on web connected and data driven applications. It includes helpers to easily cache data from API calls and cache web images to the local storage. There's also a DataLoader included which functions as a wrapper around a Task<T> method. You can bind a progress bar to the DataLoader and show it as long as the task is running.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Q42.WinRT</id>
    <version>1.2.2.42</version>
    <authors>Michiel Post,  Q42</authors>
    <owners>Michiel Post, Q42</owners>
    <projectUrl>https://github.com/Q42/Q42.WinRT</projectUrl>
    <iconUrl>https://nugetgallery.blob.core.windows.net/icons/DotLessMinification.0.42.1.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Open source library for Windows 8 XAML applications. This library is focused on web connected and data driven applications. It includes helpers to easily cache data from API calls and cache web images to the local storage. There's also a DataLoader included which functions as a wrapper around a Task&lt;T&gt; method. You can bind a progress bar to the DataLoader and show it as long as the task is running.</description>
    <summary>Open source library for Windows 8 XAML applications.</summary>
    <language>en-US</language>
    <tags>winrt metro xaml</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" />
      <dependency id="Q42.WinRT.Portable" />
    </dependencies>
  </metadata>
</package>