FileTransferManager 1.0.6

dotnet add package FileTransferManager --version 1.0.6
                    
NuGet\Install-Package FileTransferManager -Version 1.0.6
                    
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="FileTransferManager" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FileTransferManager" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="FileTransferManager" />
                    
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 FileTransferManager --version 1.0.6
                    
#r "nuget: FileTransferManager, 1.0.6"
                    
#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=FileTransferManager&version=1.0.6
                    
Install FileTransferManager as a Cake Addin
#tool nuget:?package=FileTransferManager&version=1.0.6
                    
Install FileTransferManager as a Cake Tool

Copy and move files/folders functionality with reporting a progress

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on FileTransferManager:

Repository Stars
R2NorthstarTools/VTOL
A Manager and Installer For the Titanfall 2 +Northstar launcher.
Version Downloads Last updated
1.0.6 3,116 5/15/2021
1.0.5 814 6/16/2020
1.0.4 875 3/7/2019
1.0.3 1,009 11/13/2018
1.0.2 773 11/10/2018
1.0.1 741 11/10/2018
1.0.0 860 11/9/2018

Added cancellation token into MoveWithProgressAsync, fixed cancellation within copy operations.
Signed libraries.
Moved to .NET Framework 4.7.2