We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e743f2 commit a45e497Copy full SHA for a45e497
2 files changed
.build/scripts/Publish-GitHubModule.ps1
@@ -179,7 +179,7 @@ function Publish-GitHubModule {
179
"nupkg_hash_path=$nupkgHashPath" | Out-File -FilePath $env:GITHUB_ENV -Append
180
"zip_hash_path=$zipHashPath" | Out-File -FilePath $env:GITHUB_ENV -Append
181
182
- $repoUrlSnapshot = "https://github.com/$Owner/$Repository/tree/$Sha"
+ $repoUrlSnapshot = "https://github.com/$Repository/tree/$Sha"
183
$documentationMd = (Get-ChildItem -Path '.\docs' | foreach {
184
"* [$($_.BaseName)]($repoUrlSnapshot/docs/$($_.Name))"
185
}) -join "`n"
PSModuleTemplate/PSModuleTemplate.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSModuleTemplate.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.4.0'
+ModuleVersion = '0.3.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments