Skip to content

Commit

Permalink
Update casing for 'verison' (#3628)
Browse files Browse the repository at this point in the history
Fixes #1536
  • Loading branch information
danieljurek authored Jul 19, 2022
1 parent 3103c20 commit 2dee7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function GetAdjustedReadmeContent($ReadmeContent, $PackageInfo, $PackageMetadata

$foundTitle = ""
if ($ReadmeContent -match $TITLE_REGEX) {
$ReadmeContent = $ReadmeContent -replace $TITLE_REGEX, "`${0} - Version $($PackageInfo.Version) `n"
$ReadmeContent = $ReadmeContent -replace $TITLE_REGEX, "`${0} - version $($PackageInfo.Version) `n"
$foundTitle = $matches["filetitle"]
}

Expand Down

0 comments on commit 2dee7fa

Please sign in to comment.