v0.1.0
First release — a JetBrains Rider tool window around the dotnet-outdated CLI.
Features
- List packages per project / target framework, with
ProjectName · netXsection headers. - Check for updates via
dotnet outdated; the new version is colored by NuGet / SemVer severity — green = patch, yellow = minor, red = major / pre-release. - Per-row checkboxes (multi-select + Space) to pick packages, then upgrade in place.
- Speed search — start typing to filter by package / project name.
- Scope picker over the open solution's projects; parallel per-project scans; handles
.shprojsolutions. - Settings (Settings | Tools | dotnet outdated GUI) exposing every
dotnet outdatedargument; List all packages toggle (off by default). - CLI-missing prompt with an install link; editor banner on
.csproj/Directory.Packages.props. - Opt-in error reporting to Sentry.
Requirements
- Rider 2026.1 (build 261), the .NET SDK, and the dotnet-outdated CLI — see its installation instructions.
Install
Download the attached .zip and install via Settings → Plugins → ⚙ → Install Plugin from Disk…
(JetBrains Marketplace listing coming soon.)