Bump version to 0.2.7

Skip 0.2.6: this rolls up two releases' worth of work (the Mesh LOD and
Profiler modules and the map labels). Add 0.2.7 to the update manifest and
drop the oldest entry to keep the last three releases listed.
This commit is contained in:
Seton Carmichael 2026-06-25 20:15:02 -04:00
parent 92649801c2
commit aec4d2ecc4
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"Id": "S3", "Id": "S3",
"DisplayName": "S³ - Seton's Special Sauce", "DisplayName": "S³ - Seton's Special Sauce",
"Author": "seton", "Author": "seton",
"Version": "0.2.5", "Version": "0.2.7",
"ManagerVersion": "0.27.0", "ManagerVersion": "0.27.0",
"GameVersionPoint": "0", "GameVersionPoint": "0",
"AssemblyName": "S3.dll", "AssemblyName": "S3.dll",

View file

@ -1,5 +1,10 @@
{ {
"Releases": [ "Releases": [
{
"Id": "S3",
"Version": "0.2.7",
"DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.7/SetonsSpecialSauce-0.2.7.zip"
},
{ {
"Id": "S3", "Id": "S3",
"Version": "0.2.5", "Version": "0.2.5",
@ -9,11 +14,6 @@
"Id": "S3", "Id": "S3",
"Version": "0.2.4", "Version": "0.2.4",
"DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.4/SetonsSpecialSauce-0.2.4.zip" "DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.4/SetonsSpecialSauce-0.2.4.zip"
},
{
"Id": "S3",
"Version": "0.2.3",
"DownloadUrl": "https://git.farmtowntech.com/setonc/railroader-setons-special-sauce/releases/download/0.2.3/SetonsSpecialSauce-0.2.3.zip"
} }
] ]
} }