GitChangeLog 0.1.2
See the version list below for details.
dotnet add package GitChangeLog --version 0.1.2
NuGet\Install-Package GitChangeLog -Version 0.1.2
<PackageReference Include="GitChangeLog" Version="0.1.2" />
paket add GitChangeLog --version 0.1.2
#r "nuget: GitChangeLog, 0.1.2"
// Install GitChangeLog as a Cake Addin #addin nuget:?package=GitChangeLog&version=0.1.2 // Install GitChangeLog as a Cake Tool #tool nuget:?package=GitChangeLog&version=0.1.2
Extract change logs from git annotated tags.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## [v0.1.2](https://github.com/TomGillen/GitChangeLog/tree/360ba31360091f2ca529b979f8daf30a7b48ad27) (2017-01-23)
[Compare with v0.1.1](https://github.com/TomGillen/GitChangeLog/compare/6c565d936c9266a971247cdd3231f4b2e4031e11...360ba31360091f2ca529b979f8daf30a7b48ad27)
* Added support for source links to projects hosted on github.com
## [v0.1.1](https://github.com/TomGillen/GitChangeLog/tree/6c565d936c9266a971247cdd3231f4b2e4031e11) (2017-01-23)
[Compare with v0.1.0](https://github.com/TomGillen/GitChangeLog/compare/16caf1a3ffc30bc59ac039494655f2efaea0ca55...6c565d936c9266a971247cdd3231f4b2e4031e11)
* Fixed release data format
## [v0.1.0](https://github.com/TomGillen/GitChangeLog/tree/16caf1a3ffc30bc59ac039494655f2efaea0ca55) (2017-01-23)
Initial Release