Skip to content

Tags: devlooped/dotnet-stop

Tags

v2.1.0

Toggle v2.1.0's commit message
Fix Unix graceful shutdown for WSL process groups.

Send SIGINT to the target process group and treat stopped/zombie states as success so stop works reliably under WSL and Linux shells.

Co-authored-by: Cursor <cursoragent@cursor.com>

v2.1.0-rc

Toggle v2.1.0-rc's commit message
+Mᐁ includes

v2.1.0-beta

Toggle v2.1.0-beta's commit message
Fix new native AOT for stopr

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kzu Daniel Cazzulino
Upload any/pointer packages to artifacts

v2.0.1-beta

Toggle v2.0.1-beta's commit message
Add support for more RIDs and simplify packaging logic

Expanded publish matrix and .csproj to support win-arm64, linux-arm64, osx-x64, and windows-11-arm. Removed HybridToolPackage logic and ToolPackageRuntimeIdentifiers. Updated NuGet/Sleet steps to match new RIDs. Added special handling for RID=any in .csproj.

v2.0.0

Toggle v2.0.0's commit message
Bump Spectre.Console from 0.54.0 to 0.55.2

---
updated-dependencies:
- dependency-name: Spectre.Console
  dependency-version: 0.55.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spectre
...

Signed-off-by: dependabot[bot] <support@github.com>

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message
Add hybrid AOT tool publishing

Configure the tool for publish-only hybrid Native AOT/CoreCLR packaging, with net10.0 as the only target framework and an any-RID CoreCLR fallback. Update the release workflow to collect RID-specific Native AOT packages from OS-specific jobs, then publish runtime/fallback packages before the top-level pointer package.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.1.2

Toggle v1.1.2's commit message
+Mᐁ includes

v1.1.1

Toggle v1.1.1's commit message
+Mᐁ includes

v1.1.0

Toggle v1.1.0's commit message
Update to shorthand dnx stop in readme