|
8 | 8 |
|
9 | 9 | @{ |
10 | 10 |
|
11 | | -# Script module or binary module file associated with this manifest. |
12 | | -RootModule = "PSGraph.dll" |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = "PSGraph.dll" |
13 | 13 |
|
14 | | -# Version number of this module. |
15 | | -ModuleVersion = '2.3.1' |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '2.5.0' |
16 | 16 |
|
17 | | -# Supported PSEditions |
18 | | -# CompatiblePSEditions = @() |
| 17 | + # Supported PSEditions |
| 18 | + # CompatiblePSEditions = @() |
19 | 19 |
|
20 | | -# ID used to uniquely identify this module |
21 | | -GUID = '4bd5a906-8e03-497e-80eb-209e71caae45' |
| 20 | + # ID used to uniquely identify this module |
| 21 | + GUID = '4bd5a906-8e03-497e-80eb-209e71caae45' |
22 | 22 |
|
23 | | -# Author of this module |
24 | | -Author = 'Andrey Vernigora' |
| 23 | + # Author of this module |
| 24 | + Author = 'Andrey Vernigora' |
25 | 25 |
|
26 | | -# Company or vendor of this module |
27 | | -CompanyName = 'Unknown' |
| 26 | + # Company or vendor of this module |
| 27 | + CompanyName = 'Unknown' |
28 | 28 |
|
29 | | -# Copyright statement for this module |
30 | | -Copyright = '(c) 2017 Andrei. All rights reserved.' |
| 29 | + # Copyright statement for this module |
| 30 | + Copyright = '(c) 2017 Andrei. All rights reserved.' |
31 | 31 |
|
32 | | -# Description of the functionality provided by this module |
33 | | -Description = 'This module is a wrapper for QuickGraph library.' |
| 32 | + # Description of the functionality provided by this module |
| 33 | + Description = 'This module is a wrapper for QuickGraph library.' |
34 | 34 |
|
35 | | -# Minimum version of the Windows PowerShell engine required by this module |
36 | | -# PowerShellVersion = '' |
| 35 | + # Minimum version of the Windows PowerShell engine required by this module |
| 36 | + # PowerShellVersion = '' |
37 | 37 |
|
38 | | -# Name of the Windows PowerShell host required by this module |
39 | | -# PowerShellHostName = '' |
| 38 | + # Name of the Windows PowerShell host required by this module |
| 39 | + # PowerShellHostName = '' |
40 | 40 |
|
41 | | -# Minimum version of the Windows PowerShell host required by this module |
42 | | -# PowerShellHostVersion = '' |
| 41 | + # Minimum version of the Windows PowerShell host required by this module |
| 42 | + # PowerShellHostVersion = '' |
43 | 43 |
|
44 | | -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 | | -# DotNetFrameworkVersion = '' |
| 44 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | + # DotNetFrameworkVersion = '' |
46 | 46 |
|
47 | | -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 | | -# CLRVersion = '' |
| 47 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | + # CLRVersion = '' |
49 | 49 |
|
50 | | -# Processor architecture (None, X86, Amd64) required by this module |
51 | | -# ProcessorArchitecture = '' |
| 50 | + # Processor architecture (None, X86, Amd64) required by this module |
| 51 | + # ProcessorArchitecture = '' |
52 | 52 |
|
53 | | -# Modules that must be imported into the global environment prior to importing this module |
54 | | -RequiredModules = @() |
| 53 | + # Modules that must be imported into the global environment prior to importing this module |
| 54 | + RequiredModules = @() |
55 | 55 |
|
56 | | -# Assemblies that must be loaded prior to importing this module |
57 | | -# RequiredAssemblies = @("QuickGraph.dll", "QuickGraph.Data.dll", "QuickGraph.Graphviz.dll", "QuickGraph.Serialization.dll", "GraphSharp.dll", "GraphSharp.Controls.dll") |
58 | | -RequiredAssemblies = @() |
| 56 | + # Assemblies that must be loaded prior to importing this module |
| 57 | + # RequiredAssemblies = @("QuickGraph.dll", "QuickGraph.Data.dll", "QuickGraph.Graphviz.dll", "QuickGraph.Serialization.dll", "GraphSharp.dll", "GraphSharp.Controls.dll") |
| 58 | + RequiredAssemblies = @() |
59 | 59 |
|
60 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
61 | | -# ScriptsToProcess = @() |
| 60 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 61 | + # ScriptsToProcess = @() |
62 | 62 |
|
63 | | -# Type files (.ps1xml) to be loaded when importing this module |
64 | | -# TypesToProcess = @() |
| 63 | + # Type files (.ps1xml) to be loaded when importing this module |
| 64 | + # TypesToProcess = @() |
65 | 65 |
|
66 | | -# Format files (.ps1xml) to be loaded when importing this module |
67 | | -# FormatsToProcess = @() |
| 66 | + # Format files (.ps1xml) to be loaded when importing this module |
| 67 | + # FormatsToProcess = @() |
68 | 68 |
|
69 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
70 | | -# NestedModules = @() |
| 69 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 70 | + # NestedModules = @() |
71 | 71 |
|
72 | | -# 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. |
73 | | -FunctionsToExport = @() |
| 72 | + # 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. |
| 73 | + FunctionsToExport = @() |
74 | 74 |
|
75 | | -# 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. |
76 | | -CmdletsToExport = @("*") |
| 75 | + # 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. |
| 76 | + CmdletsToExport = @("*") |
77 | 77 |
|
78 | | -# Variables to export from this module |
79 | | -VariablesToExport = '*' |
| 78 | + # Variables to export from this module |
| 79 | + VariablesToExport = '*' |
80 | 80 |
|
81 | | -# 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. |
82 | | -AliasesToExport = @() |
| 81 | + # 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. |
| 82 | + AliasesToExport = @() |
83 | 83 |
|
84 | | -# DSC resources to export from this module |
85 | | -# DscResourcesToExport = @() |
| 84 | + # DSC resources to export from this module |
| 85 | + # DscResourcesToExport = @() |
86 | 86 |
|
87 | | -# List of all modules packaged with this module |
88 | | -# ModuleList = @() |
| 87 | + # List of all modules packaged with this module |
| 88 | + # ModuleList = @() |
89 | 89 |
|
90 | | -# List of all files packaged with this module |
91 | | -# FileList = @() |
| 90 | + # List of all files packaged with this module |
| 91 | + # FileList = @() |
92 | 92 |
|
93 | | -# 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. |
94 | | -PrivateData = @{ |
| 93 | + # 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. |
| 94 | + PrivateData = @{ |
95 | 95 |
|
96 | | - PSData = @{ |
97 | | -Prerelease = 'prerelease' |
98 | | - # Tags applied to this module. These help with module discovery in online galleries. |
99 | | - # Tags = @() |
| 96 | + PSData = @{ |
| 97 | + Prerelease = 'beta' |
| 98 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 99 | + # Tags = @() |
100 | 100 |
|
101 | | - # A URL to the license for this module. |
102 | | - # LicenseUri = '' |
| 101 | + # A URL to the license for this module. |
| 102 | + # LicenseUri = '' |
103 | 103 |
|
104 | | - # A URL to the main website for this project. |
105 | | - ProjectUri = 'https://github.com/eosfor/PSGraph' |
| 104 | + # A URL to the main website for this project. |
| 105 | + ProjectUri = 'https://github.com/eosfor/PSGraph' |
106 | 106 |
|
107 | | - # A URL to an icon representing this module. |
108 | | - # IconUri = '' |
| 107 | + # A URL to an icon representing this module. |
| 108 | + # IconUri = '' |
109 | 109 |
|
110 | | - # ReleaseNotes of this module |
111 | | - # ReleaseNotes = '' |
| 110 | + # ReleaseNotes of this module |
| 111 | + # ReleaseNotes = '' |
112 | 112 |
|
113 | | - } # End of PSData hashtable |
| 113 | + } # End of PSData hashtable |
114 | 114 |
|
115 | | -} # End of PrivateData hashtable |
| 115 | + } # End of PrivateData hashtable |
116 | 116 |
|
117 | | -# HelpInfo URI of this module |
118 | | -# HelpInfoURI = '' |
| 117 | + # HelpInfo URI of this module |
| 118 | + # HelpInfoURI = '' |
119 | 119 |
|
120 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
121 | | -# DefaultCommandPrefix = '' |
| 120 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 121 | + # DefaultCommandPrefix = '' |
122 | 122 |
|
123 | 123 | } |
0 commit comments