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.
<PackageVersion Include="Vagabond" Version="0.16.2" />
                    
Directory.Packages.props
<PackageReference Include="Vagabond" />
                    
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 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.
#addin nuget:?package=Vagabond&version=0.16.2
                    
Install Vagabond as a Cake Addin
#tool nuget:?package=Vagabond&version=0.16.2
                    
Install Vagabond as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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,336 2/16/2020
0.16.1 657 2/16/2020
0.16.0 633 2/13/2020
0.15.1 2,318 2/11/2019
0.15.0 11,889 10/12/2017
0.14.0 14,082 7/21/2016
0.13.1 20,698 7/19/2016
0.13.0 7,850 5/31/2016
0.12.11 7,044 4/14/2016
0.12.10 3,146 4/9/2016
0.12.9 3,082 3/16/2016
0.12.8 1,208 3/16/2016
0.12.7 11,232 1/27/2016
0.12.6 1,498 1/27/2016
0.12.5 12,666 12/16/2015
0.12.4 3,199 12/14/2015
0.12.3 5,741 12/11/2015
0.12.2 6,854 11/27/2015
0.12.1 1,373 11/25/2015
0.12.0 10,868 10/26/2015
0.11.0 6,643 10/16/2015
0.10.0 3,454 10/12/2015
0.9.1 8,101 9/25/2015
0.9.0 3,611 9/18/2015
0.8.5 7,809 8/14/2015
0.8.4 1,411 8/10/2015
0.8.3 1,695 8/3/2015
0.8.2 1,503 7/31/2015
0.8.1 1,509 7/30/2015
0.8.0 1,487 7/29/2015
0.7.9 1,536 7/24/2015
0.7.8 1,441 7/23/2015
0.7.7 1,576 7/23/2015
0.7.6 1,512 7/20/2015
0.7.5 2,716 6/10/2015
0.7.4 1,292 6/10/2015
0.7.3 1,569 6/10/2015
0.7.2 1,308 6/10/2015
0.7.1 1,632 6/10/2015
0.7.0 1,396 6/9/2015
0.6.12 1,560 6/8/2015
0.6.11 1,353 6/8/2015
0.6.10 1,433 6/8/2015
0.6.9 2,199 6/2/2015
0.6.8 1,596 5/25/2015
0.6.7 1,539 5/20/2015
0.6.6 2,522 5/8/2015
0.6.5 1,601 5/5/2015
0.6.4 1,873 4/30/2015
0.6.3 2,772 4/15/2015
0.6.2 1,846 4/13/2015
0.6.1 1,563 4/1/2015
0.6.0 2,211 3/27/2015
0.5.4 1,449 3/24/2015
0.5.3 1,615 3/24/2015
0.5.2 1,452 3/22/2015
0.5.1 1,453 3/21/2015
0.5.0 1,485 3/18/2015
0.3.2 4,386 2/3/2015
0.3.1 1,465 1/31/2015
0.3.0 1,701 1/28/2015

Fix AssemblyLoadContext bug.