We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c0225 commit aa31c21Copy full SHA for aa31c21
tools/RunVersionController.ps1
@@ -132,7 +132,7 @@ function Get-ReleaseNotes
132
$_.FullName -notlike "*Netcore*" -and `
133
$_.FullName -notlike "*dll-Help.psd1*" -and `
134
$_.FullName -notlike "*Stack*" } }
135
-
+
136
Import-LocalizedData -BindingVariable ModuleMetadata -BaseDirectory $ModuleManifestFile.DirectoryName -FileName $ModuleManifestFile.Name
137
return $ModuleMetadata.PrivateData.PSData.ReleaseNotes
138
}
0 commit comments