Releases: cake-contrib/Cake_Git
Releases · cake-contrib/Cake_Git
v4.0.0
What's Changed
- Update to Cake 4.0 (@pascalberger)
- Multi-Target .NET 6, 7 & 8 (@pascalberger)
- Update to LibGit2Sharp 0.29.0 (@pascalberger)
- Introduce Cake.Frosting.Git addin for using with Cake Frosting (@pascalberger)
- Document steps to release new versions of Cake.Git (@augustoproiete)
Pull requests were reviewed by: @nils-a
Fixes issues reported by: @pascalberger @augustoproiete
v3.0.0
What's Changed
- Update Cake.Git to target Cake.Core 3.0.0 and net7.0 TFM (@patriksvensson)
Pull requests were reviewed by: @augustoproiete, @nils-a
Fixes issues reported by: @nils-a
v2.0.0
- Update Cake.Git to target Cake v2.0.0
- Fix infinite loop in GitFindRootFromPath
- Added another alias for git fetch
- Update Cake.Git NuGet package icon to the new Cake-Contrib logo for Cake addin
- Added an alias GitShortenSha
- Update LibGit2Sharp to 0.27.0-preview-0102
- update LibGit2Sharp.NativeBinaries to 2.0.312
v1.1.0
v1.0.1
v1.0.0
v0.22.0
- Use SPDX expression for license of NuGet package
- Update documentation for GitLog aliases
- Add XML comments to NuGet package
- Remove transitive dependency from project file
- Add missing alias category for GitCreateBranch
- Add repository metadata to NuGet package
- Add missing null reference checks
- New alias "GitBranches" for retrieving all branches of a repository.
- Update to LibGit2Sharp 0.26.2
- Added support for listing commits since a tag
- Inconsistency between GitClone aliases