Skip to content

Commit 90838a0

Browse files
authored
1.4.0 Pre-Release (#570)
* Add no-inline for Microsoft.Graph.contentType and columnDefinition. * Bump module version to 1.4.0 * Resolve Identity.Governance duplicate cmdlet.
1 parent 6fe4de9 commit 90838a0

File tree

40 files changed

+42
-42
lines changed

40 files changed

+42
-42
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.3.2"
25+
"version": "1.4.0"
2626
}

src/Applications/Applications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ directive:
9090
### Versioning
9191
9292
``` yaml
93-
module-version: 1.3.2
93+
module-version: 1.4.0
9494
release-notes: See https://aka.ms/GraphPowerShell-Release.
9595
```

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>1.3.1</Version>
3+
<Version>1.4.0</Version>
44
<LangVersion>7.1</LangVersion>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<OutputType>Library</OutputType>

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.3.2'
15+
ModuleVersion = '1.4.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.3.2
38+
module-version: 1.4.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.3.2
55+
module-version: 1.4.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.3.2
37+
module-version: 1.4.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
@@ -59,6 +59,6 @@ directive:
5959
### Versioning
6060
6161
``` yaml
62-
module-version: 1.3.2
62+
module-version: 1.4.0
6363
release-notes: See https://aka.ms/GraphPowerShell-Release.
6464
```

src/Compliance/Compliance/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ directive:
4747
### Versioning
4848
4949
``` yaml
50-
module-version: 1.3.2
50+
module-version: 1.4.0
5151
release-notes: See https://aka.ms/GraphPowerShell-Release.
5252
```

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.3.2
37+
module-version: 1.4.0
3838
release-notes: See https://aka.ms/GraphPowerShell-Release.
3939
```

0 commit comments

Comments
 (0)