Skip to content

Commit 5c50421

Browse files
Merge pull request #9 from vndevpro/develop
Update script PS1
2 parents d238b93 + 59f48ae commit 5c50421

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Scripts/VersionManager.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ function Get-NewPatch
7878
return $Prefix + "-" + (Get-Date).ToString("yyMMddhhmmss")
7979
}
8080

81-
function Get-NextVersion
82-
{
83-
$currentVersion = Get-CurrentVersion
84-
return ([decimal]$currentVersion + 0.1).ToString()
85-
}
86-
8781
function Get-GitTags
8882
{
8983
$tags = Invoke-Expression "git tag --list"

0 commit comments

Comments
 (0)