0.1.1 • Published 2 years ago

csproj-version v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

csproj-version

npm version npm download monthly npm download total npm license pp install size github commit last github commit total

//: <> (Shields)

//: <> (Link)

CLI tool to bump semver versioning for .NET solutions

Brief

Traverse all .csproj / .fsproj / *.vbproj under designated directory, and bump version based on semver rules.

Install

# npm
npm install -d csproj-version
# yarn
yarn global add csproj-version
# pnpm
pnpm add -g csproj-version

Usage

cd DotNetSolutionFolder
dotver
# or
dotver -r minor
dotver -d . -v -r major

Options:
-r --release	release type. default: "patch"
-d --directory	directory. default: "."
-o --omit	omit (regex pattern). default: "test$"
-v --verbose	show info. default: false
-s --simulate	simulate only without modifying file. default: false

Requirement

node >= 20.0.0

Meta

LICENSE (MIT)

0.1.0

2 years ago

0.1.1

2 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago

0.0.2

6 years ago

0.0.0

6 years ago