Skip to content

Commit

Permalink
Fix description text. (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphoff authored Mar 19, 2020
1 parent 2f6321e commit 3027e76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v0.2.1 - 19 March 2020

Minor fixes.

### Fixed

* "Localized" extension description isn't resolved in Marketplace. [#77](https://github.com/microsoft/vscode-dapr/issues/77)

## v0.2.0 - 18 March 2020

Further updates related to the Dapr 0.5.0 release.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vscode-dapr",
"displayName": "Dapr",
"description": "%vscode-dapr.description%",
"description": "Makes it easy to run, debug, and interact with Dapr-enabled applications.",
"icon": "assets/images/extensionIcon.png",
"version": "0.2.0",
"version": "0.2.1",
"preview": true,
"publisher": "ms-azuretools",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 3027e76

Please sign in to comment.