support prerelease versions with a different tag (#638)
This commit is contained in:
parent
bb69891122
commit
ceaa7124a1
|
@ -25,7 +25,7 @@
|
|||
|
||||
@if (Model.BetaVersion != null)
|
||||
{
|
||||
<p id="beta-blurb"><strong>Note:</strong> "SDV beta only" means Stardew Valley @Model.BetaVersion-beta; if you didn't opt in to the beta, you have the stable version and can ignore that line. If a mod doesn't have a "SDV beta only" line, the compatibility applies to both versions of the game.</p>
|
||||
<p id="beta-blurb"><strong>Note:</strong> "SDV beta only" means Stardew Valley @Model.BetaVersion; if you didn't opt in to the beta, you have the stable version and can ignore that line. If a mod doesn't have a "SDV beta only" line, the compatibility applies to both versions of the game.</p>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue