Skip to content

Releases: jonstodle/DotNetSdkHelpers

v4.0.0: Add .NET 7, remove .NET 5

15 Feb 16:18
Compare
Choose a tag to compare

Added a target for .NET 7 and removed the out-of-support .NET 5 target.

v3.0.0: Release type/support phase update

16 Nov 21:14
ac8bc43
Compare
Choose a tag to compare

Breaking CLI change: The .NET release cycle has now split the concept of "release type" (lts, sts) from "support phase" (preview, go-live, active, maintenance, eol). The CLI has been updated accordingly to support this split, such that you can now filter on --release-type or --support-phase when listing available SDKs to download.

v2.1.0

12 Apr 15:50
Compare
Choose a tag to compare
  • Enabled SourceLink for debugging support.
  • Updated package metadata so NuGet Package Explorer validates everything out as correct.
  • Added more target frameworks (netcoreapp3.1, net5.0) so folks with only newer SDKs installed can still use the tool.

v2.0.1

12 Apr 15:36
Compare
Choose a tag to compare

Fixed list of installed SDKs when the path contains a space (#14).

v2.0.0

30 Oct 17:33
Compare
Choose a tag to compare
  • Unified the dotnet sdk list command so it handles both local and remote SDK versions. Remote/available SDKs are no longer under dotnet sdk download list - it's now dotnet sdk list --available.
  • global.json written by dotnet sdk set is indented to match standard dotnet new globaljson template.
  • Added support for RC SDKs available for download.