SolarWinds.Changesets
0.1.3
Prefix Reserved
dotnet tool install --global SolarWinds.Changesets --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local SolarWinds.Changesets --version 0.1.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SolarWinds.Changesets&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SolarWinds.Changesets --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NET Changesets
A .NET CLI tool (with interactive support) to manage versioning and changelogs with a focus on multi-package repositories.
Key features include:
- Generates
CHANGELOG.mdin unified form - Calculates new version of module based on:
- changes in current module
- changes in all dependent modules
- Publishes packages into NuGet artifactory
This .NET implementation is port from original npm implementation @changesets/cli
(GitHub repository).
CLI
Usage:
changeset [OPTIONS] [COMMAND]
Options:
-h, --helpPrints help information-v, --versionPrints version information
Commands:
initSets up the .changeset folder and generates a default config file. You should run this command once when you are setting up changesetsaddUsed by contributors to add information about their changes by creating changeset filesversionTakes existing changeset files and updates versions and dependencies of packages, as well as writing changelogspublishThis publishes changes to specified nuget repositorystatusProvides information about the changesets that currently exist. If there are no changesets present, it exits with an error status code
Documentation
Roadmap
You can find the Roadmap here.
Contributing
You can find the Contribution Guidelines here.
Installation
Install tool by running dotnet tool install:
dotnet tool install solarwinds.changesets --global
Update tool by running dotnet tool update:
dotnet tool update solarwinds.changesets --global
Uninstall tool by running dotnet tool uninstall:
dotnet tool uninstall solarwinds.changesets --global
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.