Skip to content

Commit d900e78

Browse files
author
Robin Stolpe
authored
Merge pull request #4 from rstolpe/dev
Updated badges, readme file
2 parents c60600c + ba682f8 commit d900e78

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.src/WinSoftwareUpdate.psd1.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
PSData = @{
120120

121121
# Tags applied to this module. These help with module discovery in online galleries.
122-
# Tags = @({{tags}})
122+
Tags = @({{tags}})
123123

124124
# A URL to the license for this module.
125125
LicenseUri = '{{licenseuri}}'

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
![GitHub](https://img.shields.io/github/license/rstolpe/WinSoftwareUpdate?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/rstolpe/WinSoftwareUpdate?style=plastic) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rstolpe/WinSoftwareUpdate?sort=semver&style=plastic)
1+
![GitHub](https://img.shields.io/github/license/rstolpe/WinSoftwareUpdate?style=plastic)
2+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rstolpe/WinSoftwareUpdate?sort=semver&style=plastic) ![Last release](https://img.shields.io/github/release-date/rstolpe/WinSoftwareUpdate?style=plastic)
3+
![GitHub last commit](https://img.shields.io/github/last-commit/rstolpe/WinSoftwareUpdate?style=plastic)
4+
![PSGallery downloads](https://img.shields.io/powershellgallery/dt/WinSoftwareUpdate?style=plastic)
25

36
# WinSoftwareUpdate
47
This module will let you update your installed software with WinGet, many of them but not all. The complete list is published here: [WinGet Repo](https://github.com/microsoft/winget-cli)

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Changes on every build
1212
[string]$Version = "0.0.3"
1313
[string]$PowerShellVersion = "5.1"
14-
[string]$Tags = "windows, maintenance, autoupdate, autoupdate-script, psmodule, update, winget, windows10, windows11"
14+
[string]$Tags = '"windows", "maintenance", "autoupdate", "autoupdate-script", "psmodule", "update", "winget", "windows10", "windows11"'
1515
[string]$ProcessorArchitecture = ""
1616
[string]$LicenseUrl = "https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE"
1717
[string]$ProjectUrl = "https://github.com/rstolpe/WinSoftwareUpdate"

WinSoftwareUpdate/WinSoftwareUpdate.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
PSData = @{
120120

121121
# Tags applied to this module. These help with module discovery in online galleries.
122-
# Tags = @(windows, maintenance, autoupdate, autoupdate-script, psmodule, update, winget, windows10, windows11)
122+
Tags = @("windows", "maintenance", "autoupdate", "autoupdate-script", "psmodule", "update", "winget", "windows10", "windows11")
123123

124124
# A URL to the license for this module.
125125
LicenseUri = 'https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE'

0 commit comments

Comments
 (0)