You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MaintainModule/MaintainModule.psd1
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
<#
2
2
MIT License
3
3
4
-
Copyright (C) 2023 Robin Stolpe.
5
-
robin@stolpe.io
6
-
<https://stolpe.io>
4
+
Copyright (C) 2023 Robin Stolpe.
7
5
8
6
Permission is hereby granted, free of charge, to any person obtaining a copy
9
7
of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +27,7 @@
29
27
#
30
28
# Generated by: Robin Stolpe
31
29
#
32
-
# Generated on: 2023-01-17
30
+
# Generated on: 2023-01-18
33
31
#
34
32
35
33
@{
@@ -38,13 +36,13 @@
38
36
RootModule='.\MaintainModule.psm1'
39
37
40
38
# Version number of this module.
41
-
ModuleVersion='0.1.2'
39
+
ModuleVersion='0.1.3'
42
40
43
41
# Supported PSEditions
44
42
# CompatiblePSEditions = @()
45
43
46
44
# ID used to uniquely identify this module
47
-
GUID='4fec1769-909e-44cf-b715-bbc6b10564b3'
45
+
GUID='4fec1769-909e-44cf-b715-bbc6b10564b3'
48
46
49
47
# Author of this module
50
48
Author='Robin Stolpe'
@@ -56,7 +54,7 @@
56
54
Copyright='(c) 2023 Robin Stolpe. All rights reserved.'
57
55
58
56
# Description of the functionality provided by this module
59
-
Description='This module will help you to update your software on your Windows 10 and Windows 11 machines.'
57
+
Description='This module let you maintain/update your installed PowerShell modules in a easy way'
60
58
61
59
# Minimum version of the PowerShell engine required by this module
62
60
PowerShellVersion='5.1'
@@ -95,7 +93,7 @@
95
93
# NestedModules = @()
96
94
97
95
# 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.
# 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.
101
99
CmdletsToExport=@()
@@ -121,7 +119,7 @@
121
119
PSData=@{
122
120
123
121
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments