Skip to content

Commit

Permalink
Exception recoded
Browse files Browse the repository at this point in the history
  • Loading branch information
vektor9999 committed Mar 29, 2023
1 parent 940d1dc commit 058f454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Vcc.Nolvus.Dashboard/Frames/Installer/LoadOrderFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public async Task ApplyLoadOrder()
PluginsLines.Add("# This file was automatically generated by Mod Organizer.");
var Counter = 0;
var Counter = 0;
var OptionalEsps = Package.GetOptionalEsps();
Expand Down Expand Up @@ -133,7 +133,7 @@ protected override async Task OnLoadedAsync()
INolvusInstance Instance = ServiceSingleton.Instances.WorkingInstance;

ServiceSingleton.Dashboard.AdditionalInfo(string.Empty);
ServiceSingleton.Dashboard.Info("Applying install and load order");
ServiceSingleton.Dashboard.Info("Applying install and load order");

if (Instance.Status.InstallStatus == InstanceInstallStatus.Updating)
{
Expand Down
4 changes: 2 additions & 2 deletions Vcc.Nolvus.Dashboard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.1")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyVersion("3.0.2")]
[assembly: AssemblyFileVersion("3.0.2.0")]

0 comments on commit 058f454

Please sign in to comment.