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 304,424 3/22/2018
2.6.3 1,499 3/19/2018
2.6.2 1,448 3/18/2018
2.6.1 1,407 3/17/2018
2.6.0 1,419 3/17/2018
2.5.1 1,832 3/15/2018
2.5.0 1,453 3/15/2018
2.4.1 1,432 3/15/2018
2.4.0 1,439 3/14/2018
2.3.0 1,445 3/13/2018
2.2.2 3,162 3/2/2018
2.2.0 1,328 2/27/2018
2.1.0 1,415 2/27/2018
2.0.0 1,171 2/22/2018
1.9.3 1,433 2/21/2018
1.9.2 1,381 2/18/2018
1.9.1 1,415 2/18/2018
1.9.0 1,361 2/18/2018
1.8.6 1,491 2/5/2018
1.8.5 1,467 1/30/2018
1.8.4 1,460 1/15/2018
1.8.3 2,740 1/11/2018
1.8.2 1,218 1/9/2018
1.8.1 35,641 12/15/2017
1.8.0 1,210 12/4/2017
1.7.2 1,179 12/4/2017
1.7.1 1,179 12/4/2017
1.7.0 1,195 12/1/2017
1.6.1 1,210 11/30/2017
1.6.0 1,225 11/29/2017
1.5.1 1,238 11/28/2017
1.5.0 1,206 11/27/2017
1.4.0 1,159 11/27/2017
1.3.1 1,177 11/23/2017
1.3.0 1,170 11/22/2017
1.1.0.1 1,099 11/9/2017
1.1.0 1,197 11/6/2017
1.0.0 1,183 11/3/2017
0.10.2 1,179 11/2/2017
0.10.1 1,132 10/27/2017
0.10.0 1,140 10/27/2017
0.9.16 1,211 10/10/2017
0.9.15 1,175 10/10/2017
0.9.14 1,175 10/8/2017
0.9.13 1,200 10/8/2017
0.9.12 1,193 10/4/2017
0.9.11 1,195 10/3/2017
0.9.10 1,136 9/28/2017
0.9.9 1,185 9/20/2017
0.9.8 1,152 9/8/2017
0.9.7 1,223 9/6/2017
0.9.6 1,158 9/5/2017
0.9.5.1 3,834 8/13/2017

Initial Azurite Nuget Package