Renamed assembly to resolve packager issues. IO-408
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<ProjectGuid>{76B98E9B-A33A-464F-A07B-56E773376543}</ProjectGuid>
|
<ProjectGuid>{76B98E9B-A33A-464F-A07B-56E773376543}</ProjectGuid>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>BodyshopPartner</RootNamespace>
|
<RootNamespace>BodyshopPartner</RootNamespace>
|
||||||
<AssemblyName>ImEX Online Partner</AssemblyName>
|
<AssemblyName>ImEXOnlinePartner</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||||
|
|||||||
@@ -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.");
|
||||||
await Utils.UpdateHandler.ApplyUpdates(UpdateProgress, UpdateProgress);
|
try
|
||||||
|
{
|
||||||
|
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