Skip to content

Commit

Permalink
Merge branch 'main' into release-0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Dec 7, 2024
2 parents b2e738b + bcc9373 commit b022495
Show file tree
Hide file tree
Showing 4 changed files with 2,451 additions and 647 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks go to @PetSerAl for the fix
**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.2...0.30.3
# 0.30.2
## What's Changed
### CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet [#1380](https://github.com/belav/csharpier/pull/1387)
### CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet [#1387](https://github.com/belav/csharpier/pull/1387)
Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet.
- Global (in PATH) may not exist (when used Binaries, but not Installers).
- Global can have different runtime version.
Expand Down
4 changes: 4 additions & 0 deletions Src/CSharpier.VSCode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.0
- Support format selection
- Support for inline highlighting of formatting issues + code actions to format them

## 1.8.0
- Use `dotnet tool list` to look for both local and global installs of csharpier
- Only show the "you need to install csharpier" notification once per run
Expand Down
Loading

0 comments on commit b022495

Please sign in to comment.