GitVersion by NServiceBus Ltd

<PackageReference Include="GitVersion" Version="1.3.1" />

 GitVersion 1.3.1

Derives SemVer information from a repository following GitFlow or GitHubFlow.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>GitVersion</id>
    <version>1.3.1</version>
    <title>GitVersion</title>
    <authors>NServiceBus Ltd</authors>
    <owners>nservicebus, simoncropp</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://github.com/Particular/GitVersion</projectUrl>
    <iconUrl>https://raw.github.com/Particular/GitVersion/master/Icons/package_icon.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
    <language>en-AU</language>
    <tags>Git, Versioning, GitVersion, GitFlowVersion, GitFlow, GitHubFlow, SemVer</tags>
    <copyright>Copyright © 2014 All Rights Reserved.</copyright>
  </metadata>
</package>