cake

Cake (C# Make) is a cross platform build automation system.

MIT License

Stars
3.8K
Committers
261

Bot releases are hidden (Show)

cake - v0.22.1

Published by devlead about 7 years ago

As part of this release we had 1 issue closed.

Bug

  • #1798 GitVersion error on build on master branch with version 0.22.0 (@devlead)

Pull requests were reviewed by: @gep13

Fixes issues reported by: @WebDucer

cake - v0.22.0

Published by devlead about 7 years ago

As part of this release we had 48 issues closed.

  • Update of Roslyn, Update to net462, Drop mono script engine

Breaking changes

  • #1785 Bump LatestBreakingChange to 0.22.0 (@bjorkstromm)
  • #1745 Change parameter for InstallTools and InstallAddins in IScriptProcessor (@bjorkstromm)
  • #1720 ILRepackSettings.Libs should be List of DirectoryPath (@Redth)
  • #1719 Jenkins BRANCH_NAME is missing (@Roemer)
  • #1714 Updated CakeRuntime.TargetVersion to net462
  • #1674 MSBuildFileLogger LogFile is a string and not a FilePath
  • #1665 NUnit3Settings: Params and multiple results (@Roemer)
  • #1651 NUnit3Settings Verbose flag obsoleted by NUnit console runner (@akamud)
  • #1614 Correct the class that TeamCityEnvironmentInfo inherits from (@phillipsj)
  • #1597 CommitsSinceVersionSource and PreReleaseNumber as Integer
  • #1564 DeleteDirectory cannot delete read-only files (@DixonDs)
  • #1540 Upgrade to Roslyn 2.0 (@patriksvensson)

Features

  • #1791 Add option to enable MSBuild binary logging
  • #1771 Look for msbuild in default install path on Linux (@atsushieno)
  • #1761 DoesForEach() extension method
  • #1754 VSWhere not returning "prerelease" versions (@olevett)
  • #1743 Implement functionality in Cake.NuGet for downloading packages (@bjorkstromm)
  • #1734 Add GitLink 3 compatible aliases (@Cheesebaron)
  • #1710 Add alias for simple sub-directory listing (@patridge)
  • #1699 NuGetPackSettings missing language/locale ID for the package (@devlead)
  • #1670 OpenCover is missing some commandline parameter (for example mergebyhash) (@Roemer)
  • #1667 Add support for choco download internalize-all-urls (@pascalberger)
  • #1621 Add overload for StartProcess which also returns redircted error output (@pascalberger)

Bugs

  • #1775 Strange usage of Cake.Core.dll when executing cake sub process (@devlead)
  • #1773 NuGetHasSource call do not take care of ArgumentCustomization in NuGetSourcesSettings (@devlead)
  • #1759 XmlPoke always writes the xmldeclaration even if the original file didn't have one (@Roemer)
  • #1742 Some unit tests are locale-sensitive (@SIkebe)
  • #1739 NuGetContentResolver can't find assemblies if located in root (@bjorkstromm)
  • #1738 NuGetInstaller can't resolve files if package contains dependencies (@bjorkstromm)
  • #1697 CakeContextAdapter do not implement ICakeContext (@devlead)
  • #1694 Addin directive shouldn't attempt to load native assemblies (@devlead)
  • #1693 Possible bug when setting process environment variable (@devlead)
  • #1625 Comma in msbuild commands are not escaped (@Julien-Mialon)
  • #1602 MSBuildFileLogger Verbosity does not accept Verbosity.Verbose (@devlead)
  • #1537 XmlPeek not working correctly for element nodes (@kcamp)
  • #1422 Error: Unkown token when directory contains multibyte characters (@tom-dudley)

Improvements

  • #1752 Extend DownloadFile to allow AcceptEncoding gzip (@Roemer)
  • #1746 ScriptAnalyzer.Analyze() should not throw, instead return list of errors (@bjorkstromm)
  • #1704 Move CakeConsole & CakeBuildLog to Cake.Core and made CakeConfiguration public (@devlead)
  • #1512 Please support C# 7 and Roslyn v2 (@patriksvensson)
  • #753 Tool Versioning

Documentation

  • #1787 Add opt-out config information to assembly version verification error message (@devlead)
  • #1780 Fix typo in version.cake
  • #1727 Incorrect documentation for XmlPeek Alias (@gep13)
  • #1700 Update nuget license url
  • #1525 Updated examples for DotNetCoreTest

Pull requests were reviewed by: @agc93, @bjorkstromm, @devlead, @gep13, @patriksvensson, @Roemer

Fixes issues reported by: @bjorkstromm, @Cheesebaron, @david-driscoll, @dbent, @devlead, @DixonDs, @djdelaney, @ErikSchierboom, @gep13, @henningst, @hoffe86, @jnm2, @Julien-Mialon, @kendaleiv, @olevett, @pascalberger, @patridge, @patriksvensson, @peter-perot, @phillipsj, @Redth, @Roemer, @RSchwoerer, @SIkebe, @soydachi, @WebDucer

cake - v0.21.1

Published by gep13 over 7 years ago

As part of this release we had 2 issues closed.

Feature

  • #1685 Add DotNetCoreTool alias overload that takes DotNetCoreToolSettings parameter (@devlead)

Bug

  • #1686 AssemblyLoadContext root path is relative (@patriksvensson)

Pull requests were reviewed by: @gep13

Fixes issues reported by: @devlead, @patriksvensson

cake - v0.21.0

Published by devlead over 7 years ago

As part of this release we had 20 issues closed.
.NET Core 1.0 Tooling

Breaking changes

  • #1533 Update DotNetCore Aliases to match tooling 1.0 (@JonCubed)
  • #1554 Updated DotNetCoreTest inline with Tooling v1.0 (@JonCubed)
  • #1553 Updated DotNetCorePack inline with Tooling v1.0 (@JonCubed)
  • #1552 Updated DotNetCorePublish inline with Tooling v1.0 (@JonCubed)
  • #1551 Updated DotNetCoreExecute inline with Tooling v1.0 (@JonCubed)
  • #1550 Updated DotNetCoreBuild inline with Tooling v1.0 (@JonCubed)
  • #1534 Updated DotNetCoreRestore inline with Tooling v1.0 (@JonCubed)

Features

  • #1599 Added support for dotnet msbuild inline with Tooling v1.0 (@JonCubed)
  • #1591 Add support for choco download (@pascalberger)
  • #1581 Added support for dotnet nuget push inline with Tooling v1.0
  • #1577 .NET Core CLI tools - Surfacing additional commands with a new alias: DotNetCoreTool
  • #1565 Added support for dotnet nuget delete inline with Tooling v1.0
  • #1555 Added support for dotnet clean inline with Tooling v1.0
  • #1549 Common changes for DotNetCore Alias

Bug

  • #1679 Cake on dotnet core doesn't load reference dll correctly if referenced from a subdirectory

Documentation

  • #1673 The xunit.runners package was deprecated
  • #1654 Broken Documentation link for ReportUnit (@ChrisMaddock)

Pull requests were reviewed by: @devlead, @gep13

Fixes issues reported by: @ChrisMaddock, @ghuntley, @JeremyCade, @JonCubed, @pascalberger, @phenixdotnet

cake - v0.20.0

Published by devlead over 7 years ago

As part of this release we had 11 issues closed.

Builds

  • #1539 Update solution to Visual Studio 2017 (@patriksvensson)
  • #1640 Fetch version from solutioninfo & remove newtonsoft dependency (@devlead)
  • #1638 Unix Integration tests fail post new SDK
  • #1635 Non Nuspec assemblies not packaged after VS2017 upgrade (@devlead)
  • #1603 Push Cake.NuGet to MyGet/NuGet (@bjorkstromm)
  • #1538 Update DotNetInstallerUri to https://dot.net/v1/dotnet-install.ps1 (@devlead)

Documentation

  • #1620 Improve documentation for RedirectStandardError and RedirectStandardOutput (@pascalberger)
  • #1613 Added documentation link to NUnit3Settings.Where
  • #1605 Fix the contribution-guidelines link again
  • #1604 Fix the contribution guidelines link in the README
  • #1595 Add Alistair and Martin names to all required places (@gep13)

Pull requests were reviewed by: @bjorkstromm, @devlead, @gep13

Fixes issues reported by: @bjorkstromm, @devlead, @gep13, @jnm2, @pascalberger, @patriksvensson, @somersuo, @tom-dudley

cake - v0.19.5

Published by devlead over 7 years ago

As part of this release we had 1 issue closed.

Feature

  • #1587 Arguments missing for Octopus Deploy tool (@islopma)

Pull requests were reviewed by: @bjorkstromm

Fixes issues reported by: @islopma

cake - v0.19.4

Published by devlead over 7 years ago

As part of this release we had 2 issues closed.

Breaking change

  • #1556 TeamCity BuildNumber is a string (@pascalberger)

Bug

  • #1566 Generic alias methods with type constraints fail compilation (@kcamp)

Pull requests were reviewed by: @bjorkstromm, @devlead

Fixes issues reported by: @kcamp, @pascalberger

cake - v0.19.3

Published by devlead over 7 years ago

As part of this release we had 1 issue closed.

Bug

  • #1544 Windows 10 SDK path is not being resolved (@Thealexbarney)

Pull requests were reviewed by: @devlead

Fixes issues reported by: @Thealexbarney

cake - v0.19.2

Published by devlead over 7 years ago

As part of this release we had 1 issue closed.

Bug

  • #1546 MSBuild Logger Path are not correctly quoted (@devlead)

Fixes issues reported by: @gep13

cake - v0.19.1

Published by devlead over 7 years ago

As part of this release we had 1 issue closed.

Bug

  • #1543 VSWhere aliases should return Directory Paths and not File Paths (@devlead)

Fixes issues reported by: @devlead

cake - v0.19.0

Published by devlead over 7 years ago

As part of this release we had 4 issues closed.

Feature

  • #1517 Add VSWhere support (@phillipsj)

Bug

  • #1524 Error: SignTool SIGN: Password is required with Certificate path but not specified (@thomaslevesque)

Improvement

  • #1476 MSBuild on Mac (@Redth)

Documentation

  • #1532 Categorize logging aliases by level (@devlead)

Pull requests were reviewed by: @devlead, @gep13

Fixes issues reported by: @devlead, @phillipsj, @Redth, @thomaslevesque

cake - v0.18.0

Published by devlead over 7 years ago

As part of this release we had 59 issues closed.

Breaking changes

  • #1396 Remove obsoleted DNU aliases (@devlead)
  • #1276 WiXHeat misleading signature- no mode operates on file list (@jnm2)

Features

  • #1518 Add "build tools" path for MSBuild 2017 to MSBuildResolver (@phillipsj)
  • #1492 Add ChocolateyNew Alias (@pascalberger)
  • #1481 Add support for NuGet Init and Add commands
  • #1466 NUnitSettings does not have X86 property (@flcdrg)
  • #1416 Enhance TeamCity provider (@aateeque)
  • #1399 Support for TF Build Commands (@agc93)
  • #1381 Provide ability to add Custom attributes when creating AssemblyInfo (@gep13)
  • #1377 Support for uninstall packages using Chocolatey (@phillipsj)
  • #1374 Provide ability to specify name for xunit report (@gep13)
  • #1369 MSBuild support for Visual Studio 2017 (aka "15")
  • #1352 Add support for importing namespaces at the assembly level (@kcamp)
  • #1301 Add DotCover Merge (@bjorkstromm)
  • #1249 Allow modules to listen for script lifecycle events (@agc93)
  • #1166 Support optional parameters on alias methods
  • #1053 Support downloadable .cake script directive (@patriksvensson)
  • #887 Extending the Sign command (@thomaslevesque)
  • #600 ParseAssemblyInfo does not work .vb (@gep13)

Bugs

  • #1483 Duplicate depedencies references in project.json for Cake.Testing.XUnit
  • #1448 Cake.Testing package depends on xunit.core package (@patriksvensson)
  • #1441 Optional parameter codegen not invariant (@devlead)
  • #1427 XBuildRunner#GetToolExecutableNames returning wrong executables (@bspinner)
  • #1426 Space in Reference Preprocessor Directive Throws Illegal characters in path (@patriksvensson)
  • #1389 Spaces in #load path will cause an Illegal characters in path error (@patriksvensson)
  • #1386 Add CakeNamespaceImport for BuildSystem Aliases (@phillipsj)
  • #1363 HeatSettings.OutputGroup is unusable
  • #1349 OctoPack not passing --format to octo.exe (@jjschlesinger)
  • #1342 Error: Unknown Token when directory contains @ character (@JeremyCade)
  • #1260 Using reserved name for parameter name causes a parser failure (@kcamp)

Improvements

  • #1513 signtool.exe should be called only once when signing multiple files (@thomaslevesque)
  • #1510 Missing MSBuild15 on enum NuGetMSBuildVersion for VS 2017 (@kvanover)
  • #1504 Add ChocoPush alias for an IEnumerable (@pascalberger)
  • #1503 Add ChocoPack alias for an IEnumerable (@pascalberger)
  • #1487 Usage of -NoCache on installing tools and addins
  • #1469 Mac OSX is not properly detected when running on Mono (@Redth)
  • #1463 NuGet Tool Locator system paths on mac need updating (@Redth)
  • #1455 Logging throws exception when there are curly braces in the string (@devlead)
  • #1439 CopyDirectory - Missing Log information (@gsferreira)
  • #1438 Teach XmlPeek to silence warnings, if needed (@nalla)
  • #1424 Http call in unit test (@aateeque)
  • #1403 Add optional Go.CD Server URL Parameter to GetHistory
  • #1379 Add RedirectStandardError to ProcessRunner
  • #1344 Cake's default tools / addins / modules paths are not so default as they seem (@nalla)
  • #1338 ArgumentException with illegal character information (@stffabi)
  • #1293 Add mechanism to validate addins (@patriksvensson)
  • #670 Support XUnit's x86 .exe runner (@phillipsj)
  • #568 Add Gitter and Twitter Notifications (@gep13)

Documentation

  • #1501 DownloadFile typo in docs (@devlead)
  • #1495 Typo in SignTool docs (@devlead)
  • #1489 Fix typos in GitVersion documentation
  • #1472 Correct issue with GitLink Alias Category (@gep13)
  • #1434 Fix commented example for DotNetCoreTest
  • #1388 Fix doc comments in InnoSetupAliases
  • #1373 Fix typo in comment
  • #1372 Fixed Spelling Mistake

Pull requests were reviewed by: @devlead, @gep13, @patriksvensson

Fixes issues reported by: @aateeque, @agc93, @AnderssonPeter, @bjorkstromm, @bspinner, @dassie, @devlead, @flcdrg, @gep13, @gsferreira, @IanMercer, @JeremyCade, @jjschlesinger, @jnm2, @kcamp, @krippz, @kvanover, @martingem, @molehillrocker, @mrahhal, @mvput, @nalla, @pascalberger, @patriksvensson, @phillipsj, @pitermarx, @Redth, @RehanSaeed, @robgha01, @stffabi, @thomaslevesque, @wallymathieu, @WayneHiller, @wleader, @WrathZA

cake - v0.17.0

Published by devlead almost 8 years ago

As part of this release we had 44 issues closed.

Breaking change

  • #1138 Allow custom loggers in the VSTestSettings

Features

  • #1311 Add support for InnoSetup (@thomaslevesque)
  • #1281 Add a "Prepend" extension for the ProcessArgumentBuilder
  • #1280 Add Support for the Go.CD build provider (@RehanSaeed)
  • #1274 Add GitLab CI build system support (@antwilliams)
  • #1250 Add VSTS build system support (@agc93)
  • #1241 Wait for AppVeyor process to exit (@devlead)
  • #1172 Add Ability to Redirect Standard Error on IProcess (@CaptainCow95)
  • #1142 Add option to keep the autogenerated NuSpec file (@asbjornu)
  • #991 IsDependentOn with CakeTaskBuilder parameter
  • #899 CopyFiles doesn't respect source directory structure (@martinscholz83)
  • #724 Add DotCover Report
  • #472 Support OctoPack
  • #260 Add support for moving directories (@daveaglick)

Bugs

  • #1332 Typo in VSTestSettings extension method name
  • #1323 Globber exception when using a path with an exclamation
  • #1319 Error: An item with the same key has already been added while running Cake from commit hooks (@devlead)
  • #1314 System time separator is used when Octo DeployAt argument is converted to string (@bjorkstromm)
  • #1271 Unquoted VSTest settings file path
  • #1245 Globber exception when glob contains % (@Enqueuing)
  • #1231 GetEntryAssembly can return null, leading to NullReferenceException
  • #1154 NuGetPack fails if no Files have been specified

Improvements

  • #1324 Add support fort Specifying Dependencies for Multi Target package
  • #1318 Support DefaultCredentials usage for Http Downloads
  • #1312 Add additional parameters to MSBuild runner
  • #1296 Add Go.CD build history API call
  • #1292 Some properties for RoundhouseSettings in Cake.Common.Tools.Roundhouse are not working properly
  • #1289 Add user agent for DownloadFile (@daveaglick)
  • #1287 Guard against invalid path environment variables
  • #1279 Adding all current parameters for VSTest (@jnm2)
  • #1251 OctoCreateRelease is missing channel option (@vip32)
  • #1228 Option to deploy an existing release in OctopusDeploy (@trailmax)
  • #1160 Get return code from intercepted process in SpecFlow TestExecutionReport
  • #1151 Add parameter LogFile to DotCover commands
  • #906 Can't specify hash algorithm for the Sign command (@bjorkstromm)
  • #703 MSBuild add log file support
  • #685 Support for SHA256 code signing

Documentation

  • #1346 Fixed typos 'occured' and 'occuring'
  • #1309 Add CLA link to README
  • #1278 Removed erroneous apostrophes
  • #1263 Corrects the grammar "do/does" in exception messages and tests
  • #1234 Adds default CPU count behavior to MSBuild settings documentation

Pull requests were reviewed by: @devlead, @gep13, @patriksvensson

Fixes issues reported by: @agc93, @antwilliams, @asbjornu, @bjorkstromm, @CaptainCow95, @coxp, @daveaglick, @devlead, @Enqueuing, @ferminmoli, @frozenskys, @gep13, @Giorgi, @Jericho, @jnm2, @jrnail23, @patriksvensson, @phil-scott-78, @RehanSaeed, @reicheltp, @stevensona, @stffabi, @thomaslevesque, @tonyedgecombe, @trailmax, @vengi83644, @vip32, @wieslawsoltes

cake - v0.16.2

Published by devlead about 8 years ago

As part of this release we had 1 issue closed.

Bug

  • #1247 Fixed CakeExecuteScript getting access denied errors on mono/mac (@devlead)

Pull requests were reviewed by: @gep13, @patriksvensson

Fixes issues reported by: @Redth

cake - v0.16.1

Published by gep13 about 8 years ago

As part of this release we had 2 issues closed.

Bugs

  • #1237 Issue with debugging in v0.16.0 (.NET Core) (@patriksvensson)
  • #1230 Add missing assembly properties (@devlead)

Pull requests were reviewed by: @gep13

Fixes issues reported by: @devlead, @patriksvensson

cake - v0.15.2

Published by gep13 about 8 years ago

As part of this release we had 2 issues closed.

Bugs

  • #1131 Ensured that WiX candle definitions are enclosed in quotes (@galpin)
  • #1055 Corrected issue with WixHeat HarvestType Out parameter (@RLittlesII)

Fixes issues reported by: @galpin, @robertmuehsig

cake - v0.15.1

Published by gep13 about 8 years ago

As part of this release we had 1 issue closed.

Bug

  • #1126 Corrected Issues found with 0.15.0 AppVeyor updates (@Philo)

Fixes issues reported by: @Philo

cake - v0.15.0

Published by gep13 about 8 years ago

As part of this release we had 44 issues closed.

Features

  • #1102 Add support for adding messages to the AppVeyor build log (@Philo)
  • #1092 Add environment variable support for Process & Tool (@devlead)
  • #1089 Add ITeardownContext to Teardown method (@gep13)
  • #997 Add OutputPath to ProjectParserResult
  • #919 Extend SolutionParserResult with solution folders information
  • #918 Add Atlassian Bitbucket Pipelines build system support (@devlead)

Bugs

  • #1123 Set ICakeRuntime.TargetFramework to constant (@patriksvensson)
  • #1104 Do not set /m parameter for MSBuild by default (@patriksvensson)
  • #1097 AppVeyor.UploadTestResults failing silently (@Philo)
  • #1091 GetFullName in TypeExtensions.cs not handling arrays correctly (@kcamp)
  • #1034 Allow paths with spaces for OutputDirectory on DotNetCore Aliases
  • #981 The GetFiles overload with a predicate doesn't work properly (@patriksvensson)

Improvements

  • #1121 Added ability to call SetParameter method on TeamCity Provider (@dbertram)
  • #1119 CakeExecuteScript tool resolution fails if script in parent path
  • #1096 UploadArtifact support via the AppVeyor provider is incomplete
  • #1086 Added raw version string property in ReleaseNotes class
  • #1073 Marked Quiet property on DotNetCoreRestoreSettings as obsolete
  • #1072 Added -oldstyle support for OpenCover tool
  • #1067 Added -nofetch support for GitVersion tool (@Philo)
  • #970 Add an explicit NuGet source for NuGetPush (@gep13)
  • #961 Add parsing of references and project references to the project file parser
  • #960 Add configuration for default NuGet source
  • #932 Add MD5 checking of packages.config to bootstrappper
  • #730 Support results file for MSTest runner
  • #729 Support NUnit output format for XUnit2 runner
  • #517 NUnit runner: Handle specific non-zero exit codes

Documentation

  • #1076 Added examples for Fixie
  • #1064 Corrected spelling mistake in README.md
  • #1051 Improved documentation for ProcessSettings Timeout property
  • #1047 Added documentation for multiple arguments for ToolSettings
  • #1010 Corrected documentation for GitReleaseManager
  • #957 Corrected code example for DotNetCorePackSettings (@luisgoncalves)
  • #750 Add example documentation to aliases

Fixes issues reported by: @adamhathcock, @BenHall, @bjorkstromm, @daveaglick, @devlead, @gep13, @ghuntley, @gjstockham, @jrnail23, @kcamp, @lidroc, @markrendle, @patriksvensson, @phillipsj, @Philo, @ravensorb, @robertmuehsig, @SavaNDragos, @thomaslevesque, @wwwlicious

cake - v0.14.0

Published by gep13 over 8 years ago

As part of this release we had 22 issues closed.

Breaking change

  • #978 Remove obsoleted XmlPoke Aliases (@devlead)

Features

  • #1023 ToolSettings should allow should support of exit codes other than 0 (@Sam13)
  • #987 Add support for skipautoprops flag OpenCover Alias
  • #810 Support Octopus Deploy Push (octo.exe push) (@devlead)
  • #696 Add WiX heat support

Bugs

  • #1002 Cake looks for configuration file in the wrong place (@patriksvensson)
  • #900 Wrong platform "Any CPU" for project file (expects "AnyCPU") (@thomaslevesque)

Improvements

  • #1025 Change parameter names passed by GitVersion Alias
  • #1019 Improve logging with NuGet Install Alias (@devlead)
  • #975 Additional null checks for module support (@devlead)
  • #974 Suppress obsolete warnings on Mono (@devlead)
  • #971 Add known parameters to CakeOptions
  • #844 Add working directory to ToolSettings class (@patriksvensson)
  • #502 Refactor ICakeEnvironment (@patriksvensson)
  • #421 Allow setting /testsettings: file for MSTest runner (@agc93)

Documentation

  • #1028 Corrected documentation for OctopusDeploy Alias
  • #1026 Corrected documentation for InspectCode Alias
  • #1004 Corrected documentation for Directory Alias
  • #994 Corrected documentation for DotNetBuild Alias

Fixes issues reported by: @bcrosnier, @devlead, @erik-am, @gep13, @ghuntley, @patriksvensson, @pmiossec, @Sam13, @thomaslevesque, @vktr

cake - v0.13.0

Published by gep13 over 8 years ago

As part of this release we had 21 issues closed.

Bugs

  • #948 DotNetCoreTest() alias calls DotNetCoreRun() (@devlead)
  • #945 Fix DotNet CLI multi-arguments (@adamhathcock)
  • #943 Cannot parse AssemblyInfo.cs files generated by MonoDevelop
  • #933 Cake.Core.Tooling.ToolRepository.Register(FilePath) path not validated (@devlead)
  • #930 Problems using XmlPeek and XmlPoke in XML files with DOCTYPE (@fabionuno)
  • #874 MakeNSIS() does not support filepath for scripts with blanks in path name (@heilingbrunner)
  • #671 Custom command line switches can't contain spaces in value (@patriksvensson)

Features

  • #966 Signtool: Add support for description URL (/du)
  • #908 Support uploading test results XML to AppVeyor (@robertcoltheart)
  • #894 Add support for the vstest.console.exe unit test runner (@pvwichen)
  • #646 Add Module Support (@patriksvensson)

Improvements

  • #958 Add setter for Verbosity in ICakeLog (@patriksvensson)
  • #952 Add support for additional arguments to DotNetCoreExecute and DotNetCoreRun
  • #917 Allow setting boolean values for built in Cake arguments (@patriksvensson)
  • #897 Add DevelopmentDependency to NuGetPackSettings (@daveaglick)
  • #880 Project parser should support TargetFrameworkProfile (@agc93)
  • #879 Add tests for Project Parser (@agc93)

Documentation

  • #951 Cake.Core.Tooling namespace isn't documented (@patriksvensson)
  • #937 Incorrect documentation in obsolete attribute (@gep13)
  • #928 Correct documentation for ILMerge
  • #927 Add Summary Documentation for all aliases

Fixes issues reported by: @adamhathcock, @agc93, @daveaglick, @dbertram, @devlead, @fabionuno, @gep13, @heilingbrunner, @patriksvensson, @pvwichen, @robertcoltheart, @Sam13