Cake.Core 0.1.19

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

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

The Cake core library.

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.

This package has no dependencies.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Cake.Core:

Repository Stars
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
xamarin/XamarinComponents
Plugins for Xamarin
dotnet/Nerdbank.GitVersioning
Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.
daveaglick/Scripty
Tools to let you use Roslyn-powered C# scripts for code generation
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Version Downloads Last updated
0.3.2 114 4/16/2015
0.2.2 57 3/31/2015
0.2.1 66 3/17/2015
0.2.0 51 3/15/2015
0.1.34 77 3/2/2015
0.1.33 59 2/24/2015
0.1.32 60 2/10/2015
0.1.30 51 2/8/2015
0.1.29 66 1/28/2015
0.1.28 66 1/18/2015
0.1.27 58 1/13/2015
0.1.26 58 1/11/2015
0.1.25 65 1/1/2015
0.1.24 65 12/12/2014
0.1.23 166 11/21/2014
0.1.22 96 11/20/2014
0.1.21 102 9/23/2014
0.1.20 73 9/14/2014
0.1.19 74 9/3/2014
0.1.18 80 8/21/2014
0.1.17 74 7/29/2014
0.1.16 69 7/23/2014
0.1.15 69 7/20/2014
0.1.14 75 7/16/2014

Added default file convention recognizer.
Added assembly info parser.
Added error handling.
Added total duration to task report.
Added Sign extension for assembly certificate signing.
Changed the way processes are started.
Now outputs full stack trace in diagnostic mode.
Fixed issue with relative paths in tools.
Added xUnit silent flag.