SharpBITS 2.1.0

dotnet add package SharpBITS --version 2.1.0
NuGet\Install-Package SharpBITS -Version 2.1.0
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="SharpBITS" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpBITS --version 2.1.0
#r "nuget: SharpBITS, 2.1.0"
#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.
// Install SharpBITS as a Cake Addin
#addin nuget:?package=SharpBITS&version=2.1.0

// Install SharpBITS as a Cake Tool
#tool nuget:?package=SharpBITS&version=2.1.0

SharpBITS.NET is a .NET wrapper of the BITS API and a little Windows UI application for easier access to BITS up- and downloads.
It's developed in C# (obviously), but the base wrapper can be used from any .NET application.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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.1.0 229,283 10/2/2012
2.0.0 2,066 7/5/2012

This release contains the SharpBITS.NET base library, which is a wrapper to the COM based BITS API.
Release Version 2.1 targets more versions of the .NET framework from 2.0 and newer.
Release Version 2.0 for .NET 4.0 implementing BITS version 3.0 (qmgr 7.0, see https://msdn.microsoft.com/en-us/library/aa362837(v=VS.85).aspx)