Skip to content

Commit c479063

Browse files
committed
update module version
1 parent 813c1f7 commit c479063

File tree

1 file changed

+81
-81
lines changed

1 file changed

+81
-81
lines changed
Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
#
2-
# Module manifest for module 'Microsoft.Azure.Commands.Network'
3-
#
4-
# Generated by: Microsoft Corporation
5-
#
1+
#
2+
# Module manifest for module 'Microsoft.Azure.Commands.Network'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
66
# Generated on: 9/19/2015
7-
#
8-
9-
@{
10-
11-
# Version number of this module.
12-
ModuleVersion = '0.9.10'
13-
14-
# ID used to uniquely identify this module
15-
GUID = 'eb75c732-e274-4a20-b502-e9958e63484a'
16-
17-
# Author of this module
18-
Author = 'Microsoft Corporation'
19-
20-
# Company or vendor of this module
21-
CompanyName = 'Microsoft Corporation'
22-
23-
# Copyright statement for this module
24-
Copyright = 'Microsoft Corporation. All rights reserved.'
25-
26-
# Description of the functionality provided by this module
27-
Description = 'Microsoft Azure PowerShell - Network'
28-
29-
# Minimum version of the Windows PowerShell engine required by this module
30-
PowerShellVersion = '3.0'
31-
32-
# Name of the Windows PowerShell host required by this module
33-
PowerShellHostName = ''
34-
35-
# Minimum version of the Windows PowerShell host required by this module
36-
PowerShellHostVersion = ''
37-
38-
# Minimum version of the .NET Framework required by this module
39-
DotNetFrameworkVersion = '4.0'
40-
41-
# Minimum version of the common language runtime (CLR) required by this module
42-
CLRVersion='4.0'
43-
44-
# Processor architecture (None, X86, Amd64, IA64) required by this module
45-
ProcessorArchitecture = 'None'
46-
47-
# Modules that must be imported into the global environment prior to importing this module
7+
#
8+
9+
@{
10+
11+
# Version number of this module.
12+
ModuleVersion = '0.9.11'
13+
14+
# ID used to uniquely identify this module
15+
GUID = 'eb75c732-e274-4a20-b502-e9958e63484a'
16+
17+
# Author of this module
18+
Author = 'Microsoft Corporation'
19+
20+
# Company or vendor of this module
21+
CompanyName = 'Microsoft Corporation'
22+
23+
# Copyright statement for this module
24+
Copyright = 'Microsoft Corporation. All rights reserved.'
25+
26+
# Description of the functionality provided by this module
27+
Description = 'Microsoft Azure PowerShell - Network'
28+
29+
# Minimum version of the Windows PowerShell engine required by this module
30+
PowerShellVersion = '3.0'
31+
32+
# Name of the Windows PowerShell host required by this module
33+
PowerShellHostName = ''
34+
35+
# Minimum version of the Windows PowerShell host required by this module
36+
PowerShellHostVersion = ''
37+
38+
# Minimum version of the .NET Framework required by this module
39+
DotNetFrameworkVersion = '4.0'
40+
41+
# Minimum version of the common language runtime (CLR) required by this module
42+
CLRVersion='4.0'
43+
44+
# Processor architecture (None, X86, Amd64, IA64) required by this module
45+
ProcessorArchitecture = 'None'
46+
47+
# Modules that must be imported into the global environment prior to importing this module
4848
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '0.9.10' })
49-
50-
# Assemblies that must be loaded prior to importing this module
51-
RequiredAssemblies = @()
52-
53-
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54-
ScriptsToProcess = @()
55-
56-
# Type files (.ps1xml) to be loaded when importing this module
49+
50+
# Assemblies that must be loaded prior to importing this module
51+
RequiredAssemblies = @()
52+
53+
# Script files (.ps1) that are run in the caller's environment prior to importing this module
54+
ScriptsToProcess = @()
55+
56+
# Type files (.ps1xml) to be loaded when importing this module
5757
TypesToProcess = @()
58-
59-
# Format files (.ps1xml) to be loaded when importing this module
58+
59+
# Format files (.ps1xml) to be loaded when importing this module
6060
FormatsToProcess = @(
6161
'.\Microsoft.Azure.Commands.Network.format.ps1xml'
6262
)
63-
64-
# Modules to import as nested modules of the module specified in ModuleToProcess
65-
NestedModules = @(
63+
64+
# Modules to import as nested modules of the module specified in ModuleToProcess
65+
NestedModules = @(
6666
'.\Microsoft.Azure.Commands.Network.dll'
6767
)
68-
69-
# Functions to export from this module
70-
FunctionsToExport = '*'
71-
72-
# Cmdlets to export from this module
73-
CmdletsToExport = '*'
74-
75-
# Variables to export from this module
76-
VariablesToExport = '*'
77-
78-
# Aliases to export from this module
68+
69+
# Functions to export from this module
70+
FunctionsToExport = '*'
71+
72+
# Cmdlets to export from this module
73+
CmdletsToExport = '*'
74+
75+
# Variables to export from this module
76+
VariablesToExport = '*'
77+
78+
# Aliases to export from this module
7979
AliasesToExport = @()
80-
81-
# List of all modules packaged with this module
82-
ModuleList = @()
83-
84-
# List of all files packaged with this module
85-
FileList = @()
86-
87-
# Private data to pass to the module specified in ModuleToProcess
88-
PrivateData = ''
89-
90-
}
80+
81+
# List of all modules packaged with this module
82+
ModuleList = @()
83+
84+
# List of all files packaged with this module
85+
FileList = @()
86+
87+
# Private data to pass to the module specified in ModuleToProcess
88+
PrivateData = ''
89+
90+
}

0 commit comments

Comments
 (0)