GitVersion.Tool by GitTools and Contributors

<PackageReference Include="GitVersion.Tool" Version="5.1.4-beta1.58" />

Package Files

66,872,071 bytes

 GitVersion.Tool 5.1.4-beta1.58

Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>GitVersion.Tool</id>
    <version>5.1.4-beta1.58</version>
    <authors>GitTools and Contributors</authors>
    <owners>GitTools and Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>package_icon.png</icon>
    <projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
    <description>Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.</description>
    <releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
    <copyright>Copyright GitTools 2019.</copyright>
    <tags>Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer</tags>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository type="git" url="https://github.com/GitTools/GitVersion.git" />
  </metadata>
</package>