|
2 | 2 |
|
3 | 3 | | GitHub Actions | PS Gallery | License | |
4 | 4 | |-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------------------------------| |
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] | |
6 | 6 |
|
7 | 7 | This project aims to provide common [psake](https://github.com/psake/psake) and |
8 | 8 | [Invoke-Build](https://github.com/nightroman/Invoke-Build) tasks for building, |
@@ -203,9 +203,11 @@ $PSBPreference.Test.CodeCoverage.Enabled = $false |
203 | 203 |  |
204 | 204 |
|
205 | 205 | [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 |
207 | 207 | [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 |
209 | 211 | [psgallery]: https://www.powershellgallery.com/packages/PowerShellBuild |
210 | 212 | [license-badge]: https://img.shields.io/github/license/psake/PowerShellBuild.svg |
211 | 213 | [license]: https://raw.githubusercontent.com/psake/PowerShellBuild/main/LICENSE |
0 commit comments