23 packages tagged with “gitversion”
Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.
Access commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.
Derives SemVer information from a repository following GitFlow or GitHubFlow.
Stamps an assembly with git information based on SemVer.
Build versioning tool.
Sets version information using GitVerison variables if available
Adds shared globalanalyzerconfig configs
Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the Core library which both GitVersion cli and Task use allowing programatic usage of GitVersion.
Build versioning intefaces.
Build versioning.
Build version publishing.
A tool to handle dependency trees with multiple git repositories without using submodules.
This nuget updates your AssemblyInfo.cs with data from git repository based on GitFlow model (http://nvie.com/posts/a-successful-git-branching-model/), allowing you to create Semantic Versioning (http://semver.org/). It is basically a modification of GitVersion (https://github.com/ParticularLabs/GitVersion). Main differences are that using MSBuildCommunityTasks the AssemblyInfo.template.cs file is being changed with some variables being changed to proper version info, instead of creating completely new AssemblyInfo.cs. Reasons are: * I don't like GitVersion full versioning (like 1.2.3+4.Branch.master.Sha.12345678901234567890), so I can use here my own versioning scheme (like 1.2.3+4.master.1234567) (without "branch", "sha" and with short SHA hash); * Automatically generated assemblies from GitVersion were not compatible with NETMF.
This is a standardized set of build script components that provide reliable builds to projects that follow some basic standard conventions. The build script will compile the projects for all allowed and defined architectures, run tests, build human readable test reports and build (and optionally publish) NuGet packages.
Builds release history notes from unreleased pull requests on GitHub, GitLab, Azure DevOps Services / Server, BitBucket Cloud and Bitbucket Server and optionally posts them to a markdown file, Atlassian Confluence and Slack.
Reads the Git Version Information from the assembly. Falls back to assembly version, if it doesn't exist
A simplified/faster version of GitVersion to help you achieve Semantic Versioning on your project.
Package Description
Version your Power Apps solutions automatically using Git.
A fast and lightweight GitVersion alternative for .NET projects