Releases: hensou/asdf-dotnet
Releases · hensou/asdf-dotnet
v1.3.0
Features
- makes asdf-dotnet list all versions and improves performance (ab4759e)
Bug Fixes
- remove sort_versions call (5aa24bb)
v1.2.1
Bug Fixes
- use curl_options when using curl in download function (28750fe), closes #28
v1.2.0
Features
- adds a set-dotnet-env script for xonsh (#20) (1675206)
v1.1.0
Features
- disable telemetry when setting global environment variables (ebe399c)
v1.0.3
Bug Fixes
- remove "Current" channel warning by specifying "STS" channel (05bb284)
v1.0.2
Bug Fixes
- use regex instead of 'dotnet version' to speed up fish prompt (39651fb)
v1.0.1
Bug Fixes
- wrong case on the dotnet_version variable (b5c6d51)
v1.0.0
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)