Skip to content

Commit 87b8a74

Browse files
committed
Update module versions to 0.2.0
1 parent b5b0858 commit 87b8a74

File tree

103 files changed

+242
-381
lines changed

Some content is hidden

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

103 files changed

+242
-381
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"projectUri": "https://github.com/microsoftgraph/msgraph-sdk-powershell",
99
"iconUri": "https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png",
1010
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
11-
"releaseNotes": "Initial release of Microsoft.Graph module.",
11+
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
1212
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
1313
"version": "0.2.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.1.6</Version>
3+
<Version>0.2.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: 1 addition & 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.1.6</version>
4+
<version>0.2.0</version>
55
<id>Microsoft.Graph.Authentication</id>
66
<description>Microsoft Graph PowerShell authentication module</description>
77
<authors>Microsoft</authors>
@@ -20,7 +20,6 @@
2020
<file src="Microsoft.Graph.Authentication.format.ps1xml" />
2121
<file src="Microsoft.Graph.Authentication.psm1" />
2222
<!-- https://github.com/NuGet/Home/issues/3584 -->
23-
2423
<file src="bin/Microsoft.Graph.Authentication.dll" target="bin" />
2524
<file src="bin/Microsoft.Graph.Authentication.deps.json" target="bin" />
2625
<file src="bin/Microsoft.Graph.Auth.dll" target="bin" />

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/4/2020
6+
# Generated on: 3/11/2020
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Beta/Analytics/Analytics/readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.1.1
38-
release-notes:
39-
- Initial release of Microsoft.Graph.Analytics module.
37+
module-version: 0.2.0
38+
release-notes: See https://aka.ms/GraphPowerShell-Release.
4039
```
41-

src/Beta/Bookings/Bookings/readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.1.1
38-
release-notes:
39-
- Initial release of Microsoft.Graph.Bookings module.
37+
module-version: 0.2.0
38+
release-notes: See https://aka.ms/GraphPowerShell-Release.
4039
```
41-

src/Beta/CloudCommunications/CloudCommunications/readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ directive:
4343
set:
4444
subject: MuteAllCommunicationCallParticipant
4545
```
46-
4746
### Versioning
4847
4948
``` yaml
50-
module-version: 0.1.1
51-
release-notes: 'Initial release.'
49+
module-version: 0.2.0
50+
release-notes: See https://aka.ms/GraphPowerShell-Release.
5251
```

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.1.1
38-
release-notes:
39-
- Initial release of Microsoft.Graph.DevicesApps.MobileAppManagement module.
37+
module-version: 0.2.0
38+
release-notes: See https://aka.ms/GraphPowerShell-Release.
4039
```
41-

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.1.1
38-
release-notes:
39-
- Initial release of Microsoft.Graph.DevicesApps.OfficeConfiguration module.
37+
module-version: 0.2.0
38+
release-notes: See https://aka.ms/GraphPowerShell-Release.
4039
```
41-

src/Beta/DevicesApps.SharedResources/DevicesApps.SharedResources/readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 0.1.1
38-
release-notes:
39-
- Initial release of Microsoft.Graph.DevicesApps.SharedResources module.
37+
module-version: 0.2.0
38+
release-notes: See https://aka.ms/GraphPowerShell-Release.
4039
```
41-

0 commit comments

Comments
 (0)