diff --git a/FASTER/FASTER.csproj b/FASTER/FASTER.csproj index b677f386..9b4b94f5 100644 --- a/FASTER/FASTER.csproj +++ b/FASTER/FASTER.csproj @@ -7,7 +7,7 @@ win-x64 true true - 1.8.8.1 + 1.9.1.1 Keelah Fox FoxliCorp. Fox's Arma Server Tool Extended Rewrite diff --git a/FASTER/ViewModel/SteamUpdaterViewModel.cs b/FASTER/ViewModel/SteamUpdaterViewModel.cs index a9bfb50a..e7b92c2a 100644 --- a/FASTER/ViewModel/SteamUpdaterViewModel.cs +++ b/FASTER/ViewModel/SteamUpdaterViewModel.cs @@ -290,7 +290,7 @@ internal async Task RunServerUpdater(string path, uint appId, List<(uint id ManifestId manifestId; manifestId = await SteamContentClient.GetDepotManifestIdAsync(appId, depot.id, depot.branch, depot.pass); - Parameters.Output += $"\nFetching informations of app {appId}, depot {depot.id} from Steam ({depots.IndexOf(depot)+1}/{depots.Count})... "; + Parameters.Output += $"\n\nFetching informations of app {appId}, depot {depot.id} from Steam ({depots.IndexOf(depot)+1}/{depots.Count})... "; var downloadHandler = await SteamContentClient.GetAppDataAsync(appId, depot.id, manifestId, tokenSource.Token); await Download(downloadHandler, path); diff --git a/FASTER_Version.xml b/FASTER_Version.xml index 68c6a4b9..f414fe66 100644 --- a/FASTER_Version.xml +++ b/FASTER_Version.xml @@ -1,6 +1,6 @@  - 1.8.8.1 + 1.9.1.1 https://github.com/Foxlider/FASTER/releases/latest/download/Release_x64.zip https://github.com/Foxlider/FASTER/releases true