Skip to content

Commit

Permalink
v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Jan 31, 2018
1 parent 2383b9e commit 55cbb1b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v0.2.24

* Make ASP.NET core snippets version-specific by @doggy8088 (tintoy/msbuild-project-tools-vscode#32).
* Implement default value(s) for well-known property completions (tintoy/msbuild-project-tools-vscode#31).

## v0.2.23

* Use latest version of OmniSharp LSP libraries (improves stability and diagnostic capabilities).
Expand Down
6 changes: 5 additions & 1 deletion help/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "Flag indicating whether to allow local network loopback."
},
"AllowUnsafeBlocks": {
"description": "Allow unsafe code blocks."
"description": "Allow unsafe code blocks.",
"defaultValues": [
"true",
"false"
]
},
"AppDesignerFolder": {
"description": "Name of folder for Application Designer"
Expand Down
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.23",
"version": "0.2.24",
"settingsSchemaVersion": 1,
"publisher": "tintoy",
"license": "MIT",
Expand Down

0 comments on commit 55cbb1b

Please sign in to comment.