0.1.1 • Published 8 months ago

csproj-version v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 months 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

8 months ago

0.1.1

8 months ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago

0.0.2

5 years ago

0.0.0

5 years ago