Skip to content

Commit b7756cd

Browse files
committed
Fix error in TAL and bump build version again
1 parent c2d5a39 commit b7756cd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Deployment/CSF.Zpt.Documentation/Website/download.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ <h1>Download ZPT-Sharp</h1>
4040
<h2>The ZIP downloads</h2>
4141
<tal:block define="downloadBase string:https://github.com/csf-dev/ZPT-Sharp/releases/download;
4242
version options/version;
43-
stableVersion csharp:String.IsNullOrEmpty(options/releaseType);
43+
relType options/releaseType;
44+
stableVersion csharp:String.IsNullOrEmpty(relType);
4445
versionString string:v${version}"
45-
on-error="structure string:&lt;p class=&quot;note&quot;&gt;There is presently no stable release, please visit the Github releases page to view unstable releases.&lt;/p&gt;">
46+
on-error="structure string:&lt;p class=&quot;note&quot;&gt;There are presently no releases available, please visit the Github releases page to view unstable releases.&lt;/p&gt;">
4647
<p>
4748
The following ZIP downloads are for the most recent release:
4849
<strong><span tal:content="versionString">v0.0.0</span>

version.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
semantic_version = 1.0.0
2-
build_number = 2
2+
build_number = 3

0 commit comments

Comments
 (0)