Skip to content

Commit c60600c

Browse files
author
Robin Stolpe
authored
Merge pull request #3 from rstolpe/dev
update
2 parents b74b832 + 85866f8 commit c60600c

9 files changed

Lines changed: 3 additions & 3 deletions

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[string]$apiKey = ""
1010
#
1111
# Changes on every build
12-
[string]$Version = "0.0.2"
12+
[string]$Version = "0.0.3"
1313
[string]$PowerShellVersion = "5.1"
1414
[string]$Tags = "windows, maintenance, autoupdate, autoupdate-script, psmodule, update, winget, windows10, windows11"
1515
[string]$ProcessorArchitecture = ""

WinSoftwareUpdate/WinSoftwareUpdate.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# Generated by: Robin Stolpe
2929
#
30-
# Generated on: 2023-01-17
30+
# Generated on: 2023-01-18
3131
#
3232

3333
@{
@@ -36,7 +36,7 @@
3636
RootModule = '.\WinSoftwareUpdate.psm1'
3737

3838
# Version number of this module.
39-
ModuleVersion = '0.0.2'
39+
ModuleVersion = '0.0.3'
4040

4141
# Supported PSEditions
4242
# CompatiblePSEditions = @()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/PSScriptAnalyzer_Update-RSWinSoftware_2023-01-17.md renamed to test/PSScriptAnalyzer_Update-RSWinSoftware_2023-01-18.md

File renamed without changes.

test/PSScriptAnalyzer_WinSoftwareUpdate.psd1_2023-01-17.md renamed to test/PSScriptAnalyzer_WinSoftwareUpdate.psd1_2023-01-18.md

File renamed without changes.

test/PSScriptAnalyzer_WinSoftwareUpdate.psm1_2023-01-17.md renamed to test/PSScriptAnalyzer_WinSoftwareUpdate.psm1_2023-01-18.md

File renamed without changes.

0 commit comments

Comments
 (0)