From be4f431eb88b4c947c4e96035c816d170e080768 Mon Sep 17 00:00:00 2001 From: jvilimek Date: Fri, 10 Jul 2026 13:03:17 +0200 Subject: [PATCH] bump 0.2.0 --- .changeset/adopt-dotnet-10.md | 5 ----- .changeset/fix-multiple-dependents.md | 5 ----- .changeset/nyrdfxvizwsykar.md | 5 ----- .changeset/upgrade-spectre-console.md | 5 ----- src/SolarWinds.Changesets/CHANGELOG.md | 12 ++++++++++++ .../SolarWinds.Changesets.csproj | 4 ++-- 6 files changed, 14 insertions(+), 22 deletions(-) delete mode 100644 .changeset/adopt-dotnet-10.md delete mode 100644 .changeset/fix-multiple-dependents.md delete mode 100644 .changeset/nyrdfxvizwsykar.md delete mode 100644 .changeset/upgrade-spectre-console.md diff --git a/.changeset/adopt-dotnet-10.md b/.changeset/adopt-dotnet-10.md deleted file mode 100644 index d72e657..0000000 --- a/.changeset/adopt-dotnet-10.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"SolarWinds.Changesets": Minor ---- - -Adopt .NET 10 with multi-targeting. The tool and tests now target `net8.0`, `net9.0` and `net10.0`, the SDK and CI use .NET 10. diff --git a/.changeset/fix-multiple-dependents.md b/.changeset/fix-multiple-dependents.md deleted file mode 100644 index 32803c5..0000000 --- a/.changeset/fix-multiple-dependents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"SolarWinds.Changesets": Patch ---- - -Fix `version` only bumping one dependent when a project is referenced by multiple projects. diff --git a/.changeset/nyrdfxvizwsykar.md b/.changeset/nyrdfxvizwsykar.md deleted file mode 100644 index 1a33ed6..0000000 --- a/.changeset/nyrdfxvizwsykar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"SolarWinds.Changesets": Patch ---- - -[[#28](https://github.com/solarwinds/net-changesets/issues/28)] Added documentation for integrating net-changesets with the official Changesets GitHub Action, including custom `version` and `publish` commands, required checkout depth, status-check behavior, NuGet source configuration, and links to a working demo workflow. ([PR #29](https://github.com/solarwinds/net-changesets/pull/29)) diff --git a/.changeset/upgrade-spectre-console.md b/.changeset/upgrade-spectre-console.md deleted file mode 100644 index 13ff94f..0000000 --- a/.changeset/upgrade-spectre-console.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"SolarWinds.Changesets": Patch ---- - -Upgrade Spectre.Console to 0.56.0 and Spectre.Console.Cli to 0.55.0 (with matching testing packages). Adapts to the new command `ExecuteAsync(CommandContext, CancellationToken)` signature and the move of `CommandAppTester` into the new `Spectre.Console.Cli.Testing` package. diff --git a/src/SolarWinds.Changesets/CHANGELOG.md b/src/SolarWinds.Changesets/CHANGELOG.md index eb4b04a..0fa5757 100644 --- a/src/SolarWinds.Changesets/CHANGELOG.md +++ b/src/SolarWinds.Changesets/CHANGELOG.md @@ -1,5 +1,17 @@ # SolarWinds.Changesets +## 0.2.0 + +**Minor Changes**: + +- [[#16](https://github.com/solarwinds/net-changesets/issue/16)] Adopt .NET 10 with multi-targeting. The tool and tests now target `net8.0`, `net9.0` and `net10.0`, the SDK and CI use .NET 10. [[#30](https://github.com/solarwinds/net-changesets/pull/30)] + +**Patch Changes**: + +- [[#28](https://github.com/solarwinds/net-changesets/issues/28)] Added documentation for integrating net-changesets with the official Changesets GitHub Action, including custom `version` and `publish` commands, required checkout depth, status-check behavior, NuGet source configuration, and links to a working demo workflow. ([PR #29](https://github.com/solarwinds/net-changesets/pull/29)) +- Upgrade Spectre.Console to 0.56.0 and Spectre.Console.Cli to 0.55.0 (with matching testing packages). Adapts to the new command `ExecuteAsync(CommandContext, CancellationToken)` signature and the move of `CommandAppTester` into the new `Spectre.Console.Cli.Testing` package. [[#31](https://github.com/solarwinds/net-changesets/pull/31)] +- Fix `version` only bumping one dependent when a project is referenced by multiple projects. [[#32](https://github.com/solarwinds/net-changesets/pull/32)] + ## 0.1.4 **Patch Changes**: diff --git a/src/SolarWinds.Changesets/SolarWinds.Changesets.csproj b/src/SolarWinds.Changesets/SolarWinds.Changesets.csproj index 64cb23d..0fc4968 100644 --- a/src/SolarWinds.Changesets/SolarWinds.Changesets.csproj +++ b/src/SolarWinds.Changesets/SolarWinds.Changesets.csproj @@ -1,4 +1,4 @@ - + @@ -17,7 +17,7 @@ $(RepositoryUrl)/releases true Exe - 0.1.4 + 0.2.0 embedded true