VersionIncrementerTool 0.2.1

dotnet tool install --global VersionIncrementerTool --version 0.2.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local VersionIncrementerTool --version 0.2.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=VersionIncrementerTool&version=0.2.1
nuke :add-package VersionIncrementerTool --version 0.2.1

VersionIncrementerTool - A tool to increment the version of a project

Description

The Version Incrementer Tool is a small utility designed to automate the process of incrementing version numbers in software projects. It provides a simple and efficient way to manage versioning, allowing developers to easily update and track changes in their codebase. With this tool, developers can save time and ensure consistency in versioning across their projects.

Features

  • Increment version numbers in a project
  • Increment major, minor, or patch version numbers

Usage

To use the Version Incrementer Tool, run the following command in your project directory with a csproj file and version tag in the format <version>x.y.z</version>:

# get some info
dotnet vit

# increment version
dotnet vit <Major|Minor|Patch>

Disclaimer

This tool is provided as-is, without any warranty or guarantee of any kind. Use at your own risk.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.2.1 81 5/16/2024
0.2.0 80 5/16/2024