Skip to content

Commit 47ae7d4

Browse files
committed
Bump UnitsNet after UnitsNet.NumberExtensions
So the appveyor builds point to the UnitsNet bump.
1 parent 2cdbf49 commit 47ae7d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Build/bump-version-UnitsNet-major.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
SET scriptdir=%~dp0
3-
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump major
43
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump major
4+
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump major
55
if %errorlevel% neq 0 exit /b %errorlevel%

Build/bump-version-UnitsNet-minor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
SET scriptdir=%~dp0
3-
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump minor
43
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump minor
4+
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump minor
55
if %errorlevel% neq 0 exit /b %errorlevel%

Build/bump-version-UnitsNet-patch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
SET scriptdir=%~dp0
3-
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump patch
43
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump patch
4+
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump patch
55
if %errorlevel% neq 0 exit /b %errorlevel%
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
SET scriptdir=%~dp0
3-
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump suffix
43
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump suffix
4+
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump suffix
55
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)