Skip to content

Commit 45cf7ae

Browse files
authored
Fixes badge URL #981 (#982)
* Fixes badge URL #981 * Use PNG format
1 parent 0df896f commit 45cf7ae

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ What's changed since v2.6.0:
4545
[#954](https://github.com/microsoft/PSRule-vscode/pull/954)
4646
- Bump @vscode/test-electron to v2.2.1.
4747
[#946](https://github.com/microsoft/PSRule-vscode/pull/946)
48+
- Bug fixes:
49+
- Fixed extension badge URL by @BernieWhite.
50+
[#981](https://github.com/microsoft/PSRule-vscode/issues/981)
4851

4952
## v2.6.0
5053

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ This project is [licensed under the MIT License][license].
144144
[ci-badge]: https://dev.azure.com/bewhite/PSRule-vscode/_apis/build/status/PSRule-vscode-CI?branchName=main
145145
[vscode-ext-gallery]: https://code.visualstudio.com/docs/editor/extension-gallery
146146
[ext-preview]: https://marketplace.visualstudio.com/items?itemName=bewhite.psrule-vscode-preview
147-
[ext-preview-version-badge]: https://vsmarketplacebadge.apphb.com/version/bewhite.psrule-vscode-preview.svg
148-
[ext-preview-installs-badge]: https://vsmarketplacebadge.apphb.com/installs-short/bewhite.psrule-vscode-preview.svg
147+
[ext-preview-version-badge]: https://vsmarketplacebadges.dev/version/bewhite.psrule-vscode-preview.png
148+
[ext-preview-installs-badge]: https://vsmarketplacebadges.dev/installs-short/bewhite.psrule-vscode-preview.png
149149
[ext-stable]: https://marketplace.visualstudio.com/items?itemName=bewhite.psrule-vscode
150-
[ext-stable-version-badge]: https://vsmarketplacebadge.apphb.com/version/bewhite.psrule-vscode.svg
151-
[ext-stable-installs-badge]: https://vsmarketplacebadge.apphb.com/installs-short/bewhite.psrule-vscode.svg
152-
[module-version-badge]: https://img.shields.io/powershellgallery/v/PSRule.svg?label=PowerShell%20Gallery&color=brightgreen
150+
[ext-stable-version-badge]: https://vsmarketplacebadges.dev/version/bewhite.psrule-vscode.png
151+
[ext-stable-installs-badge]: https://vsmarketplacebadges.dev/installs-short/bewhite.psrule-vscode.png
152+
[module-version-badge]: https://img.shields.io/powershellgallery/v/PSRule.png?label=PowerShell%20Gallery&color=brightgreen
153153
[contribution guide]: https://github.com/Microsoft/PSRule-vscode/blob/main/CONTRIBUTING.md
154154
[change log]: https://github.com/Microsoft/PSRule-vscode/blob/main/CHANGELOG.md
155155
[license]: https://github.com/Microsoft/PSRule-vscode/blob/main/LICENSE

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vscode": "^1.74.0"
1212
},
1313
"license": "SEE LICENSE IN LICENSE",
14-
"homepage": "https://github.com/Microsoft/PSRule-vscode/blob/main/README.md",
14+
"homepage": "https://github.com/microsoft/PSRule-vscode/blob/main/README.md",
1515
"categories": [
1616
"Programming Languages",
1717
"Snippets"
@@ -28,10 +28,10 @@
2828
"icon": "media/icon256.png",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/Microsoft/PSRule-vscode.git"
31+
"url": "https://github.com/microsoft/PSRule-vscode.git"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/Microsoft/PSRule-vscode/issues"
34+
"url": "https://github.com/microsoft/PSRule-vscode/issues"
3535
},
3636
"private": true,
3737
"preview": true,

0 commit comments

Comments
 (0)