Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/adopt-dotnet-10.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-multiple-dependents.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nyrdfxvizwsykar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-spectre-console.md

This file was deleted.

12 changes: 12 additions & 0 deletions src/SolarWinds.Changesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:
Expand Down
4 changes: 2 additions & 2 deletions src/SolarWinds.Changesets/SolarWinds.Changesets.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<!-- https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets -->
<PropertyGroup Label="NuGet Package Setup">
Expand All @@ -17,7 +17,7 @@
<PackageReleaseNotes>$(RepositoryUrl)/releases</PackageReleaseNotes>
<PackAsTool>true</PackAsTool>
<OutputType>Exe</OutputType>
<Version>0.1.4</Version>
<Version>0.2.0</Version>

<DebugType>embedded</DebugType>
<EnablePackageValidation>true</EnablePackageValidation>
Expand Down
Loading