Impostor: update version references (#380)

This commit is contained in:
Greelan 2023-05-29 13:25:00 +10:00 committed by GitHub
parent 6c92c2ca77
commit 4477124c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,22 +77,22 @@
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"ServerVersion", "ParamFieldName":"ServerVersion",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"1.7.2", "DefaultValue":"1.8.2",
"Placeholder":"1.7.2 | 1.7.3-ci.513", "Placeholder":"1.8.2 | 1.8.2-ci.621",
"EnumValues":{} "EnumValues":{}
}, },
{ {
"DisplayName":"Dotnet Version", "DisplayName":"Dotnet Version",
"Category":"Server Settings", "Category":"Server Settings",
"Description":"Sets the [ASP.NET Core 6.0 version](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) to install. Back up configuration and update the server!", "Description":"Sets the [ASP.NET Core 7.0 version](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) to install. Back up configuration and update the server!",
"Keywords":"dotnet,version", "Keywords":"dotnet,version",
"FieldName":"DotnetVersion", "FieldName":"DotnetVersion",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"DotnetVersion", "ParamFieldName":"DotnetVersion",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"6.0.10", "DefaultValue":"7.0.5",
"Placeholder":"6.0.10", "Placeholder":"7.0.5",
"EnumValues":{} "EnumValues":{}
}, },
{ {