Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 1.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.1] - 2019-08-09

Fixed

  • Exception when try to log information message if output directory don't exists.

[1.1.0] - 2019-08-08

Added

  • Support build mode for CMake.(--build flag) (#19)
  • Unit tests for CMakeBuildRunner.

Changed

  • Removed sourcePath from required parameters for CMake command. (#19)
  • Create output path if it is not exists for CMake.

[1.1.0-beta01] - 2019-08-05

Added

  • Support build mode for CMake.(--build flag)

Changed

  • Removed sourcePath from required parameters for CMake command.

[1.0.0] - 2019-08-02

Changed

  • Project to use a new csproj format and support netstandard2.0
  • Updated Cake.Core package to 0.34.1

[0.1.2] - 2015-05-31

Added

  • Support for platform name command line switch.

[0.1.1] - 2015-04-30

Changed

  • Updated Cake.Core dependency.

[0.1.0] - 2015-04-10

Added

  • Linux support.

[0.0.1] - 2015-09-25

Added

  • First release of Cake.CMake.