<rsd version="1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://archipelago.phrasewise.com/rsd">
  <service>
    <engineName>MyGet</engineName>
    <engineLink>http://www.myget.org/</engineLink>
    <dc:identifier>https://www.myget.org/F/yinzhang/</dc:identifier>
    <dc:owner>melcloud</dc:owner>
    <dc:creator>melcloud</dc:creator>
    <dc:title>My NuGet feed.</dc:title>
    <dc:description># Common Web Infrastructure #

## What is it? ##

**Common Web Infrastructure** contains two main projects:

 - *CommonWebInfrastructure.Interfaces* contains the interfaces for services.
 - *CommonWebInfrastructure* contains the implementations for services.

Currently, it contains the following libraries:

### Data Compression Service  ###
Two types of compression are included with this library. 

#### Gzip Compression ####
`GZipDataCompressionService` uses GZip to compress data.

#### Deflate Compression ####
`DeflateDataCompressionService` uses Deflate to compress data.

#### DI ####

You can also use your favourite DI container to register against the `IDataCompressionService` interface to specify which compression algorithm you want to use.

### Machine Key Encryption Service  ###
Encrypt / decrypt data by using the new ASP.NET 4.5 machine key protection API. Please note, this &lt;span style="color: red"&gt;SHOULD NOT BE USED FOR PASSWORD ENCRYPTION!&lt;/span&gt;

### Read Configuration Service  ###
Read application settiong value and connection string setting value from web.config.

## Installation ##
You can download the latest release from the **tag** section.

## License ##
__Common Web Infrastructure__ is release under MIT license as described in _License.txt_ file:

Copyright (c) 2013 Yin Zhang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, 
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:
  
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</dc:description>
    <homePageLink>https://www.myget.org/Feed/Details/yinzhang/</homePageLink>
    <apis>
      <api name="nuget-v3-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/yinzhang/api/v3/index.json" />
      <api name="nuget-v2-packages" blogID="" preferred="true" apiLink="https://www.myget.org/F/yinzhang/api/v2/" />
      <api name="nuget-v1-packages" blogID="" preferred="false" apiLink="https://www.myget.org/F/yinzhang/api/v1/" />
    </apis>
  </service>
</rsd>