File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,10 @@ Import-Module "$PSScriptRoot\set-version.psm1"
49
49
$root = Resolve-Path " $PSScriptRoot \.."
50
50
$paramSet = $PsCmdlet.ParameterSetName
51
51
$projFile = " $root \UnitsNet.Serialization.JsonNet\UnitsNet.Serialization.JsonNet.csproj"
52
- $versionFiles = @ ($projFile )
53
- $projectName = " JsonNet"
54
52
55
- # Use UnitsNet.Common.props version as base if bumping major/minor/patch
53
+ # Use project version as base when bumping major/minor/patch
56
54
$newVersion = Get-NewProjectVersion $projFile $paramSet $setVersion $bumpVersion
57
55
58
56
Set-ProjectVersion $projFile $newVersion
59
- Invoke-CommitVersionBump @ ( $projectName ) $versionFiles $newVersion
60
- Invoke-TagVersionBump $projectName $newVersion
57
+ Invoke-CommitVersionBump " JsonNet " $newVersion
58
+ Invoke-TagVersionBump " JsonNet " $newVersion
You can’t perform that action at this time.
0 commit comments