archiver-winrt 1.0.0
Archiver for WinRT is a powerful utility for compressing and decompressing files and folders. Up until now, managing compressed files has been a huge pain in WinRT and Windows 8. Moreover, using the built-in mechanism, you couldn't compress a folder with its subfolders and files. Archiver makes compressing and decompressing amazingly easy, using just two lines of code: Archiver archiver = new Archiver(); archiver.Compress(source, destination); ... where source and destination are the specified files and folders.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>archiver-winrt</id>
<version>1.0.0</version>
<title>Archiver for WinRT</title>
<authors>Vangos Pterneas</authors>
<owners>LightBuzz</owners>
<licenseUrl>https://github.com/LightBuzz/Archiver-WinRT/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/LightBuzz/Archiver-WinRT</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Archiver for WinRT is a powerful utility for compressing and decompressing files and folders. Up until now, managing compressed files has been a huge pain in WinRT and Windows 8. Moreover, using the built-in mechanism, you couldn't compress a folder with its subfolders and files.
Archiver makes compressing and decompressing amazingly easy, using just two lines of code:
Archiver archiver = new Archiver();
archiver.Compress(source, destination);
... where source and destination are the specified files and folders.</description>
<summary>Archiver for WinRT is a powerful utility for compressing and decompressing files and folders.</summary>
<copyright>LightBuzz</copyright>
<tags>archive archiver zip unzip winrt windows 8 compress decompress compressor decompressor</tags>
</metadata>
</package>