azurecopyclient 0.16.2
dotnet add package azurecopyclient --version 0.16.2
NuGet\Install-Package azurecopyclient -Version 0.16.2
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="azurecopyclient" Version="0.16.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="azurecopyclient" Version="0.16.2" />
<PackageReference Include="azurecopyclient" />
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 azurecopyclient --version 0.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: azurecopyclient, 0.16.2"
#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=azurecopyclient&version=0.16.2
#tool nuget:?package=azurecopyclient&version=0.16.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AzureCopy is a .NET library to allow copying between local filesystem, Azure, S3, Onedrive, Sharepoint Online and Dropbox.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- AWSSDK (>= 2.1.1)
- DropNet (>= 1.9.6)
- Microsoft.IdentityModel (>= 6.1.7600.16394)
- Microsoft.SharePoint.Client (>= 14.0.4762.1000)
- WindowsAzure.Storage (>= 4.0.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.16.2 | 278 | 10/26/2014 |
0.16.1 | 445 | 7/22/2014 |
0.16.0 | 203 | 5/31/2014 |
0.15.2 | 128 | 3/12/2014 |
0.15.1 | 124 | 2/14/2014 |
0.15.0 | 110 | 12/5/2013 |
0.14.1 | 122 | 11/24/2013 |
0.13.0 | 109 | 10/25/2013 |
0.12.0 | 107 | 8/29/2013 |
0.11.0 | 103 | 6/10/2013 |
0.10.0 | 110 | 5/13/2013 |
0.9.0.4 | 117 | 5/11/2013 |
0.9.0.3 | 104 | 5/4/2013 |
0.9.0.2 | 111 | 5/4/2013 |
0.9.0 | 109 | 5/4/2013 |
0.8.0.3 | 106 | 5/3/2013 |
0.8.0.2 | 110 | 5/3/2013 |
0.8.0.1 | 106 | 5/2/2013 |
0.8.0 | 106 | 5/2/2013 |
added -lc flag which lists containers for Azure. Other cloud providers (S3 etc) will return not implemented exception. Will add those soon.