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
                    
if you are setting up this repo
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
                    
nuke :add-package SolarWinds.Changesets --version 0.1.3
                    

NET Changesets

NuGet version (SolarWinds.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.md in 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, --help Prints help information
  • -v, --version Prints version information

Commands:

  • init Sets up the .changeset folder and generates a default config file. You should run this command once when you are setting up changesets
  • add Used by contributors to add information about their changes by creating changeset files
  • version Takes existing changeset files and updates versions and dependencies of packages, as well as writing changelogs
  • publish This publishes changes to specified nuget repository
  • status Provides 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 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.

Version Downloads Last Updated
0.1.3 67 12/23/2025
0.1.2 247 10/14/2025
0.1.1 365 10/1/2025