Update GA version to 6.1902.1.10; fix Module tags
This commit is contained in:
Родитель
7dc13e3d82
Коммит
3c068c6f16
|
@ -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.apk
Двоичный файл не отображается.
Двоичные данные
Samples/Apps/test.ipa
Двоичные данные
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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче