File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
- version : 0.9.1 -{build}
3
+ version : 0.10.0 -{build}
4
4
5
5
configuration : Release
6
6
image : Visual Studio 2019
@@ -31,8 +31,8 @@ build_script:
31
31
# VERSION format: branch-master/branch-1.2
32
32
# INSTVERSION format: x.y.z
33
33
# WINVERSION format: 9999.0.0.123/1.2.0.234
34
- - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.3
35
- - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.3
34
+ - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.0
35
+ - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.0
36
36
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
37
37
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
38
38
# VERSION format: v1.2.3/v1.3.4
@@ -94,8 +94,8 @@ after_build:
94
94
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
95
95
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
96
96
# Amend version and date
97
- - sed -i "s/__VERSION__/0.9.3 /" installer\config\config.xml
98
- - sed -i "s/__VERSION__/0.9.3 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
97
+ - sed -i "s/__VERSION__/0.10.0 /" installer\config\config.xml
98
+ - sed -i "s/__VERSION__/0.10.0 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
99
99
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
100
100
# Copy nheko data
101
101
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
Original file line number Diff line number Diff line change 61
61
<url type =" homepage" >https://github.com/Nheko-Reborn/nheko</url >
62
62
<update_contact >https://github.com/Nheko-Reborn</update_contact >
63
63
<releases >
64
+ <release date =" 2022-07-22" version =" 0.10.0" />
64
65
<release date =" 2022-03-25" version =" 0.9.3" />
65
66
<release date =" 2022-03-09" version =" 0.9.2" />
66
67
<release date =" 2021-12-21" version =" 0.9.1" />
You can’t perform that action at this time.
0 commit comments