GitChangeLog 0.1.5

dotnet add package GitChangeLog --version 0.1.5
NuGet\Install-Package GitChangeLog -Version 0.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GitChangeLog" Version="0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GitChangeLog --version 0.1.5
#r "nuget: GitChangeLog, 0.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GitChangeLog as a Cake Addin
#addin nuget:?package=GitChangeLog&version=0.1.5

// Install GitChangeLog as a Cake Tool
#tool nuget:?package=GitChangeLog&version=0.1.5

Extract change logs from git annotated tags.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.1.5 1,195 1/16/2018
0.1.4 1,109 1/24/2017
0.1.3 1,027 1/23/2017
0.1.2 1,190 1/23/2017
0.1.1 1,032 1/23/2017

## v0.1.5 (2018-01-16)

* Updated dependency versions

## v0.1.4 (2017-01-24)

**New**
* Added ability to create GitHub releases for each release tag in the repository via 'release' verb.
* Added ability to update GitHub release details to match release tags via 'release-sync' verb.

**Breaking**
* Moved change log generation to 'collect' verb.

## v0.1.3 (2017-01-23)

* Disabled source and comparison links, and file header, by default

## v0.1.2 (2017-01-23)

* Added support for source links to projects hosted on github.com

## v0.1.1 (2017-01-23)

* Fixed release data format

## v0.1.0 (2017-01-23)

Initial Release