From ccd6fec4af7b6b304a9a63c0ce1c2ac5085672d7 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 28 Jun 2023 10:22:42 -0700 Subject: [PATCH] Move v2 GA to status. --- config/ModuleMetadata.json | 6 +++--- .../Microsoft.Graph.Authentication.Core.csproj | 3 +-- .../Authentication/Microsoft.Graph.Authentication.csproj | 3 +-- .../Authentication/Microsoft.Graph.Authentication.nuspec | 2 +- .../Authentication/Microsoft.Graph.Authentication.psd1 | 4 ++-- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index b072c954fd7..0d385ed9695 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -26,15 +26,15 @@ ], "versions": { "authentication": { - "prerelease": "rc4", + "prerelease": "", "version": "2.0.0" }, "beta": { - "prerelease": "rc4", + "prerelease": "", "version": "2.0.0" }, "v1.0": { - "prerelease": "rc4", + "prerelease": "", "version": "2.0.0" } } diff --git a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj index 6c71886ae2f..790dcbbcd06 100644 --- a/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj +++ b/src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj @@ -4,8 +4,7 @@ 9.0 netstandard2.0;net6.0;net472 Microsoft.Graph.PowerShell.Authentication.Core - 2.0.0 - rc4 + 2.0.0 true diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj index b1b05cd19d5..bfa97b522fc 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj @@ -10,8 +10,7 @@ Microsoft.Graph.Authentication.nuspec © Microsoft Corporation. All rights reserved. - 2.0.0 - rc2 + 2.0.0 true diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec index d0da7f9ca91..983df94ba54 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec @@ -1,7 +1,7 @@ - 2.0.0-rc4 + 2.0.0 Microsoft.Graph.Authentication Microsoft Graph PowerShell authentication module Microsoft diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index b2284373da9..35c2e01d080 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft # -# Generated on: 3/22/2023 +# Generated on: 6/28/2023 # @{ @@ -114,7 +114,7 @@ PrivateData = @{ ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' # Prerelease string of this module - Prerelease = 'preview7' + # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false