From 926012aa54ebaf02ff1be5bdc7e1a4c8e0260cf1 Mon Sep 17 00:00:00 2001 From: Timothy Small Date: Mon, 18 Jan 2021 14:43:03 -0500 Subject: [PATCH] Updated version and branding - Updated version to '2021.01.00'. - Changed pre-released build info to 'alpha01'. - Changed branding to 'Defender for Endpoint'. --- module-manifest/mdatp-pwsh.psd1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/module-manifest/mdatp-pwsh.psd1 b/module-manifest/mdatp-pwsh.psd1 index e8b4181..3c1d807 100644 --- a/module-manifest/mdatp-pwsh.psd1 +++ b/module-manifest/mdatp-pwsh.psd1 @@ -9,13 +9,13 @@ @{ RootModule = "MdatpPwsh.dll" - ModuleVersion = "2020.7.1" + ModuleVersion = "2021.01.00" # CompatiblePSEditions = @() GUID = "afc0e191-ffe7-4261-ba9e-d59652423d8c" Author = "Tim Small" CompanyName = "Smalls.Online" Copyright = "2020" - Description = "MDATP PowerShell Module" + Description = "Defender for Endpoint PowerShell Module" # PowerShellVersion = '' # PowerShellHostName = '' # PowerShellHostVersion = '' @@ -23,7 +23,9 @@ # ClrVersion = '' # ProcessorArchitecture = '' # RequiredModules = @() - RequiredAssemblies = "Microsoft.Identity.Client.dll", "Newtonsoft.Json.dll" + RequiredAssemblies = @( + "Microsoft.Identity.Client.dll" + ) # ScriptsToProcess = @() # TypesToProcess = @() # FormatsToProcess = @() @@ -80,7 +82,7 @@ # ReleaseNotes = '' - Prerelease = "alpha2" + Prerelease = "alpha01" RequireLicenseAcceptance = $false