Skip to content

Commit f72b07c

Browse files
committed
Release 8.5.3
1 parent 5fd560c commit f72b07c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ case ${GITHUB_REF-} in
2020
esac
2121

2222
rm -f src/xp.runner/AssemblyInfo.cs.patched
23-
echo '[assembly: AssemblyVersion("'$VERSION.$BUILD_NUM'")]' >> src/xp.runner/AssemblyInfo.cs.patched
2423
grep -v AssemblyVersion src/xp.runner/AssemblyInfo.cs >> src/xp.runner/AssemblyInfo.cs.patched
24+
echo '[assembly: AssemblyVersion("'$VERSION.$BUILD_NUM'")]' >> src/xp.runner/AssemblyInfo.cs.patched
2525
mv src/xp.runner/AssemblyInfo.cs.patched src/xp.runner/AssemblyInfo.cs
2626

2727
cat src/xp.runner/AssemblyInfo.cs

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ XP Runners change log
33

44
## ?.?.? / ????-??-??
55

6+
## 8.5.3 / 2021-09-19
7+
8+
* Merged PR #84: Port testing and packaging from Travis CI to GitHub actions
9+
(@thekid)
10+
611
## 8.5.2 / 2021-09-19
712

813
* Fixed entry points to work even when `$_SERVER` is not available. This

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Getting started
1111
To install the XP runners, you can choose between the generic installer:
1212

1313
```sh
14-
$ curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/i/installer/setup-8.5.2.sh | sh
14+
$ curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/i/installer/setup-8.5.3.sh | sh
1515
# ...
1616
```
1717

0 commit comments

Comments
 (0)