-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Command data files of PowerShell 6.1.0 (#1075)
* add command data file for pwsh 6.1.0 on windows 10 1803. Also make it the default reference * add command date file using Ubuntu 18.04 * update documentation * add os details about command data files * Add macOS file from SteveL-MSFT and add to documentation * Add command data file for raspbian and add to docs. Thanks @tylerl0706 * Remove 6.0.2 files since we have 6.1 files and 6.0 is out of support already * fix failing test by adapting settings file and add more info to documentation
- Loading branch information
1 parent
d1a12b6
commit dff9522
Showing
9 changed files
with
1,994 additions
and
143 deletions.
There are no files selected for viewing
132 changes: 90 additions & 42 deletions
132
Engine/Settings/core-6.0.2-linux.json → Engine/Settings/core-6.1.0-linux-arm.json
Large diffs are not rendered by default.
Oops, something went wrong.
136 changes: 92 additions & 44 deletions
136
Engine/Settings/core-6.0.2-macos.json → Engine/Settings/core-6.1.0-linux.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
150 changes: 99 additions & 51 deletions
150
Engine/Settings/core-6.0.2-windows.json → Engine/Settings/core-6.1.0-windows.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@{ | ||
'Rules' = @{ | ||
'PSUseCompatibleCmdlets' = @{ | ||
'compatibility' = @("core-6.0.2-windows") | ||
'compatibility' = @("core-6.1.0-windows") | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters