Skip to content

Commit c9466e1

Browse files
committed
Bump version number to 1.1.0
1 parent bc79124 commit c9466e1

File tree

36 files changed

+35
-35
lines changed

36 files changed

+35
-35
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": "1.0.1"
13+
"version": "1.1.0"
1414
}
9.54 KB
Loading

src/Applications/Applications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ directive:
8181
### Versioning
8282
8383
``` yaml
84-
module-version: 1.0.1
84+
module-version: 1.1.0
8585
release-notes: See https://aka.ms/GraphPowerShell-Release.
8686
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Microsoft.Graph.Authentication.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.1'
15+
ModuleVersion = '1.1.0'
1616

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

src/Bookings/Bookings/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 1.0.1
38+
module-version: 1.1.0
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

src/Calendar/Calendar/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ directive:
5252
### Versioning
5353

5454
``` yaml
55-
module-version: 1.0.1
55+
module-version: 1.1.0
5656
release-notes: See https://aka.ms/GraphPowerShell-Release.
5757
```

src/ChangeNotifications/ChangeNotifications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/CloudCommunications/CloudCommunications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ subject-prefix: ''
3535
### Versioning
3636
3737
``` yaml
38-
module-version: 1.0.1
38+
module-version: 1.1.0
3939
release-notes: See https://aka.ms/GraphPowerShell-Release.
4040
```

src/Compliance/Compliance/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ subject-prefix: ''
3434
### Versioning
3535
3636
``` yaml
37-
module-version: 1.0.1
37+
module-version: 1.1.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

0 commit comments

Comments
 (0)