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 5c3767b commit 24dee13Copy full SHA for 24dee13
scripts/update-version.ps1
@@ -1,10 +1,10 @@
1
Param (
2
- [Parameter()]
+ [Parameter(Mandatory = $true)]
3
[ValidateNotNullOrEmpty()]
4
- [string]$OldVersion = '3.0.0',
5
+ [string]$OldVersion,
6
7
- [string]$NewVersion = '3.1.0'
+ [string]$NewVersion
8
)
9
10
Set-StrictMode -Version Latest
0 commit comments