Skip to content

Commit 9cd81e9

Browse files
authored
Merge pull request #443 from microsoftgraph/releases/1.1.0
Releases/1.1.0
2 parents 5c8e857 + b08d38c commit 9cd81e9

File tree

36 files changed

+38
-38
lines changed

36 files changed

+38
-38
lines changed

config/ModuleMetadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"copyright": "© Microsoft Corporation. All rights reserved.",
77
"licenseUri": "https://aka.ms/devservicesagreement",
88
"projectUri": "https://github.com/microsoftgraph/msgraph-sdk-powershell",
9-
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png",
9+
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png",
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
13-
"version": "1.0.1"
13+
"version": "1.1.0"
1414
}
9.54 KB
Loading

src/Applications/Applications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ directive:
8181
### Versioning
8282
8383
``` yaml
84-
module-version: 1.0.1
84+
module-version: 1.1.0
8585
release-notes: See https://aka.ms/GraphPowerShell-Release.
8686
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.1'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -106,7 +106,7 @@ PrivateData = @{
106106
ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell'
107107

108108
# A URL to an icon representing this module.
109-
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
109+
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png'
110110

111111
# ReleaseNotes of this module
112112
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'

src/Bookings/Bookings/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 1.0.1
38+
module-version: 1.1.0
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

src/Calendar/Calendar/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ directive:
5252
### Versioning
5353

5454
``` yaml
55-
module-version: 1.0.1
55+
module-version: 1.1.0
5656
release-notes: See https://aka.ms/GraphPowerShell-Release.
5757
```

src/ChangeNotifications/ChangeNotifications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/CloudCommunications/CloudCommunications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 1.0.1
38+
module-version: 1.1.0
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

src/Compliance/Compliance/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

0 commit comments

Comments
 (0)