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

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.  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.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 223 12/9/2021
0.0.20-alpha 181 12/8/2021
0.0.19-alpha 186 8/30/2021
0.0.18-alpha 194 3/7/2021
0.0.17-alpha 208 3/7/2021
0.0.16-alpha 190 2/1/2021
0.0.15-alpha 290 12/21/2020
0.0.14-alpha 476 1/24/2020
0.0.13-alpha 390 10/27/2019
0.0.12-alpha 396 7/27/2019
0.0.11-alpha 478 4/9/2019
0.0.10-alpha 1,069 9/20/2018
0.0.9-alpha 612 9/20/2018
0.0.8-alpha 1,181 9/18/2017
0.0.7-alpha 938 9/18/2017
0.0.6-alpha 795 8/28/2017
0.0.5-alpha 814 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