Skip to content

Commit 2d11928

Browse files
🩹 [Patch]: Revert back to PlatyPS from Microsoft.PowerShell.PlatyPS (#23)
## Description - Revert back to `PlatyPS` from `Microsoft.PowerShell.PlatyPS` ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent a6f47cd commit 2d11928

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scripts/main.ps1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[CmdletBinding()]
44
param()
55
$requiredModules = @{
6-
Utilities = @{}
7-
'powershell-yaml' = @{}
8-
PSSemVer = @{}
9-
Pester = @{}
10-
PSScriptAnalyzer = @{}
11-
# PlatyPS = @{}
12-
'Microsoft.PowerShell.PlatyPS' = @{
13-
Prerelease = $true
14-
}
6+
Utilities = @{}
7+
'powershell-yaml' = @{}
8+
PSSemVer = @{}
9+
Pester = @{}
10+
PSScriptAnalyzer = @{}
11+
PlatyPS = @{}
12+
# 'Microsoft.PowerShell.PlatyPS' = @{
13+
# Prerelease = $true
14+
# }
1515
}
1616

1717
$requiredModules.GetEnumerator() | Sort-Object | ForEach-Object {

0 commit comments

Comments
 (0)