Skip to content

Latest commit

 

History

History
110 lines (65 loc) · 2.25 KB

ReleaseNotes.md

File metadata and controls

110 lines (65 loc) · 2.25 KB

New in 0.19.0 (Released 2018/08/23)

  • Ported to .NET Standard 2.0
  • Updated to LibGit2Sharp 0.25.2

New in 0.18.0 (Released 2018/07/04)

  • Bumped Cake.Core to 0.28.1
  • Add git clean command

New in 0.17.0 (Released 2018/03/01)

  • Bumped Cake.Core to 0.26.0

New in 0.16.1 (Released 2017/10/09)

  • Updated nuget icon and repo url
  • Add framework lib/net46 moniker
  • Fix warnings in build script

New in 0.16.0 (Released 2017/09/14)

  • Bumped Cake.Core to 0.22.0

New in 0.15.0 (Released 2017/06/01)

  • Added GitHasStagedChanges alias
  • Included license in nuget package

New in 0.14.0 (Released 2017/03/22)

  • Only fetch merge commit for non fast forward, fixes GitPull issue
  • Changed to LibGit Portable

New in 0.13.0 (Released 2017/02/21)

  • Added GitIsValidRepository Alias
  • Added GitHasUncommitedChanges alias
  • Fixed link in Nuspec

New in 0.12.0 (Released 2017/01/09)

  • Fixed null issue in GitPull alias

New in 0.11.0 (Released 2016/12/09)

  • Updated documentation

New in 0.10.0 (Released 2016/10/16)

  • Added GitCloneSettings support
  • Updated documentation

New in 0.9.0 (Released 2016/10/12)

  • Added remotes to GitBranch

New in 0.8.0 (Released 2016/08/16)

  • Added GitPushRef alias, which adds possibility to push tags

New in 0.7.0 (Released 2016/08/04)

  • Added GitTag alias
  • Updated to Cake.Core 0.15.2

New in 0.6.0 (Released 2016/07/11)

  • Updated to Cake.Core 0.14.0

New in 0.5.0 (Released 2016/07/01)

  • Added Checkout full repo

New in 0.4.0 (Released 2016/06/22)

  • Added GitReset alias

New in 0.3.0 (Released 2016/06/03)

  • Added GitBranchCurrent alias

New in 0.2.0 (Released 2016/04/22)

  • Added GittDiff alias
  • Fixed documentatio typos
  • Fixed GitLog bugg
  • Added Git Commit / Author ToString() overrides
  • Removed unused attributes
  • Added test.cake script
  • Added GitDescribe alias
  • Added GitFindRootFromPath
  • Updated LibGit to 0.23.0 prerelease to support Mono (OSX & Linux)

New in 0.1.0 (Released 2016/04/18)

  • Inital Release
  • Updated LibGit to 0.22 stable

New in 0.0.3 (Released 2016/01/31)

  • Added more Git push/pull/log

New in 0.0.2 (Released 2015/12/14)

  • Added more Git operations

New in 0.0.1 (Released 2015/12/12)

  • First experimental release of Cake.Git