Skip to content

Commit 75f9363

Browse files
authored
Merge pull request #2114 from microsoftgraph/po/v2GA
Move v2 GA to Status
2 parents 8b98142 + ccd6fec commit 75f9363

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
],
2727
"versions": {
2828
"authentication": {
29-
"prerelease": "rc4",
29+
"prerelease": "",
3030
"version": "2.0.0"
3131
},
3232
"beta": {
33-
"prerelease": "rc4",
33+
"prerelease": "",
3434
"version": "2.0.0"
3535
},
3636
"v1.0": {
37-
"prerelease": "rc4",
37+
"prerelease": "",
3838
"version": "2.0.0"
3939
}
4040
}

src/Authentication/Authentication.Core/Microsoft.Graph.Authentication.Core.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<LangVersion>9.0</LangVersion>
55
<TargetFrameworks>netstandard2.0;net6.0;net472</TargetFrameworks>
66
<RootNamespace>Microsoft.Graph.PowerShell.Authentication.Core</RootNamespace>
7-
<VersionPrefix>2.0.0</VersionPrefix>
8-
<VersionSuffix>rc4</VersionSuffix>
7+
<Version>2.0.0</Version>
98
</PropertyGroup>
109
<PropertyGroup>
1110
<EnableNETAnalyzers>true</EnableNETAnalyzers>

src/Authentication/Authentication/Microsoft.Graph.Authentication.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
<WarningsAsErrors />
1111
<NuspecFile>Microsoft.Graph.Authentication.nuspec</NuspecFile>
1212
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
13-
<VersionPrefix>2.0.0</VersionPrefix>
14-
<VersionSuffix>rc2</VersionSuffix>
13+
<Version>2.0.0</Version>
1514
</PropertyGroup>
1615
<PropertyGroup>
1716
<EnableNETAnalyzers>true</EnableNETAnalyzers>

src/Authentication/Authentication/Microsoft.Graph.Authentication.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<version>2.0.0-rc4</version>
4+
<version>2.0.0</version>
55
<id>Microsoft.Graph.Authentication</id>
66
<description>Microsoft Graph PowerShell authentication module</description>
77
<authors>Microsoft</authors>

src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 3/22/2023
6+
# Generated on: 6/28/2023
77
#
88

99
@{
@@ -114,7 +114,7 @@ PrivateData = @{
114114
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'
115115

116116
# Prerelease string of this module
117-
Prerelease = 'preview7'
117+
# Prerelease = ''
118118

119119
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
120120
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)