Vagabond 0.16.2

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

// Install Vagabond as a Cake Tool
#tool nuget:?package=Vagabond&version=0.16.2

A library that facilitates runtime distribution of IL in the .NET

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.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Vagabond:

Package Downloads
MBrace.Runtime

MBrace runtime core library containing the foundations for implementing distributed runtimes that support cloud workflows. The runtime core uses FsPickler and Vagabond as a foundation for communication and upload of code.

MBrace.Thespian

Provides a simple MBrace cluster implementation over Nessos.Thespian.

MBrace.Runtime.Core

MBrace runtime core library containing the foundations for implementing distributed runtimes that support cloud workflows.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.16.2 3,202 2/16/2020
0.16.1 601 2/16/2020
0.16.0 572 2/13/2020
0.15.1 2,254 2/11/2019
0.15.0 11,245 10/12/2017
0.14.0 13,831 7/21/2016
0.13.1 20,475 7/19/2016
0.13.0 7,337 5/31/2016
0.12.11 6,571 4/14/2016
0.12.10 2,892 4/9/2016
0.12.9 2,816 3/16/2016
0.12.8 1,089 3/16/2016
0.12.7 10,569 1/27/2016
0.12.6 1,377 1/27/2016
0.12.5 11,854 12/16/2015
0.12.4 2,982 12/14/2015
0.12.3 5,341 12/11/2015
0.12.2 6,424 11/27/2015
0.12.1 1,246 11/25/2015
0.12.0 10,138 10/26/2015
0.11.0 6,046 10/16/2015
0.10.0 3,112 10/12/2015
0.9.1 7,349 9/25/2015
0.9.0 3,262 9/18/2015
0.8.5 7,070 8/14/2015
0.8.4 1,278 8/10/2015
0.8.3 1,564 8/3/2015
0.8.2 1,367 7/31/2015
0.8.1 1,386 7/30/2015
0.8.0 1,365 7/29/2015
0.7.9 1,404 7/24/2015
0.7.8 1,316 7/23/2015
0.7.7 1,456 7/23/2015
0.7.6 1,391 7/20/2015
0.7.5 2,524 6/10/2015
0.7.4 1,161 6/10/2015
0.7.3 1,441 6/10/2015
0.7.2 1,175 6/10/2015
0.7.1 1,506 6/10/2015
0.7.0 1,269 6/9/2015
0.6.12 1,435 6/8/2015
0.6.11 1,227 6/8/2015
0.6.10 1,304 6/8/2015
0.6.9 2,027 6/2/2015
0.6.8 1,467 5/25/2015
0.6.7 1,417 5/20/2015
0.6.6 2,306 5/8/2015
0.6.5 1,471 5/5/2015
0.6.4 1,742 4/30/2015
0.6.3 2,545 4/15/2015
0.6.2 1,720 4/13/2015
0.6.1 1,430 4/1/2015
0.6.0 2,037 3/27/2015
0.5.4 1,318 3/24/2015
0.5.3 1,489 3/24/2015
0.5.2 1,325 3/22/2015
0.5.1 1,326 3/21/2015
0.5.0 1,355 3/18/2015
0.3.2 4,034 2/3/2015
0.3.1 1,331 1/31/2015
0.3.0 1,573 1/28/2015

Fix AssemblyLoadContext bug.