Skip to content

Commit

Permalink
Version bump to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Trottero committed Apr 24, 2024
1 parent 601907b commit e54ef90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- More strict regex for linux based system (fixes [#12](https://github.com/Trottero/dotnet-watch-attach/issues/12))
- Added simple logging system for future debugging purposes.

## [0.2.7] - 2024-04-24

### Fixed

- The process responsible for scanning now bypasses PowerShell profiles (Closes [#17](https://github.com/Trottero/dotnet-watch-attach/issues/17), Thanks [hackathi](https://github.com/hackathi)!)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotnetwatchattach",
"displayName": ".NET Watch Attach",
"description": "Wrapper for coreclr attach which automatically attaches when a given program gets launched by `dotnet watch`.",
"version": "0.2.6",
"version": "0.2.7",
"publisher": "Trottero",
"contributors": [
{
Expand Down

0 comments on commit e54ef90

Please sign in to comment.