Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 3a5dfa7

Browse files
committed
Azure Storage Client Library for C++ v2.1.0
1 parent 0955a91 commit 3a5dfa7

File tree

68 files changed

+467
-804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+467
-804
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nuget/NuGet.exe

-1.58 MB
Binary file not shown.

.nuget/NuGet.targets

Lines changed: 0 additions & 144 deletions
This file was deleted.

BreakingChanges.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Azure Storage Client Library for C++
22
History of Breaking Changes
33

4+
Breaking Changes in v2.1:
5+
- Upgraded Casablanca dependency to 2.6.0
6+
- Added support for Visual Studio 2015, dropped support for Visual Studio 2012
7+
- Separated Nuget packages to wastorage.v120 and wastorage.v140. For backwards compatibility, wastorage became umbrella package which has both packages as dependencies.
8+
- Retired CoApp autopkg. Nuget.exe and nuspec files are used to generate Nuget packages.
9+
410
Breaking Changes in v2.0:
511
- Changed behavior to stop stripping out query parameters passed in with the resource URI. Some query parameters such as comp, restype, snapshot and api-version will still be removed.
612
- Deprecated cloud_blob::start_copy_from_blob and cloud_blob::start_copy_from_blob_async. Use cloud_blob::start_copy instead.

Changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Azure Storage Client Library for C++
22
History of Changes
33

4+
Changes in v2.1:
5+
- Upgraded Casablanca dependency to 2.6.0
6+
- Added support for Visual Studio 2015, dropped support for Visual Studio 2012
7+
- Separated Nuget packages to wastorage.v120 and wastorage.v140. For backwards compatibility, wastorage became umbrella package which has both packages as dependencies.
8+
- Retired CoApp autopkg. Nuget.exe and nuspec files are used to generate Nuget packages.
9+
- Fixed an issue that MSBuild must run twice to first download Nuget packages then compile.
10+
411
Changes in v2.0:
512
- Default REST API version is 2015-02-21
613
- Added cloud_append_blob class, which supports the new blob type: append blob.

Microsoft.WindowsAzure.Storage.autopkg

Lines changed: 0 additions & 90 deletions
This file was deleted.

Microsoft.WindowsAzure.Storage.v120.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ VisualStudioVersion = 12.0.30501.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.WindowsAzure.Storage.v120", "Microsoft.WindowsAzure.Storage\Microsoft.WindowsAzure.Storage.v120.vcxproj", "{DCFF75B0-B142-4EC8-992F-3E48F2E3EECE}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{995340A4-EECE-4AF0-B29F-AD925585C7FC}"
9-
ProjectSection(SolutionItems) = preProject
10-
.nuget\NuGet.Config = .nuget\NuGet.Config
11-
.nuget\NuGet.exe = .nuget\NuGet.exe
12-
.nuget\NuGet.targets = .nuget\NuGet.targets
13-
EndProjectSection
14-
EndProject
158
Global
169
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1710
Debug|Win32 = Debug|Win32
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.WindowsAzure.Storage.v140", "Microsoft.WindowsAzure.Storage\Microsoft.WindowsAzure.Storage.v140.vcxproj", "{25D342C3-6CDA-44DD-A16A-32A19B692785}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Win32 = Debug|Win32
11+
Debug|x64 = Debug|x64
12+
Release|Win32 = Release|Win32
13+
Release|x64 = Release|x64
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Debug|Win32.ActiveCfg = Debug|Win32
17+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Debug|Win32.Build.0 = Debug|Win32
18+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Debug|x64.ActiveCfg = Debug|x64
19+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Debug|x64.Build.0 = Debug|x64
20+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Release|Win32.ActiveCfg = Release|Win32
21+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Release|Win32.Build.0 = Release|Win32
22+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Release|x64.ActiveCfg = Release|x64
23+
{25D342C3-6CDA-44DD-A16A-32A19B692785}.Release|x64.Build.0 = Release|x64
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

Microsoft.WindowsAzure.Storage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set(AZURESTORAGE_LIBRARIES ${AZURESTORAGE_LIBRARY} ${CASABLANCA_LIBRARIES} ${Boo
6262

6363
# Set version numbers centralized
6464
set (AZURESTORAGE_VERSION_MAJOR 2)
65-
set (AZURESTORAGE_VERSION_MINOR 0)
65+
set (AZURESTORAGE_VERSION_MINOR 1)
6666
set (AZURESTORAGE_VERSION_REVISION 0)
6767

6868
# Add sources per configuration

Microsoft.WindowsAzure.Storage/Makefile

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)