Cake.Yarn 2.0.0

dotnet add package Cake.Yarn --version 2.0.0
                    
NuGet\Install-Package Cake.Yarn -Version 2.0.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="Cake.Yarn" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.Yarn" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Cake.Yarn" />
                    
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.Yarn --version 2.0.0
                    
#r "nuget: Cake.Yarn, 2.0.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.
#addin nuget:?package=Cake.Yarn&version=2.0.0
                    

A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • 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
2.0.0 81,442 12/24/2022
1.0.0 6,582 12/24/2022
0.4.8 905,178 2/22/2021
0.4.7 6,649 1/15/2021
0.4.6 499,975 4/12/2019
0.4.5 866,948 1/23/2019
0.4.4 27,187 11/28/2018
0.4.3 1,051 11/28/2018
0.4.2 14,249 10/3/2018
0.4.0 29,809 6/23/2018
0.4.0-beta 2,427 3/4/2018
0.3.7 67,974 3/4/2018
0.3.6 51,368 10/6/2017
0.3.5 5,449 9/19/2017
0.3.4 1,259 9/18/2017
0.3.3 119,740 9/13/2017
0.3.2 8,281 9/5/2017
0.3.1 15,563 7/11/2017
0.3.0 3,595 6/29/2017
0.2.0 9,659 2/18/2017
0.1.2 1,736 12/2/2016
0.1.1 1,491 11/5/2016
0.1.0 1,486 11/4/2016

[d33a788] Update Cake.Yarn to target Cake v3.0.0 (#51)