Skip to content

Commit

Permalink
Add UserSecretsId to well-known properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Feb 6, 2019
1 parent 33e6e8c commit df92882
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.52

* Add UserSecretsId to well-known properties (tintoy/msbuild-project-tools-vscode#48).

## v0.2.51

* Use correct MSBuild SDK folder for .NET Core 3.0 and newer (tintoy/msbuild-project-tools-vscode#46).
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.51",
"version": "0.2.52",
"settingsSchemaVersion": 1,
"publisher": "tintoy",
"license": "MIT",
Expand Down

0 comments on commit df92882

Please sign in to comment.