Skip to content

Commit

Permalink
Support overriding of MSBuild SDKs path via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Apr 24, 2018
1 parent 497dd97 commit a5c46d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.2.37

* Support overriding of MSBuild SDKs path via environment variable (tintoy/msbuild-project-tools-server#5).

## v0.2.36

* Bug-fix: ArgumentException (parameter name: itemType) when requesting completions on root `Project` element (tintoy/msbuild-project-tools-server#5).
Expand Down
2 changes: 1 addition & 1 deletion lib/server
2 changes: 1 addition & 1 deletion 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": "msbuild-project-tools",
"displayName": "MSBuild project tools",
"description": "Tools for working with MSBuild project files (such as auto-complete for package Ids / versions).",
"version": "0.2.36",
"version": "0.2.37",
"settingsSchemaVersion": 1,
"publisher": "tintoy",
"license": "MIT",
Expand Down

0 comments on commit a5c46d6

Please sign in to comment.