Skip to content

Commit 56a221f

Browse files
committed
update to 0.1.1
1 parent 9f5ad9c commit 56a221f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This extension provides immediate access to the current First Responder Kit scripts and introductory execution suggestions. (All credit due to http://firstresponderkit.org/)
44

55
## Installation
6-
The current release is available to [download as a .vsix file](https://github.com/dzsquared/sqlops-firstresponderkit/releases/download/0.1.0/firstresponderkit-0.1.0.vsix) and can be installed by opening the command palette (`ctrl/command+shift+p`) and selecting `Extensions: Install from VSIX...`
6+
The current release is available to [download as a .vsix file](https://github.com/dzsquared/sqlops-firstresponderkit/releases/download/0.1.1/firstresponderkit-0.1.1.vsix) and can be installed by opening the command palette (`ctrl/command+shift+p`) and selecting `Extensions: Install from VSIX...`
77

88

99
## Features
@@ -35,6 +35,9 @@ Can be raised here: https://github.com/dzsquared/sqlops-firstresponderkit/issues
3535

3636
## Release Notes
3737

38+
### 0.1.1
39+
40+
- Corrects base URL for scripts from dev to master branch of First Responder Kit
3841

3942
### 0.1.0
4043

extension_listing.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@
1010
},
1111
"versions": [
1212
{
13-
"version": "0.1.0",
14-
"lastUpdated": "7/25/2018",
13+
"version": "0.1.1",
14+
"lastUpdated": "9/4/2018",
1515
"assetUri": "",
1616
"fallbackAssetUri": "fallbackAssetUri",
1717
"files": [
1818
{
1919
"assetType": "Microsoft.SQLOps.DownloadPage",
20-
"source": "https://github.com/dzsquared/sqlops-firstresponderkit/releases/tag/0.1.0"
20+
"source": "https://github.com/dzsquared/sqlops-firstresponderkit/releases/tag/0.1.1"
2121
},
22-
{
23-
"assetType": "Microsoft.VisualStudio.Services.Links.Source",
24-
"source": "https://github.com/dzsquared/sqlops-firstresponderkit"
25-
},
2622
{
2723
"assetType": "Microsoft.VisualStudio.Services.Icons.Default",
28-
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/images/first-responder-kit-sqlops-extension.png>"
24+
"source": "https://raw.githubusercontent.com/dzsquared/sqlops-firstresponderkit/master/images/first-responder-kit-sqlops-extension.png"
2925
},
3026
{
3127
"assetType": "Microsoft.VisualStudio.Services.Content.Details",
@@ -42,6 +38,7 @@
4238
],
4339
"properties": [
4440
{ "key": "Microsoft.VisualStudio.Code.ExtensionDependencies", "value":""},
41+
{ "key": "Microsoft.VisualStudio.Services.Links.Source", "value": "https://github.com/dzsquared/sqlops-firstresponderkit"},
4542
{ "key": "Microsoft.VisualStudio.Code.Engine", "value":"*"}
4643
]
4744
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "firstresponderkit",
33
"displayName": "First Responder Kit",
44
"description": "Current Versions of the sp_blitz Scripts",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "drewsk",
77
"engines": {
88
"vscode": "^1.25.0",

0 commit comments

Comments
 (0)