Renamed assembly to resolve packager issues. IO-408
This commit is contained in:
@@ -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.1.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.1.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
//Setting Squirrel Aware Version.
|
//Setting Squirrel Aware Version.
|
||||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
470D3E4BA415108C1FAF95734B251733E3AF8579 ImEXOnlinePartner-1.0.0-full.nupkg 4989578
|
|
||||||
0AE50EA09CFA3C92087C1D75F468E62563A0A493 ImEXOnlinePartner-1.0.1-delta.nupkg 40731
|
|
||||||
E122ED4940111C7F7D2416302FBDA4347EFF8FA9 ImEXOnlinePartner-1.0.1-full.nupkg 4989795
|
|
||||||
@@ -100,7 +100,16 @@ namespace BodyshopPartner.ViewModels
|
|||||||
private async Task InstallUpdates()
|
private async Task InstallUpdates()
|
||||||
{
|
{
|
||||||
logger.Debug("Updates are available! Installing.");
|
logger.Debug("Updates are available! Installing.");
|
||||||
|
try
|
||||||
|
{
|
||||||
await Utils.UpdateHandler.ApplyUpdates(UpdateProgress, UpdateProgress);
|
await Utils.UpdateHandler.ApplyUpdates(UpdateProgress, UpdateProgress);
|
||||||
|
|
||||||
|
}
|
||||||
|
catch (Exception Ex)
|
||||||
|
{
|
||||||
|
logger.Error("Error while updating." + Ex.ToString());
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void _updateTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
|
private async void _updateTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user