Package update and release.

This commit is contained in:
Patrick Fic
2021-03-18 09:12:29 -07:00
parent 1ea7a15107
commit 1f6d0abe21
3 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyTitle("ImEX Online Partner")] [assembly: AssemblyTitle("ImEX Online Partner")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ImEX Systems Inc. & Snapt Software Inc.")] [assembly: AssemblyCompany("ImEX Systems Inc.")]
[assembly: AssemblyProduct("ImEX Online Partner")] [assembly: AssemblyProduct("ImEX Online Partner")]
[assembly: AssemblyCopyright("Copyright © Snapt Software Inc. 2020")] [assembly: AssemblyCopyright("Copyright © Snapt Software Inc. 2020")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
@@ -51,7 +51,7 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.7.0")] [assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]
//Setting Squirrel Aware Version. //Setting Squirrel Aware Version.
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] [assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

View File

@@ -11,3 +11,5 @@ C5117C0E0E58EF10C4FA6104274493FBFD231362 ImEXOnlinePartner-1.0.5-delta.nupkg 408
A1502201673BAFC13E7A3A5B398124B6A484F545 ImEXOnlinePartner-1.0.5-full.nupkg 4938758 A1502201673BAFC13E7A3A5B398124B6A484F545 ImEXOnlinePartner-1.0.5-full.nupkg 4938758
00D39717165B0CF3C5DA1977D5B5DF59A7627564 ImEXOnlinePartner-1.0.6-delta.nupkg 23256 00D39717165B0CF3C5DA1977D5B5DF59A7627564 ImEXOnlinePartner-1.0.6-delta.nupkg 23256
832B7905507DFAC0BC07328EB815BF20CBD8BB49 ImEXOnlinePartner-1.0.6-full.nupkg 4938826 832B7905507DFAC0BC07328EB815BF20CBD8BB49 ImEXOnlinePartner-1.0.6-full.nupkg 4938826
B57CD4F194E5466C141165FBF4311D0232DB9FF8 ImEXOnlinePartner-1.0.7-delta.nupkg 48049
E0698E0CC34D4C4935F2203A5FBD0FD0689950F4 ImEXOnlinePartner-1.0.7-full.nupkg 4941364

View File

@@ -68,9 +68,11 @@ namespace BodyshopPartner.Utils
}, },
onAppUpdate: v => { onAppUpdate: v => {
mgr.CreateShortcutForThisExe(); mgr.CreateShortcutForThisExe();
Utils.UpdateHandler.RestoreSettings();
Utils.UpdateHandler.ToggleStartWithWindows(Properties.Settings.Default.StartWithWindows); Utils.UpdateHandler.ToggleStartWithWindows(Properties.Settings.Default.StartWithWindows);
}, },
onAppUninstall: v => mgr.RemoveShortcutForThisExe(), onAppUninstall: v => mgr.RemoveShortcutForThisExe(),
onFirstRun: () => onFirstRun: () =>
{ {
logger.Info("We've run for the first time."); logger.Info("We've run for the first time.");