Cake.Bridge 0.0.21-alpha

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

// Install Cake.Bridge as a Cake Tool
#tool nuget:?package=Cake.Bridge&version=0.0.21-alpha&prerelease

Assembly which makes it easier for other environments and languages to interop with Cake

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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. 
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.21-alpha 189 12/9/2021
0.0.20-alpha 150 12/8/2021
0.0.19-alpha 156 8/30/2021
0.0.18-alpha 156 3/7/2021
0.0.17-alpha 171 3/7/2021
0.0.16-alpha 154 2/1/2021
0.0.15-alpha 252 12/21/2020
0.0.14-alpha 435 1/24/2020
0.0.13-alpha 346 10/27/2019
0.0.12-alpha 354 7/27/2019
0.0.11-alpha 433 4/9/2019
0.0.10-alpha 994 9/20/2018
0.0.9-alpha 542 9/20/2018
0.0.8-alpha 1,028 9/18/2017
0.0.7-alpha 786 9/18/2017
0.0.6-alpha 694 8/28/2017
0.0.5-alpha 713 7/7/2017

Updated Cake to 2.0.0
Add netcoreapp3.1 TargetFramework
Drop netstandard2.0 & net46 TargetFramework
Only support PowerShell Core
Only support .NET 6 FSI