Skip to content

Commit

Permalink
Update Readme & version number ready for 0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Mar 31, 2017
1 parent bb93750 commit ac553db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Open the command pallete & type **ext install** then search for **IIS Express**


# Changelog
## Version 0.0.7
* **New:** `.vscode/iisexpress.json` now supports a new property `url` which is an optional property & allows you to set the URL you wish to open eg: '/about/the-team'
* **New:** `.vscode/iisexpress.json` now supports a new property `clr` which is an optional property allowing you to set the CLR to run your .NET website (Thanks to @avieru)

## Version 0.0.6
* **New:** Restart site option
* **New:** Keyboard shortcuts to start (Ctrl+F5), stop (Shift+F5) & restart site (Ctrl+Shift+F5)
Expand Down
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": "iis-express",
"displayName": "IIS Express",
"description": "This allows you to run the current folder as a website in IIS Express",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "warren-buckley",
"icon": "images/iis-icon.png",
"galleryBanner": {
Expand Down

0 comments on commit ac553db

Please sign in to comment.