Skip to content

Commit 681267b

Browse files
authored
Vintage Story: add .NET 10 option
1 parent acb3cd3 commit 681267b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vintage-story-newconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,15 @@
197197
"DisplayName": "Dotnet Release Stream",
198198
"Category": "Updates",
199199
"Subcategory": "Server Updates:build:-1",
200-
"Description": "Sets the .NET release stream from which to install the latest .NET SDK version, unless a specific version is specified under Dotnet Version. Use 8.0 for Vintage Story v1.21.0+. Update the server after changing this setting",
200+
"Description": "Sets the .NET release stream from which to install the latest .NET SDK version, unless a specific version is specified under Dotnet Version. Use 8.0 for Vintage Story v1.21.x and 10.0 for Vintage Story v1.22.x. Update the server after changing this setting",
201201
"Keywords": "dotnet,release,stream",
202202
"FieldName": "DotnetRelease",
203203
"InputType": "enum",
204204
"ParamFieldName": "DotnetRelease",
205205
"IncludeInCommandLine": false,
206206
"DefaultValue": "8.0",
207207
"EnumValues": {
208+
"10.0": "10.0",
208209
"8.0": "8.0 (default)",
209210
"7.0": "7.0"
210211
}
@@ -213,7 +214,7 @@
213214
"DisplayName": "Dotnet Version",
214215
"Category": "Updates",
215216
"Subcategory": "Server Updates:build:-1",
216-
"Description": "Sets the .NET SDK [7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) or [8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) version to install. Empty = latest version for the release stream specified under Dotnet Release Stream. Use an 8.0 version for Vintage Story v1.21.0+. Update the server after changing this setting",
217+
"Description": "Sets the .NET SDK [7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0), [8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or [10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) version to install. Empty = latest version for the release stream specified under Dotnet Release Stream. Use an 8.0 version for Vintage Story v1.21.x, and a 10.0 version for Vintage Story v1.22.x. Update the server after changing this setting",
217218
"Keywords": "dotnet,version",
218219
"FieldName": "DotnetSDKVersion",
219220
"InputType": "text",

0 commit comments

Comments
 (0)