Skip to content

Commit ac553db

Browse files
author
Warren Buckley
committed
Update Readme & version number ready for 0.0.7 release
1 parent bb93750 commit ac553db

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Open the command pallete & type **ext install** then search for **IIS Express**
2323

2424

2525
# Changelog
26+
## Version 0.0.7
27+
* **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'
28+
* **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)
29+
2630
## Version 0.0.6
2731
* **New:** Restart site option
2832
* **New:** Keyboard shortcuts to start (Ctrl+F5), stop (Shift+F5) & restart site (Ctrl+Shift+F5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iis-express",
33
"displayName": "IIS Express",
44
"description": "This allows you to run the current folder as a website in IIS Express",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"publisher": "warren-buckley",
77
"icon": "images/iis-icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)