generated from asdf-vm/asdf-plugin-template
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
927fb2d
commit a1d8216
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-04-27) | ||
|
||
|
||
### Features | ||
|
||
* Add scripts to set DOTNET_ROOT env variable ([45074c0](https://www.github.com/hensou/asdf-dotnet/commit/45074c0c65416db4f765818545aa7ca93656e2b0)) | ||
* Added suport for fish terminal ([927fb2d](https://www.github.com/hensou/asdf-dotnet/commit/927fb2d3a4f2715e8f5b04296de476061b6feaa4)) | ||
* Implements download and install features ([392575c](https://www.github.com/hensou/asdf-dotnet/commit/392575c7459c16441152a26f7979b4a9905ca9c1)) | ||
* Implements list-all feature ([fa8678b](https://www.github.com/hensou/asdf-dotnet/commit/fa8678b0203eb6c68403d126bc8add852c7d744a)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Correctly returns releases from dotnet ([f3128d0](https://www.github.com/hensou/asdf-dotnet/commit/f3128d0df4db0bf57b3b15ab9dfc8f927d20465d)) | ||
* Export the MSBuildSDKsPath env var when installation complete ([c9d407f](https://www.github.com/hensou/asdf-dotnet/commit/c9d407f6d6c963a6c77bcaa68cf4521b79c2313f)) | ||
* Force the shim to be created at the root of dotnet folder ([65b5b7a](https://www.github.com/hensou/asdf-dotnet/commit/65b5b7a8934c3e7f69b4d2aa6fc37d5ee04b2745)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.0 |