diff --git a/O365Essentials.psd1 b/O365Essentials.psd1 index 7fefead22..7d4fbdd7e 100644 --- a/O365Essentials.psd1 +++ b/O365Essentials.psd1 @@ -8,11 +8,11 @@ Description = 'A module that helps to manage some tasks on Office 365/Azure via undocumented API' FunctionsToExport = @('*') GUID = 'a8752d7b-17c8-41db-b3f9-b8f225de028d' - ModuleVersion = '0.0.8' + ModuleVersion = '0.0.9' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ - Tags = @('Windows', 'MacOS', 'Linux', 'Office365', 'Graph', 'Azure', 'Unsupported', 'API') + Tags = @('Windows', 'Office365', 'Graph', 'Azure', 'Unsupported', 'API') ProjectUri = 'https://github.com/EvotecIT/O365Essentials' ExternalModuleDependencies = @('Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.Management') }