Skip to content

Commit 9b2e855

Browse files
authored
Merge pull request #330 from microsoftgraph/po/authVersionBump
Bump auth module version to 0.9.1
2 parents 280e954 + e785db4 commit 9b2e855

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 5/4/2020
6+
# Generated on: 8/12/2020
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.0'
15+
ModuleVersion = '0.9.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -72,7 +72,8 @@ FormatsToProcess = './Microsoft.Graph.Authentication.format.ps1xml'
7272
FunctionsToExport = @()
7373

7474
# 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.
75-
CmdletsToExport = 'Connect-Graph', 'Disconnect-Graph', 'Get-MgContext', 'Get-MgProfile', 'Select-MgProfile', 'Invoke-GraphRequest'
75+
CmdletsToExport = 'Connect-Graph', 'Disconnect-Graph', 'Get-MgContext', 'Get-MgProfile',
76+
'Select-MgProfile', 'Invoke-GraphRequest'
7677

7778
# Variables to export from this module
7879
# VariablesToExport = @()

0 commit comments

Comments
 (0)