Skip to content

Commit 5e25263

Browse files
Add version and platforms badges to README (#104)
1 parent 79418d3 commit 5e25263

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| GitHub Actions | PS Gallery | License |
44
|-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------------------------------|
5-
| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license] |
5+
| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] [![PowerShell Gallery][psgallery-version]][psgallery] [![PowerShell Gallery][psgallery-platforms]][psgallery] | [![License][license-badge]][license] |
66

77
This project aims to provide common [psake](https://github.com/psake/psake) and
88
[Invoke-Build](https://github.com/nightroman/Invoke-Build) tasks for building,
@@ -203,9 +203,11 @@ $PSBPreference.Test.CodeCoverage.Enabled = $false
203203
![Example](./media/ib_example.png)
204204

205205
[github-actions-badge]: https://github.com/psake/PowerShellBuild/actions/workflows/test.yml/badge.svg
206-
[github-actions-badge-publish]: https://github.com/psake/PowerShellBuild/actions/workflows/publish.yaml/badge.svg
206+
[github-actions-badge-publish]: https://github.com/psake/PowerShellBuild/actions/workflows/publish.yaml/badge.svg?event=release
207207
[github-actions-build]: https://github.com/psake/PowerShellBuild/actions
208-
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/powershellbuild.svg
208+
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/powershellbuild
209+
[psgallery-version]: https://img.shields.io/powershellgallery/v/ChocoLogParse?label=version
210+
[psgallery-platforms]: https://img.shields.io/powershellgallery/p/ChocoLogParse
209211
[psgallery]: https://www.powershellgallery.com/packages/PowerShellBuild
210212
[license-badge]: https://img.shields.io/github/license/psake/PowerShellBuild.svg
211213
[license]: https://raw.githubusercontent.com/psake/PowerShellBuild/main/LICENSE

0 commit comments

Comments
 (0)