Skip to content

Commit 0c0b832

Browse files
committed
Update logos.
1 parent c9466e1 commit 0c0b832

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.'

tools/Templates/Microsoft.Graph.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<owners>Microsoft</owners>
88
<licenseUrl>https://aka.ms/devservicesagreement</licenseUrl>
99
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
10-
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png</iconUrl>
10+
<iconUrl>https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png</iconUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>Microsoft Graph PowerShell module</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

0 commit comments

Comments
 (0)