m-ringler.CpmUpdateTool
0.1.1
This package has a SemVer 2.0.0 package version: 0.1.1+22373407374.
dotnet tool install --global m-ringler.CpmUpdateTool --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local m-ringler.CpmUpdateTool --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=m-ringler.CpmUpdateTool&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package m-ringler.CpmUpdateTool --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
m-ringler.CpmUpdateTool
CpmUpdateTool is a small command‑line utility that inspects a .NET folder's Directory.Packages.props file and updates NuGet package versions to the latest available release.
Installation
dotnet tool install m-ringler.CpmUpdateTool
Usage
Run the tool from a directory containing Directory.Packages.props (typically the repo root):
dotnet update-cpm [options]
Options
--yes— update all packages without asking--include-prerelease— consider prerelease package versions when checking for updates--help— display help text--version— print version
Example
# interactive check with prompts
cd /my/solution
dotnet update-cpm --include-prerelease
# non-interactive run, accept everything
dotnet update-cpm --yes
License
This project is provided under the MIT License. See LICENSE for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.