diff --git a/BodyshopUploader/Properties/AssemblyInfo.cs b/BodyshopUploader/Properties/AssemblyInfo.cs index 0a0ae73..72cfbec 100644 --- a/BodyshopUploader/Properties/AssemblyInfo.cs +++ b/BodyshopUploader/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyTitle("ImEX Online Partner")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("ImEX Systems Inc. & Snapt Software Inc.")] +[assembly: AssemblyCompany("ImEX Systems Inc.")] [assembly: AssemblyProduct("ImEX Online Partner")] [assembly: AssemblyCopyright("Copyright © Snapt Software Inc. 2020")] [assembly: AssemblyTrademark("")] @@ -51,7 +51,7 @@ using System.Windows; // 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("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] [assembly: AssemblyFileVersion("1.0.0.0")] //Setting Squirrel Aware Version. [assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] \ No newline at end of file diff --git a/BodyshopUploader/Releases/RELEASES b/BodyshopUploader/Releases/RELEASES index c67f4a3..bad1762 100644 --- a/BodyshopUploader/Releases/RELEASES +++ b/BodyshopUploader/Releases/RELEASES @@ -10,4 +10,6 @@ CB63B87719141FDE534A108AC6831B707AB064DE ImEXOnlinePartner-1.0.4-full.nupkg 4938 C5117C0E0E58EF10C4FA6104274493FBFD231362 ImEXOnlinePartner-1.0.5-delta.nupkg 40888 A1502201673BAFC13E7A3A5B398124B6A484F545 ImEXOnlinePartner-1.0.5-full.nupkg 4938758 00D39717165B0CF3C5DA1977D5B5DF59A7627564 ImEXOnlinePartner-1.0.6-delta.nupkg 23256 -832B7905507DFAC0BC07328EB815BF20CBD8BB49 ImEXOnlinePartner-1.0.6-full.nupkg 4938826 \ No newline at end of file +832B7905507DFAC0BC07328EB815BF20CBD8BB49 ImEXOnlinePartner-1.0.6-full.nupkg 4938826 +B57CD4F194E5466C141165FBF4311D0232DB9FF8 ImEXOnlinePartner-1.0.7-delta.nupkg 48049 +E0698E0CC34D4C4935F2203A5FBD0FD0689950F4 ImEXOnlinePartner-1.0.7-full.nupkg 4941364 \ No newline at end of file diff --git a/BodyshopUploader/Utils/SquirrelAwareHelper.cs b/BodyshopUploader/Utils/SquirrelAwareHelper.cs index 9390586..3aa1651 100644 --- a/BodyshopUploader/Utils/SquirrelAwareHelper.cs +++ b/BodyshopUploader/Utils/SquirrelAwareHelper.cs @@ -68,9 +68,11 @@ namespace BodyshopPartner.Utils }, onAppUpdate: v => { mgr.CreateShortcutForThisExe(); + Utils.UpdateHandler.RestoreSettings(); Utils.UpdateHandler.ToggleStartWithWindows(Properties.Settings.Default.StartWithWindows); }, onAppUninstall: v => mgr.RemoveShortcutForThisExe(), + onFirstRun: () => { logger.Info("We've run for the first time.");