Azure.Storage.Common 12.7.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Storage.Common --version 12.7.1
                    
NuGet\Install-Package Azure.Storage.Common -Version 12.7.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Storage.Common" Version="12.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Storage.Common" Version="12.7.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Storage.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Storage.Common --version 12.7.1
                    
#r "nuget: Azure.Storage.Common, 12.7.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Azure.Storage.Common&version=12.7.1
                    
Install Azure.Storage.Common as a Cake Addin
#tool nuget:?package=Azure.Storage.Common&version=12.7.1
                    
Install Azure.Storage.Common as a Cake Tool

This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
     For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/CHANGELOG.md
     in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/BreakingChanges.txt
     Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
     Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (57)

Showing the top 5 NuGet packages that depend on Azure.Storage.Common:

Package Downloads
Azure.Storage.Blobs

This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api

Azure.Storage.Queues

This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api

Azure.Storage.Files.Shares

This client library enables working with the Microsoft Azure Storage File Shares service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for File Service - https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api

Snowflake.Data

Snowflake Connector for .NET

Azure.Storage.Files.DataLake

This client library enables working with the Microsoft Azure Storage Data Lake File service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Data Lake - https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/filesystem

GitHub repositories (12)

Showing the top 12 popular GitHub repositories that depend on Azure.Storage.Common:

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
microsoft/AMBROSIA
Robust Distributed Programming Made Easy and Efficient
MicrosoftDocs/WDAC-Toolkit
Documentation and tools to access Windows Defender Application Control (WDAC) technology.
microsoft/Bing-Maps-Fleet-Tracker
The Bing Maps Fleet Tracker is a tracking solution for small to medium sized teams. Easily track vehicles and mobile devices. Previously known as "Project Hurghada".
snowflakedb/snowflake-connector-net
Snowflake Connector for .NET
Azure-Samples/storage-blob-dotnet-getting-started
The getting started sample demonstrates how to perform common tasks using the Azure Blob Service in .NET including uploading a blob, CRUD operations, listing, as well as blob snapshot creation.
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
Azure/autorest.csharp
Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
huntercfreeman/BlazorStudio
Azure-Samples/storage-blobs-dotnet-webapp
Azure Blob Storage Photo Gallery Web Application using ASP.NET MVC 5. The sample uses the .NET 4.5 asynchronous programming model to demonstrate how to call the Storage Service using the Storage .NET client library's asynchronous APIs.
Version Downloads Last updated
12.24.0-beta.1 2,867 5/6/2025
12.23.0 4,828,460 3/11/2025
12.23.0-beta.1 65,124 2/11/2025
12.22.0 17,683,103 11/12/2024
12.22.0-beta.2 30,661 10/10/2024
12.22.0-beta.1 5,315 10/8/2024
12.21.1 7,576,125 10/11/2024
12.21.0 5,132,482 9/19/2024
12.21.0-beta.1 55,057 8/7/2024
12.20.1 13,902,141 7/25/2024
12.20.0 5,039,967 7/16/2024
12.20.0-beta.1 49,574 6/11/2024
12.19.0 16,230,202 5/14/2024
12.19.0-beta.2 47,761 4/16/2024
12.19.0-beta.1 379,708 12/5/2023
12.18.1 44,821,328 11/14/2023
12.18.0 1,580,107 11/6/2023
12.18.0-beta.1 57,682 10/16/2023
12.17.0 15,740,449 9/12/2023
12.17.0-beta.1 81,192 8/8/2023
12.16.0 15,588,205 7/11/2023
12.16.0-beta.1 82,935 5/30/2023
12.15.0 34,685,418 4/11/2023
12.15.0-beta.1 11,945 3/28/2023
12.14.1 7,540,411 3/24/2023
12.14.0 8,993,934 2/22/2023
12.14.0-beta.1 29,604 2/8/2023
12.13.0 34,848,621 10/12/2022
12.13.0-beta.1 63,267 8/23/2022
12.12.0 55,730,118 7/8/2022
12.12.0-beta.1 19,976 6/15/2022
12.11.0 18,644,547 5/2/2022
12.11.0-beta.1 17,135 4/12/2022
12.10.0 7,856,477 3/10/2022
12.10.0-beta.3 83,367 2/7/2022
12.10.0-beta.2 247,268 11/30/2021
12.10.0-beta.1 33,940 11/3/2021
12.9.0 40,472,205 9/8/2021
12.9.0-beta.2 47,783 7/23/2021
12.9.0-beta.1 5,565 7/23/2021
12.8.0 13,905,707 6/9/2021
12.8.0-beta.4 186,880 5/12/2021
12.8.0-beta.3 23,513 4/9/2021
12.8.0-beta.2 80,983 3/10/2021
12.8.0-beta.1 107,222 2/10/2021
12.7.3 2,417,440 5/21/2021
12.7.2 3,902,680 4/2/2021
12.7.1 4,705,319 3/29/2021
12.7.0 18,912,524 1/12/2021
12.7.0-beta.1 66,829 12/7/2020
12.6.0 10,793,121 11/10/2020
12.6.0-preview.1 113,463 10/1/2020
12.5.2 14,383,338 8/31/2020
12.5.1 1,189,673 8/18/2020
12.5.0-preview.6 41,261 7/28/2020
12.5.0-preview.5 40,782 7/3/2020
12.5.0-preview.4 9,358 6/19/2020
12.5.0-preview.1 6,771 6/8/2020
12.4.3 8,097,707 6/5/2020
12.4.2 561,090 6/2/2020
12.4.1 2,126,150 5/6/2020
12.4.0 1,658,509 4/6/2020
12.3.0 2,296,191 3/12/2020
12.2.0 2,345,089 2/11/2020
12.1.1 1,323,944 1/10/2020
12.1.0 825,255 12/4/2019
12.0.0 1,679,702 10/31/2019
12.0.0-preview.4 18,023 10/10/2019
12.0.0-preview.3 6,165 9/10/2019
12.0.0-preview.2 3,998 8/6/2019
12.0.0-preview.1 3,057 7/3/2019
1.0.0-preview.1 4,983 5/7/2019