Skip to content

Commit 2c98f8d

Browse files
committed
Fix bump version scripts after WRC split
1 parent bb8acc6 commit 2c98f8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Build/set-version-UnitsNet.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Import-Module "$PSScriptRoot\set-version.psm1"
5151
$root = Resolve-Path "$PSScriptRoot\.."
5252
$paramSet = $PsCmdlet.ParameterSetName
5353
$projFile = "$root\UnitsNet\UnitsNet.csproj"
54-
$winrtAssemblyInfoFile = "$root\UnitsNet\Properties\AssemblyInfo.WindowsRuntimeComponent.cs"
54+
$winrtAssemblyInfoFile = "$root\UnitsNet.WindowsRuntimeComponent\Properties\AssemblyInfo.cs"
5555
$winrtNuspecFile = "$root\UnitsNet.WindowsRuntimeComponent\UnitsNet.WindowsRuntimeComponent.nuspec"
5656
$versionFiles = @($projFile, $winrtAssemblyInfoFile, $winrtNuspecFile)
5757
$projectName = "UnitsNet"
File renamed without changes.

0 commit comments

Comments
 (0)