Azurite 2.6.5

dotnet add package Azurite --version 2.6.5
                    
NuGet\Install-Package Azurite -Version 2.6.5
                    
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="Azurite" Version="2.6.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azurite" Version="2.6.5" />
                    
Directory.Packages.props
<PackageReference Include="Azurite" />
                    
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 Azurite --version 2.6.5
                    
#r "nuget: Azurite, 2.6.5"
                    
#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.
#:package Azurite@2.6.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azurite&version=2.6.5
                    
Install as a Cake Addin
#tool nuget:?package=Azurite&version=2.6.5
                    
Install as a Cake Tool

A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.6.5 312,782 3/22/2018
2.6.3 1,587 3/19/2018
2.6.2 1,532 3/18/2018
2.6.1 1,492 3/17/2018
2.6.0 1,505 3/17/2018
2.5.1 1,916 3/15/2018
2.5.0 1,537 3/15/2018
2.4.1 1,517 3/15/2018
2.4.0 1,522 3/14/2018
2.3.0 1,526 3/13/2018
2.2.2 3,246 3/2/2018
2.2.0 1,411 2/27/2018
2.1.0 1,499 2/27/2018
2.0.0 1,227 2/22/2018
1.9.3 1,519 2/21/2018
1.9.2 1,467 2/18/2018
1.9.1 1,502 2/18/2018
1.9.0 1,447 2/18/2018
1.8.6 1,577 2/5/2018
1.8.5 1,551 1/30/2018
1.8.4 1,546 1/15/2018
1.8.3 2,825 1/11/2018
1.8.2 1,275 1/9/2018
1.8.1 35,770 12/15/2017
1.8.0 1,266 12/4/2017
1.7.2 1,236 12/4/2017
1.7.1 1,234 12/4/2017
1.7.0 1,250 12/1/2017
1.6.1 1,266 11/30/2017
1.6.0 1,281 11/29/2017
1.5.1 1,295 11/28/2017
1.5.0 1,262 11/27/2017
1.4.0 1,217 11/27/2017
1.3.1 1,233 11/23/2017
1.3.0 1,226 11/22/2017
1.1.0.1 1,155 11/9/2017
1.1.0 1,254 11/6/2017
1.0.0 1,238 11/3/2017
0.10.2 1,234 11/2/2017
0.10.1 1,188 10/27/2017
0.10.0 1,196 10/27/2017
0.9.16 1,267 10/10/2017
0.9.15 1,232 10/10/2017
0.9.14 1,231 10/8/2017
0.9.13 1,259 10/8/2017
0.9.12 1,248 10/4/2017
0.9.11 1,250 10/3/2017
0.9.10 1,192 9/28/2017
0.9.9 1,240 9/20/2017
0.9.8 1,211 9/8/2017
0.9.7 1,278 9/6/2017
0.9.6 1,213 9/5/2017
0.9.5.1 3,890 8/13/2017

Initial Azurite Nuget Package