From fed371a6f1956ee74801c18be22a6d628c68bc0f Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Tue, 14 Sep 2021 15:09:43 -0600 Subject: [PATCH] 2.5.3.1 - also fix an issue with Consts.UpgradedFilesURL --- Wabbajack.CLI/Wabbajack.CLI.csproj | 4 ++-- Wabbajack.Common/Consts.cs | 3 +-- Wabbajack.Launcher/Wabbajack.Launcher.csproj | 4 ++-- Wabbajack.Server/Wabbajack.Server.csproj | 4 ++-- Wabbajack/Wabbajack.csproj | 4 ++-- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 45032ce8..df08c109 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.5.2.2 - 2.5.2.2 + 2.5.3.1 + 2.5.3.1 Copyright © 2019-2021 An automated ModList installer true diff --git a/Wabbajack.Common/Consts.cs b/Wabbajack.Common/Consts.cs index 0a18737b..87f728f8 100644 --- a/Wabbajack.Common/Consts.cs +++ b/Wabbajack.Common/Consts.cs @@ -94,8 +94,7 @@ namespace Wabbajack.Common public static string UtilityModlistMetadataURL = "https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/utility_modlists.json"; public static string UnlistedModlistMetadataURL = "https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/unlisted_modlists.json"; public static string ModlistSummaryURL = "https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/reports/modListSummary.json"; - - public static string UpgradedFilesURL = ""; + public static string UpgradedFilesURL = "https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/reports/upgraded.json"; public static string UserAgent { get diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index 2c5632ac..d7ffd696 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ Exe net5.0-windows true - 2.5.2.2 - 2.5.2.2 + 2.5.3.1 + 2.5.3.1 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index a54cf53f..19dcb6ea 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe net5.0-windows - 2.5.2.2 - 2.5.2.2 + 2.5.3.1 + 2.5.3.1 Copyright © 2019-2021 Wabbajack Server win-x64 diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 33da72b6..2cd5838e 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.5.2.2 - 2.5.2.2 + 2.5.3.1 + 2.5.3.1 Copyright © 2019-2021 An automated ModList installer true