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: buildtools.psd1
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,28 @@
3
3
4
4
@{
5
5
# Script module or binary module file associated with this manifest.
6
-
RootModule='.\buildtools.psm1'
6
+
RootModule='.\buildtools.psm1'
7
7
8
8
# Version number of this module.
9
-
ModuleVersion='1.0.0'
9
+
ModuleVersion='1.0.0'
10
10
11
11
# Supported PSEditions
12
12
CompatiblePSEditions=@('Core')
13
13
14
14
# ID used to uniquely identify this module
15
-
GUID='fcdd259e-1163-4da2-8bfa-ce36a839f337'
15
+
GUID='fcdd259e-1163-4da2-8bfa-ce36a839f337'
16
16
17
17
# Author of this module
18
-
Author='Microsoft Corporation'
18
+
Author='Microsoft Corporation'
19
19
20
20
# Company or vendor of this module
21
-
CompanyName='Microsoft Corporation'
21
+
CompanyName='Microsoft Corporation'
22
22
23
23
# Copyright statement for this module
24
-
Copyright='(c) Microsoft Corporation. All rights reserved.'
24
+
Copyright='(c) Microsoft Corporation. All rights reserved.'
25
25
26
26
# Description of the functionality provided by this module
27
-
Description="Build utilties."
27
+
Description='Build utilties.'
28
28
29
29
# Modules that must be imported into the global environment prior to importing this module
30
30
#RequiredModules = @(
@@ -34,18 +34,18 @@
34
34
#)
35
35
36
36
# Minimum version of the PowerShell engine required by this module
37
-
PowerShellVersion='5.1'
37
+
PowerShellVersion='5.1'
38
38
39
39
# 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.
40
-
CmdletsToExport=@()
40
+
CmdletsToExport=@()
41
41
42
42
# 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.
# 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.
0 commit comments