Karadzhov.ExternalInvocations 0.4.0

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

// Install Karadzhov.ExternalInvocations as a Cake Tool
#tool nuget:?package=Karadzhov.ExternalInvocations&version=0.4.0

.NET assemblies used for invoking common executable tools in a separate process.
- Contains API for invoking the VC compiler;

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
0.4.0 1,312 7/30/2016
0.3.0.1 1,106 5/1/2015
0.3.0 1,045 5/1/2015
0.2.0 1,460 1/25/2015
0.1.0 1,116 1/20/2015

0.4.0.0
- Upgraded to .NET 4.6.1;
0.3.0.1
- fixed some compatibility issues;
- option to call the CUDA compiler with "--relocatable-device-code" option. It is true by default;
0.2.0.0
- Ability to invoke the CUDA compiler;
0.1.0.0
- Ability to compile binaries by invoking the Visual Studio C/C++ compiler;