From 4477124c0e96ba898aea47a84b3226a072590546 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 29 May 2023 13:25:00 +1000 Subject: [PATCH] Impostor: update version references (#380) --- impostorconfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/impostorconfig.json b/impostorconfig.json index b76dac1..2f80627 100644 --- a/impostorconfig.json +++ b/impostorconfig.json @@ -77,22 +77,22 @@ "IsFlagArgument":false, "ParamFieldName":"ServerVersion", "IncludeInCommandLine":false, - "DefaultValue":"1.7.2", - "Placeholder":"1.7.2 | 1.7.3-ci.513", + "DefaultValue":"1.8.2", + "Placeholder":"1.8.2 | 1.8.2-ci.621", "EnumValues":{} }, { "DisplayName":"Dotnet Version", "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", "FieldName":"DotnetVersion", "InputType":"text", "IsFlagArgument":false, "ParamFieldName":"DotnetVersion", "IncludeInCommandLine":false, - "DefaultValue":"6.0.10", - "Placeholder":"6.0.10", + "DefaultValue":"7.0.5", + "Placeholder":"7.0.5", "EnumValues":{} }, { @@ -139,4 +139,4 @@ "True":"true" } } -] \ No newline at end of file +]