Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ef5e4d

Browse files
committed
update pattern
1 parent8153100 commit2ef5e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/findMissingNotices.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function ConvertTo-SemVer {
105105
So, I'm making the logic work for that scenario by
106106
thorwing away any part that doesn't match non-pre-release semver portion
107107
#>
108-
$null=$Version-match'^(\d+\.\d+\.\d+)).*'
108+
$null=$Version-match'^(\d+\.\d+\.\d+).*'
109109
$desiredVersion=$matches[1]
110110
}
111111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp