Skip to content

Commit cc18009

Browse files
author
Robin Stolpe
committed
update
1 parent 85866f8 commit cc18009

1 file changed

Lines changed: 20 additions & 18 deletions

File tree

WinSoftwareUpdate/WinSoftwareUpdate.psd1

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
MIT License
33
44
Copyright (C) 2023 Robin Stolpe.
5+
robin@stolpe.io
6+
<https://stolpe.io>
57
68
Permission is hereby granted, free of charge, to any person obtaining a copy
79
of this software and associated documentation files (the "Software"), to deal
@@ -27,37 +29,37 @@
2729
#
2830
# Generated by: Robin Stolpe
2931
#
30-
# Generated on: 2023-01-18
32+
# Generated on: 2023-01-17
3133
#
3234

3335
@{
3436

3537
# Script module or binary module file associated with this manifest.
36-
RootModule = '.\WinSoftwareUpdate.psm1'
38+
RootModule = '.\WinSoftwareUpdate.psm1'
3739

3840
# Version number of this module.
39-
ModuleVersion = '0.0.3'
41+
ModuleVersion = '0.0.1'
4042

4143
# Supported PSEditions
4244
# CompatiblePSEditions = @()
4345

4446
# ID used to uniquely identify this module
45-
GUID = '4699dd6a-cc61-4929-97ed-11de5eb6bc01'
47+
GUID = '4699dd6a-cc61-4929-97ed-11de5eb6bc01'
4648

4749
# Author of this module
48-
Author = 'Robin Stolpe'
50+
Author = 'Robin Stolpe'
4951

5052
# Company or vendor of this module
51-
CompanyName = 'Stolpe.io'
53+
CompanyName = 'Stolpe.io'
5254

5355
# Copyright statement for this module
54-
Copyright = '(c) 2023 Robin Stolpe. All rights reserved.'
56+
Copyright = '(c) 2023 Robin Stolpe. All rights reserved.'
5557

5658
# Description of the functionality provided by this module
57-
Description = 'This module will help you to update your software on your Windows 10 and Windows 11 machines.'
59+
Description = 'This module will help you to update your software on your Windows 10 and Windows 11 machines.'
5860

5961
# Minimum version of the PowerShell engine required by this module
60-
PowerShellVersion = '5.1'
62+
PowerShellVersion = '5.1'
6163

6264
# Name of the PowerShell host required by this module
6365
# PowerShellHostName = ''
@@ -93,16 +95,16 @@
9395
# NestedModules = @()
9496

9597
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
96-
FunctionsToExport = "Update-RSWinSoftware", "Confirm-RSWinGet", "Get-RSInstallInfo", "Install-RSVCLib", "Start-RSWinGet"
98+
FunctionsToExport = "Update-RSWinSoftware", "Confirm-RSWinGet", "Get-RSInstallInfo", "Install-RSVCLib", "Start-RSWinGet"
9799

98100
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
99-
CmdletsToExport = @()
101+
CmdletsToExport = @()
100102

101103
# Variables to export from this module
102-
VariablesToExport = '*'
104+
VariablesToExport = '*'
103105

104106
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
105-
AliasesToExport = @()
107+
AliasesToExport = @()
106108

107109
# DSC resources to export from this module
108110
# DscResourcesToExport = @()
@@ -114,27 +116,27 @@
114116
# FileList = @()
115117

116118
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
117-
PrivateData = @{
119+
PrivateData = @{
118120

119121
PSData = @{
120122

121123
# Tags applied to this module. These help with module discovery in online galleries.
122124
# Tags = @(windows, maintenance, autoupdate, autoupdate-script, psmodule, update, winget, windows10, windows11)
123125

124126
# A URL to the license for this module.
125-
LicenseUri = 'https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE'
127+
LicenseUri = 'https://github.com/rstolpe/WinSoftwareUpdate/blob/main/LICENSE'
126128

127129
# A URL to the main website for this project.
128-
ProjectUri = 'https://github.com/rstolpe/WinSoftwareUpdate'
130+
ProjectUri = 'https://github.com/rstolpe/WinSoftwareUpdate'
129131

130132
# A URL to an icon representing this module.
131133
# IconUri = ''
132134

133135
# ReleaseNotes of this module
134-
ReleaseNotes = 'https://github.com/rstolpe/WinSoftwareUpdate/releases'
136+
ReleaseNotes = 'https://github.com/rstolpe/WinSoftwareUpdate/releases'
135137

136138
# Prerelease string of this module
137-
Prerelease = ''
139+
Prerelease = ''
138140

139141
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
140142
RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)