Update GA version to 6.1902.1.10; fix Module tags

This commit is contained in:
NSoy-MSFT 2019-01-28 14:34:00 -08:00
Родитель 7dc13e3d82
Коммит 3c068c6f16
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<Version>6.1902.1.1</Version>
<Version>6.1902.1.10</Version>
<Authors>Rajesh Soy, Rohit Ramu</Authors>
<Company>Microsoft Corporation</Company>
<Product>Microsoft Intune Graph PowerShell Client SDK</Product>

Двоичные данные
Samples/Apps/test.apk

Двоичный файл не отображается.

Двоичные данные
Samples/Apps/test.ipa

Двоичный файл не отображается.

Просмотреть файл

@ -80,11 +80,11 @@ $generateManifestArgs = @{
# START PrivateData.PSData
# Tags applied to this module. These help with module discovery in online galleries.
Tags = @(
'Microsoft',
'Microsoft Graph',
'Microsoft',
'Graph',
'Microsoft Intune',
'Intune'
'Intune',
'PowerShell',
'SDK'
)
# Flag to indicate whether the module requires explicit user acceptance
@ -122,7 +122,7 @@ $generateManifestArgs = @{
CompanyName = 'Microsoft Corporation'
# Copyright statement for this module
Copyright = '(c) 2018 Microsoft. All rights reserved.'
Copyright = '(c) 2019 Microsoft. All rights reserved.'
# Description of the functionality provided by this module
Description = 'PowerShell SDK for Microsoft Intune Graph API'