Skip to content

Releases: hensou/asdf-dotnet

v1.2.1

10 May 08:14
Compare
Choose a tag to compare

Bug Fixes

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

v1.2.0

06 Feb 08:39
079263e
Compare
Choose a tag to compare

Features

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

v1.1.0

06 Feb 08:35
Compare
Choose a tag to compare

Features

  • disable telemetry when setting global environment variables (ebe399c)

v1.0.4

24 Nov 13:21
Compare
Choose a tag to compare

v1.0.3

31 Jul 21:12
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.2

24 Jun 19:20
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.1

16 Mar 21:05
Compare
Choose a tag to compare

Bug Fixes

  • wrong case on the dotnet_version variable (b5c6d51)

v1.0.0

27 Apr 23:18
Compare
Choose a tag to compare

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)