Skip to content

Commit f76e671

Browse files
authored
Merge pull request #178 from microsoftgraph/release/0.5.0
0.5.0 Pre-Release
2 parents 08009bd + 7be15dc commit f76e671

File tree

112 files changed

+121
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+121
-128
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
1111
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
13-
"version": "0.2.1"
13+
"version": "0.5.0"
1414
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>0.2.0</Version>
3+
<Version>0.5.0</Version>
44
<LangVersion>7.1</LangVersion>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<OutputType>Library</OutputType>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<version>0.2.0</version>
4+
<version>0.5.0</version>
55
<id>Microsoft.Graph.Authentication</id>
66
<description>Microsoft Graph PowerShell authentication module</description>
77
<authors>Microsoft</authors>
@@ -12,7 +12,7 @@
1212
<projectUrl>https://github.com/microsoftgraph/msgraph-sdk-powershell</projectUrl>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>Microsoft Office365 Graph PowerShell GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
15-
<releaseNotes>Initial release of Microsoft.Graph.Authentication module.</releaseNotes>
15+
<releaseNotes>See https://aka.ms/GraphPowerShell-Release.</releaseNotes>
1616
<dependencies />
1717
</metadata>
1818
<files>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft
55
#
6-
# Generated on: 3/11/2020
6+
# Generated on: 4/21/2020
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -69,7 +69,7 @@ FormatsToProcess = './Microsoft.Graph.Authentication.Format.ps1xml'
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = '*'
72+
FunctionsToExport = @()
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7575
CmdletsToExport = 'Connect-Graph', 'Disconnect-Graph', 'Get-MgContext'
@@ -107,7 +107,7 @@ PrivateData = @{
107107
IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png'
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Initial release of Microsoft.Graph.Authentication module.'
110+
ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'
111111

112112
# Prerelease string of this module
113113
# Prerelease = ''

src/Beta/Analytics/Analytics/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.2.1
37+
module-version: 0.5.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/Beta/Bookings/Bookings/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.2.1
37+
module-version: 0.5.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/Beta/CloudCommunications/CloudCommunications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ directive:
4646
### Versioning
4747
4848
``` yaml
49-
module-version: 0.2.1
49+
module-version: 0.5.0
5050
release-notes: See https://aka.ms/GraphPowerShell-Release.
5151
```

src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ directive:
4646
set:
4747
subject: $1Multiple$2
4848
```
49-
5049
### Versioning
5150
5251
``` yaml
53-
module-version: 0.2.1
52+
module-version: 0.5.0
5453
release-notes: See https://aka.ms/GraphPowerShell-Release.
5554
```

src/Beta/DevicesApps.MobileAppManagement/DevicesApps.MobileAppManagement/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.2.1
37+
module-version: 0.5.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/Beta/DevicesApps.OfficeConfiguration/DevicesApps.OfficeConfiguration/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.2.1
37+
module-version: 0.5.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

0 commit comments

Comments
 (0)