Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 09:40

First release — a JetBrains Rider tool window around the dotnet-outdated CLI.

Features

  • List packages per project / target framework, with ProjectName · netX section 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 .shproj solutions.
  • Settings (Settings | Tools | dotnet outdated GUI) exposing every dotnet outdated argument; 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

Install

Download the attached .zip and install via Settings → Plugins → ⚙ → Install Plugin from Disk…
(JetBrains Marketplace listing coming soon.)