Cake.Testing 0.6.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cake.Testing --version 0.6.2                
NuGet\Install-Package Cake.Testing -Version 0.6.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="Cake.Testing" Version="0.6.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Testing --version 0.6.2                
#r "nuget: Cake.Testing, 0.6.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.
// Install Cake.Testing as a Cake Addin
#addin nuget:?package=Cake.Testing&version=0.6.2

// Install Cake.Testing as a Cake Tool
#tool nuget:?package=Cake.Testing&version=0.6.2                

Contains testing utilities for Cake.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Cake.Testing:

Package Downloads
Cake.Twitter

Cake AddIn that extends Cake with ability to send messages to Twitter.

Aero.Cake.TestSupport

Common Cake (Frosting) Test Support library for Aero projects

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Cake.Testing:

Repository Stars
daveaglick/Scripty
Tools to let you use Roslyn-powered C# scripts for code generation
Wyamio/Wyam
A modular static content and static site generator.
Version Downloads Last updated
4.0.0 23,956 11/18/2023
3.2.0 882 11/10/2023
3.1.0 4,332 7/9/2023
3.0.0 15,252 11/8/2022
2.3.0 1,365 10/14/2022
2.2.0 6,465 4/14/2022
2.1.0 1,669 2/20/2022
2.0.0 10,138 11/30/2021
2.0.0-rc0002 1,307 11/27/2021
2.0.0-rc0001 227 11/7/2021
1.3.0 2,817 10/7/2021
1.2.0 1,340 8/29/2021
1.1.0 7,991 3/6/2021
1.0.0 9,529 2/7/2021
1.0.0-rc0003 265 1/29/2021
1.0.0-rc0002 424 12/20/2020
1.0.0-rc0001 327 11/5/2020
0.38.5 2,947 9/20/2020
0.38.4 7,211 6/26/2020
0.38.3 588 6/26/2020
0.38.2 638 6/9/2020
0.38.1 979 5/30/2020
0.38.0 592 5/30/2020
0.37.0 1,009 2/1/2020
0.36.0 902 1/11/2020
0.35.0 1,877 9/28/2019
0.34.1 1,829 7/17/2019
0.34.0 787 7/16/2019
0.33.0 16,050 4/1/2019
0.32.1 1,624 1/4/2019
0.32.0 980 1/4/2019
0.31.0 1,629 12/13/2018
0.30.0 2,048 8/22/2018
0.29.0 1,418 7/6/2018
0.28.1 1,393 6/19/2018
0.28.0 5,848 5/31/2018
0.27.2 1,180 5/15/2018
0.27.1 1,156 4/21/2018
0.27.0 1,111 4/19/2018
0.26.1 1,530 3/3/2018
0.26.0 2,319 2/26/2018
0.25.0 1,343 1/17/2018
0.24.0 1,299 12/29/2017
0.23.0 1,695 10/11/2017
0.22.2 1,902 9/17/2017
0.22.1 1,052 9/16/2017
0.22.0 2,553 9/13/2017
0.21.1 2,195 7/15/2017
0.21.0 1,100 7/14/2017
0.20.0 1,377 6/12/2017
0.19.5 1,265 5/4/2017
0.19.4 1,167 4/18/2017
0.19.3 1,265 4/4/2017
0.19.2 1,049 4/1/2017
0.19.1 1,106 3/24/2017
0.19.0 1,029 3/23/2017
0.18.0 1,965 3/7/2017
0.17.1 2,433 1/30/2017
0.17.0 2,119 11/9/2016
0.16.2 2,301 10/11/2016
0.16.1 1,288 9/25/2016
0.16.0 1,238 9/15/2016
0.15.2 2,208 7/29/2016
0.15.1 1,427 7/28/2016
0.15.0 1,436 7/26/2016
0.14.0 1,501 7/11/2016
0.13.0 1,514 6/7/2016
0.12.0 1,172 5/25/2016
0.11.0 1,329 5/1/2016
0.10.1 1,755 4/7/2016
0.10.0 1,127 3/16/2016
0.9.0 1,238 2/23/2016
0.8.0 1,248 1/18/2016
0.7.0 1,249 12/23/2015
0.6.4 1,271 12/9/2015
0.6.3 1,156 12/7/2015
0.6.2 1,376 12/3/2015
0.6.1 1,200 12/2/2015
0.6.0 1,232 11/4/2015
0.5.5 1,235 10/11/2015

Added fix for getting current framework name on Mono.