- Fix dependency versions for Cake.Frosting.Git (@pascalberger)
- Update to Cake 5.0 (@pascalberger)
- Multi-Target .NET 8 & 9 (@pascalberger)
- Update to LibGit2Sharp 0.30.0 (@pascalberger)
- Add GitRemotes() and GitRemote() aliases (@ap0llo)
- 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)
- Update Cake.Git to target Cake.Core 3.0.0 and net7.0 TFM
- 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
- Update LibGit2Sharp to 0.27.0-preview-0102
- Add Basic Support for git Configuration Commands
- Add cake-addin tag to NuGet package
- Update Cake.Git to target Cake v1.0.0
- Issue with accessing Tag properties
- Exception TargetInvocationException in GitTags(..)
- 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
- Update to LibGit2Sharp 0.26.0
- Bumped Cake.Core to 0.33.0
- GitCreateBranch returns GitBranch
- Fix GitLog
- Unify tags documentation
- Ported to .NET Standard 2.0
- Updated to LibGit2Sharp 0.25.2
- Bumped Cake.Core to 0.28.1
- Add git clean command
- Bumped Cake.Core to 0.26.0
- Updated nuget icon and repo url
- Add framework lib/net46 moniker
- Fix warnings in build script
- Bumped Cake.Core to 0.22.0
- Added GitHasStagedChanges alias
- Included license in nuget package
- Only fetch merge commit for non fast forward, fixes GitPull issue
- Changed to LibGit Portable
- Added GitIsValidRepository Alias
- Added GitHasUncommitedChanges alias
- Fixed link in Nuspec
- Fixed null issue in GitPull alias
- Updated documentation
- Added GitCloneSettings support
- Updated documentation
- Added remotes to GitBranch
- Added GitPushRef alias, which adds possibility to push tags
- Added GitTag alias
- Updated to Cake.Core 0.15.2
- Updated to Cake.Core 0.14.0
- Added Checkout full repo
- Added GitReset alias
- Added GitBranchCurrent alias
- 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)
- Inital Release
- Updated LibGit to 0.22 stable
- Added more Git push/pull/log
- Added more Git operations
- First experimental release of Cake.Git