We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391e16 commit 041d21dCopy full SHA for 041d21d
2 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [0.4.0] - 2026-02-21
2
+
3
+### ⚙️ Miscellaneous Tasks
4
5
+- Add PSRepositoryApiKey to properties for publishing
6
+## [unreleased]
7
8
9
10
+- Remove unused dependencies 'AutomatedLab' and 'PSFramework' from requirements
11
## [unreleased]
12
13
### 🐛 Bug Fixes
psakeFile.ps1
@@ -2,6 +2,7 @@ properties {
# Set this to $true to create a module with a monolithic PSM1
$PSBPreference.Build.CompileModule = $false
$PSBPreference.Help.DefaultLocale = 'en-US'
+ $PSBPreference.Help.GenerateMarkdown = $false
$PSBPreference.Test.OutputFile = 'out/testResults.xml'
$PSBPreference.Publish.PSRepositoryApiKey = $env:PSGALLERY_API_KEY
}
0 commit comments