You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vintage-story-newconfig.json
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -211,11 +211,27 @@
211
211
"1.18": "1.18"
212
212
}
213
213
},
214
+
{
215
+
"DisplayName": "Dotnet Release Stream",
216
+
"Category": "Updates",
217
+
"Subcategory": "Server Updates:build:-1",
218
+
"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",
219
+
"Keywords": "dotnet,release,stream",
220
+
"FieldName": "DotnetRelease",
221
+
"InputType": "enum",
222
+
"ParamFieldName": "DotnetRelease",
223
+
"IncludeInCommandLine": false,
224
+
"DefaultValue": "7.0",
225
+
"EnumValues": {
226
+
"8.0": "8.0",
227
+
"7.0": "7.0 (default)"
228
+
}
229
+
},
214
230
{
215
231
"DisplayName": "Dotnet Version",
216
232
"Category": "Updates",
217
233
"Subcategory": "Server Updates:build:-1",
218
-
"Description": "Sets the [.NET SDK 7.0 version](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) to install to run the server. Empty = latest. NOTE: Update the server after switching versions!",
234
+
"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",
0 commit comments