Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
veena-udayabhanu committed Nov 26, 2013
1 parent df0767d commit 3b74561
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Windows Azure SDK for .NET allows you to build Windows Azure applications
that take advantage of scalable cloud computing resources.

This repository contains the open source subset of the .NET SDK. For documentation of the
This repository contains the open source subset of the .NET Storage SDK. For documentation of the
complete SDK, please see the [Windows Azure .NET Developer Center](http://www.windowsazure.com/en-us/develop/net/).

# Features
Expand Down Expand Up @@ -70,8 +70,13 @@ cd azure-storage-net
To get the binaries of this library as distributed by Microsoft, ready for use
within your project you can also have them installed by the .NET package manager [NuGet](http://www.nuget.org/).

#### Desktop
`Install-Package WindowsAzure.Storage`

#### Windows 8 and Windows Phone
`Install-Package WindowsAzure.Storage-Preview -Pre`
`Install-Package WindowsAzure.Storage.Table-Preview -Pre`

## Dependencies

### OData
Expand Down

0 comments on commit 3b74561

Please sign in to comment.