Skip to content

Commit

Permalink
Merge branch 'release/0.22.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jun 26, 2020
2 parents 8b314e3 + a08a46a commit 63ee1c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### New in 0.22.0 (Released 2020/06/26)

* 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

### New in 0.21.0 (Released 2019/07/05)

* Update to LibGit2Sharp 0.26.0
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[assembly: AssemblyDescription("Cake Git AddIn")]
[assembly: AssemblyCompany("WCOM AB")]
[assembly: AssemblyProduct("Cake.Git")]
[assembly: AssemblyVersion("0.21.0")]
[assembly: AssemblyFileVersion("0.21.0")]
[assembly: AssemblyInformationalVersion("0.21.0")]
[assembly: AssemblyVersion("0.22.0")]
[assembly: AssemblyFileVersion("0.22.0")]
[assembly: AssemblyInformationalVersion("0.22.0")]
[assembly: AssemblyCopyright("Copyright © WCOM AB 2020")]
[assembly: CLSCompliant(true)]

0 comments on commit 63ee1c9

Please sign in to comment.