File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ case ${GITHUB_REF-} in
2020esac
2121
2222rm -f src/xp.runner/AssemblyInfo.cs.patched
23- echo ' [assembly: AssemblyVersion("' $VERSION .$BUILD_NUM ' ")]' >> src/xp.runner/AssemblyInfo.cs.patched
2423grep -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
2525mv src/xp.runner/AssemblyInfo.cs.patched src/xp.runner/AssemblyInfo.cs
2626
2727cat src/xp.runner/AssemblyInfo.cs
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Getting started
1111To 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
You can’t perform that action at this time.
0 commit comments