Skip to content

Latest commit

 

History

History
80 lines (37 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

80 lines (37 loc) · 3.37 KB

Changelog

1.3.0 (2024-05-21)

Features

  • makes asdf-dotnet list all versions and improves performance (ab4759e)

Bug Fixes

  • remove sort_versions call (5aa24bb)

1.2.1 (2024-05-10)

Bug Fixes

  • use curl_options when using curl in download function (28750fe), closes #28

1.2.0 (2024-02-06)

Features

  • adds a set-dotnet-env script for xonsh (#20) (1675206)

1.1.0 (2023-12-26)

Features

  • disable telemetry when setting global environment variables (ebe399c)

1.0.3 (2023-07-31)

Bug Fixes

  • remove "Current" channel warning by specifying "STS" channel (05bb284)

1.0.2 (2023-06-24)

Bug Fixes

  • use regex instead of 'dotnet version' to speed up fish prompt (39651fb)

1.0.1 (2023-03-16)

Bug Fixes

  • wrong case on the dotnet_version variable (b5c6d51)

1.0.1 (2022-04-27)

Bug Fixes

  • Add scripts to set DOTNET_ROOT env variable (5cf95a5)

1.0.0 (2022-04-27)

Features

  • Add scripts to set DOTNET_ROOT env variable (45074c0)
  • Added suport for fish terminal (927fb2d)
  • Implements download and install features (392575c)
  • Implements list-all feature (fa8678b)

Bug Fixes

  • Correctly returns releases from dotnet (f3128d0)
  • Export the MSBuildSDKsPath env var when installation complete (c9d407f)
  • Force the shim to be created at the root of dotnet folder (65b5b7a)