Skip to content

Commit e8ba5ff

Browse files
committed
update version; set prerelease tag
1 parent e187883 commit e8ba5ff

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

PSQuickGraph/PSQuickGraph.psd1

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -8,116 +8,116 @@
88

99
@{
1010

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"
1313

14-
# Version number of this module.
15-
ModuleVersion = '2.3.1'
14+
# Version number of this module.
15+
ModuleVersion = '2.5.0'
1616

17-
# Supported PSEditions
18-
# CompatiblePSEditions = @()
17+
# Supported PSEditions
18+
# CompatiblePSEditions = @()
1919

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'
2222

23-
# Author of this module
24-
Author = 'Andrey Vernigora'
23+
# Author of this module
24+
Author = 'Andrey Vernigora'
2525

26-
# Company or vendor of this module
27-
CompanyName = 'Unknown'
26+
# Company or vendor of this module
27+
CompanyName = 'Unknown'
2828

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.'
3131

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.'
3434

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 = ''
3737

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 = ''
4040

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 = ''
4343

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 = ''
4646

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 = ''
4949

50-
# Processor architecture (None, X86, Amd64) required by this module
51-
# ProcessorArchitecture = ''
50+
# Processor architecture (None, X86, Amd64) required by this module
51+
# ProcessorArchitecture = ''
5252

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 = @()
5555

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 = @()
5959

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 = @()
6262

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 = @()
6565

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 = @()
6868

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 = @()
7171

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 = @()
7474

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 = @("*")
7777

78-
# Variables to export from this module
79-
VariablesToExport = '*'
78+
# Variables to export from this module
79+
VariablesToExport = '*'
8080

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 = @()
8383

84-
# DSC resources to export from this module
85-
# DscResourcesToExport = @()
84+
# DSC resources to export from this module
85+
# DscResourcesToExport = @()
8686

87-
# List of all modules packaged with this module
88-
# ModuleList = @()
87+
# List of all modules packaged with this module
88+
# ModuleList = @()
8989

90-
# List of all files packaged with this module
91-
# FileList = @()
90+
# List of all files packaged with this module
91+
# FileList = @()
9292

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 = @{
9595

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 = @()
100100

101-
# A URL to the license for this module.
102-
# LicenseUri = ''
101+
# A URL to the license for this module.
102+
# LicenseUri = ''
103103

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'
106106

107-
# A URL to an icon representing this module.
108-
# IconUri = ''
107+
# A URL to an icon representing this module.
108+
# IconUri = ''
109109

110-
# ReleaseNotes of this module
111-
# ReleaseNotes = ''
110+
# ReleaseNotes of this module
111+
# ReleaseNotes = ''
112112

113-
} # End of PSData hashtable
113+
} # End of PSData hashtable
114114

115-
} # End of PrivateData hashtable
115+
} # End of PrivateData hashtable
116116

117-
# HelpInfo URI of this module
118-
# HelpInfoURI = ''
117+
# HelpInfo URI of this module
118+
# HelpInfoURI = ''
119119

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 = ''
122122

123123
}

0 commit comments

Comments
 (0)