AlphaVSS 2.0.3

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

// Install AlphaVSS as a Cake Tool
#tool nuget:?package=AlphaVSS&version=2.0.3

AlphaVSS is a .NET class library providing a managed API for the Windows Volume Shadow Copy Service also known as VSS.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
Version Downloads Last updated
2.0.3 4,124 7/27/2023
2.0.1 695 6/27/2023
2.0.0 37,649 12/3/2019
2.0.0-alpha0050 391 11/19/2019
2.0.0-alpha0044 1,013 11/17/2019
1.4.0 79,495 3/13/2017
1.2.4000.3 7,871 1/7/2013

- Added support for .NET Core 3.1.
- Added TPL style async methods for asynchronous methods on IVssBackupComponents.