Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Update version number to 0.1.2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
joechung-msft authored Dec 3, 2018
1 parent 7275075 commit c62768e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the "vscode-logicapps" extension will be documented in th

## [Unreleased]

## [0.1.2] - 2018-12-03
Thanks, Aaron Kunz (@DAXaholic), for contributing the new "Create Logic App" button!

### Added
- #33 - Add "Create Logic App" button to tree view
- View Logic App in read-only designer
- View Logic App run in monitoring view

## [0.1.1] - 2018-10-31
### Added
- #47 - Add parameter snippet
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl

![Run after IntelliSense](resources/run-after.gif)

![Open in read-only designer](resources/open-in-designer.gif)

![Open run in monitoring view](resources/open-in-monitoring-view.gif)

## Recommended Extensions

We recommend installing the following VS Code extensions for a better experience when working with different integration account artifacts.
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": "vscode-logicapps",
"displayName": "Azure Logic Apps",
"description": "%extension.description%",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "ms-azuretools",
"icon": "resources/azLogicApps.png",
"aiKey": "b6385546-3be0-489c-a298-baccd6c152fb",
Expand Down
Binary file added resources/open-in-designer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/open-in-monitoring-view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c62768e

Please sign in to comment.