Found 32 packages
Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.
Derives SemVer information from a repository following GitFlow or GitHubFlow.
Stamps an assembly with git information based on SemVer.
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. This is the Core library which both GitVersion cli and Task use allowing programatic usage of GitVersion.
git-flow-version creates predictable and opinionated SemVer 2.0.0 version numbers for git flow repositories.
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.
The easy way to use semantic versioning (semver.org) with GitHub Flow
This libary can generate a version numbers for a git flow repository.
Automatic changelog generation based on SemVer and GitFlow, with support for GitHub links.
An easy way to manage .NET User Secrets from the command line.
Package Description
Automated Semantic Versioning for Visual Studio and dotnet CLI.
This a Cake extension to implement GitFlow auto merge for TFS.
SpecFlow assembly and results parser, output to GitHub-compatible markdown
Command line parser supported two mode: command-based (like git commit ...) and options-only. It can be parsed to you class model. Supported compilation in NativeAot.
Framework to generate Semantic Versioning from Git repository and conventional commits. Used by other Git2SemVer projects.
This package contains a git-flow based release template. Starting from either the develop branch or an release-branch, this script will attempt to validate a release build. The script uses GitVersion to calculate the release version number and takes care of all the necessary branching and tagging during the build. Building happens via a Cake action, and normally simply calls out to the standard 'build.cake' file for the project. If successful, it will merge that release into the master-branch and rebuild the actual release to create the release artefacts. On success of that step, the release branch will be merged back into the develop branch to start the next development cycle. If the release fails, this script will undo all changes to master, but will leave the release branch open so that the release can be fixed. Subsequent release attempts will reuse the existing release branch, even if started from the develop branch.
High-level agent factory for building autonomous AI agents in DevGPT. Provides configuration parsing, built-in tool collections (file ops, git, dotnet, npm, BigQuery, email, WordPress), and multi-agent flow orchestration. Simplifies creating production-ready AI agents.