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 686c23e commit 37f635e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.51.{build}
version: 0.2.52.{build}
image: Visual Studio 2017
build_script:
- ps: >-
Expand Down
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
3 changes: 3 additions & 0 deletions help/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,9 @@
"UseIncrementalAppxRegistration": {
"description": "Flag indicating whether to enable incremental registration of the app layout."
},
"UserSecretsId": {
"description": "A unique identifier for the application used to isolate user secrets."
},
"Version": {
"description": "Numeric value of the version in the format major.minor.patch (e.g. 2.4.0)"
},
Expand Down

0 comments on commit 37f635e

Please sign in to comment.