### Nuget Publish Build

# Contributing
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# Azure Storage Simplified
- Queues/Blobs/Tables/File Shares
- Azure Storage Resources
- Dependancy Injection
- Mockable for testing
- Prefer async calls
## Running Tests
- Make sure the Azure Storage Emulator is running
- execute the NUnit console runner against the test assembly
# [NuGet](https://www.nuget.org/packages/Azure.Data.Wrappers)
```
PM> Install-Package Azure.Data.Wrappers
```
# [Wiki](https://github.com/microsoft/Azure.Data.Wrappers/wiki)
View the wiki to learn how to use this.