|
1 |
| -# Azure Storage Client Library for C++ (7.2.0) |
| 1 | +# Azure Storage Client Library for C++ (7.3.0) |
2 | 2 |
|
3 | 3 | The Azure Storage Client Library for C++ allows you to build applications against Microsoft Azure Storage. For an overview of Azure Storage, see [Introduction to Microsoft Azure Storage](http://azure.microsoft.com/en-us/documentation/articles/storage-introduction/).
|
4 | 4 |
|
@@ -65,7 +65,7 @@ To build with source code, there are three ways to install dependencies:
|
65 | 65 | Because Casablanca does not release NuGet packages anywhere anymore, Starting from 5.1.0, this repository cannot be built with pre-built Casablanca NuGet packages. However, you can export your own version of Casablanca NuGet packages to install dependencies of this project:
|
66 | 66 | ```BatchFile
|
67 | 67 | C:\src\vcpkg> .\vcpkg install cpprestsdk
|
68 |
| - C:\src\vcpkg> .\vcpkg export --nuget cpprestsdk --nuget-id=Casablanca --nuget-version=2.10.14 |
| 68 | + C:\src\vcpkg> .\vcpkg export --nuget cpprestsdk --nuget-id=Casablanca --nuget-version=2.10.15 |
69 | 69 | ```
|
70 | 70 |
|
71 | 71 | - Manage dependencies by yourself
|
@@ -128,6 +128,7 @@ The validated Casablanca version for each major or recent release on different p
|
128 | 128 | | 7.0.0 | 2.10.14 | 2.10.14 |
|
129 | 129 | | 7.1.0 | 2.10.14 | 2.10.14 |
|
130 | 130 | | 7.2.0 | 2.10.14 | 2.10.14 |
|
| 131 | +| 7.3.0 | 2.10.15 | 2.10.15 | |
131 | 132 |
|
132 | 133 | ## Code Samples
|
133 | 134 |
|
@@ -222,7 +223,7 @@ git clone https://github.com/Microsoft/cpprestsdk.git
|
222 | 223 |
|
223 | 224 | - Checkout the version on which Azure Storage Client Library for C++ depends:
|
224 | 225 | ```bash
|
225 |
| -git checkout tags/v2.10.14 -b v2.10.14 |
| 226 | +git checkout tags/v2.10.15 -b v2.10.15 |
226 | 227 | ```
|
227 | 228 |
|
228 | 229 | - Build the project in Release mode
|
@@ -257,7 +258,7 @@ The library is generated under `azure-storage-cpp/Microsoft.WindowsAzure.Storage
|
257 | 258 | The Azure Storage Client Library for C++ project depends on Unitest++ for unit test:
|
258 | 259 |
|
259 | 260 | To build and install Unitest++:
|
260 |
| -- Clone the project using git: |
| 261 | +- Clone the project using git: |
261 | 262 | ```bash
|
262 | 263 | git clone https://github.com/unittest-cpp/unittest-cpp.git
|
263 | 264 | ```
|
@@ -330,7 +331,7 @@ git clone https://github.com/Microsoft/cpprestsdk.git
|
330 | 331 | - Checkout the version on which Azure Storage Client Library for C++ depends:
|
331 | 332 | ```bash
|
332 | 333 | cd cpprestsdk
|
333 |
| -git checkout tags/v2.10.14 -b v2.10.14 |
| 334 | +git checkout tags/v2.10.15 -b v2.10.15 |
334 | 335 | ```
|
335 | 336 |
|
336 | 337 | - Build the project in Release mode
|
@@ -364,7 +365,7 @@ The library is generated under `azure-storage-cpp/Microsoft.WindowsAzure.Storage
|
364 | 365 | The Azure Storage Client Library for C++ project depends on Unitest++ for unit test:
|
365 | 366 |
|
366 | 367 | To build and install Unitest++:
|
367 |
| -- Clone the project using git: |
| 368 | +- Clone the project using git: |
368 | 369 | ```bash
|
369 | 370 | git clone https://github.com/unittest-cpp/unittest-cpp.git
|
370 | 371 | ```
|
|
0 commit comments