From 2fd953a5262eba2b3987e0382445528be83bd48f Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 3 Dec 2020 17:18:04 -0800 Subject: [PATCH] New releases file. Updated filtering logic for attributes to prevent duplicate events. --- BodyshopUploader/Assets/favicon.ico | Bin 0 -> 766 bytes BodyshopUploader/ImEXOnlinePartner.csproj | 6 +++++- BodyshopUploader/ImEXOnlinePartner.nuspec | 2 +- BodyshopUploader/Releases/RELEASES | 1 + BodyshopUploader/Utils/CIECAMonitor.cs | 6 +++--- BodyshopUploader/Utils/SquirrelAwareHelper.cs | 2 +- ImEXOnlinePartner.nuspec | 18 ------------------ 7 files changed, 11 insertions(+), 24 deletions(-) create mode 100644 BodyshopUploader/Assets/favicon.ico create mode 100644 BodyshopUploader/Releases/RELEASES delete mode 100644 ImEXOnlinePartner.nuspec diff --git a/BodyshopUploader/Assets/favicon.ico b/BodyshopUploader/Assets/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..2280b304ed614ec42972538dfa8442fe038120c2 GIT binary patch literal 766 zcmZvaF?Pcs5JX3D-gA*cuH0H>Zeicd9LYTmM^TxQ(uH5vGr(f3XQV~2^O==Ez{G1= z4(z}2_XQjQ{4y5Cg`vD!p!T^1ic~_V5B3}~0#Zs8tlTiuh`~!Kb)TE%xBQIxZJsTU zz&x9cK&JBmNFD*n10Y!`chLApxmu#g@z#MN$LK(nV+We-fXfbaxdEK#Sldk{xB7NH zI?!Ig0j{oJ&;WlwRG`bK4qZkCe6_Y&4*l~vm&0p&8Zhi{0etslK!;JL!{+?Z&sWa& zxSHM1EO|0pSuE|%!j6B(WdHn49>DbuoOvFnm1YUp2VloSlZWPs`IWjj@mi<#@+p4u LmA~q!9_u~true + + BodyshopPartner.App + ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll @@ -454,8 +457,9 @@ PublicResXFileCodeGenerator Resources.Designer.cs - + + PreserveNewest diff --git a/BodyshopUploader/ImEXOnlinePartner.nuspec b/BodyshopUploader/ImEXOnlinePartner.nuspec index 79d041a..d9b6c84 100644 --- a/BodyshopUploader/ImEXOnlinePartner.nuspec +++ b/BodyshopUploader/ImEXOnlinePartner.nuspec @@ -7,7 +7,7 @@ Snapt Software Inc. false - http://www.thinkimex.com/vps.ico + https://s3.ca-central-1.amazonaws.com/partner.imex.online/favicon.ico Snapt Software Inc. 2020 ImEX Online Partner diff --git a/BodyshopUploader/Releases/RELEASES b/BodyshopUploader/Releases/RELEASES new file mode 100644 index 0000000..2614983 --- /dev/null +++ b/BodyshopUploader/Releases/RELEASES @@ -0,0 +1 @@ +470D3E4BA415108C1FAF95734B251733E3AF8579 ImEXOnlinePartner-1.0.0-full.nupkg 4989578 \ No newline at end of file diff --git a/BodyshopUploader/Utils/CIECAMonitor.cs b/BodyshopUploader/Utils/CIECAMonitor.cs index e52a24e..9c9cfa5 100644 --- a/BodyshopUploader/Utils/CIECAMonitor.cs +++ b/BodyshopUploader/Utils/CIECAMonitor.cs @@ -35,10 +35,10 @@ namespace BodyshopPartner.Utils IncludeSubdirectories = false; // Eliminate duplicates when timestamp doesn't change Filter = "*.env"; - NotifyFilter = NotifyFilters.FileName | NotifyFilters.LastWrite; - //NotifyFilter = NotifyFilters.FileName | NotifyFilters.Size; // The default also has NotifyFilters.LastWrite + // NotifyFilter = NotifyFilters.FileName | NotifyFilters.LastWrite; + NotifyFilter = NotifyFilters.Attributes; // The default also has NotifyFilters.LastWrite EnableRaisingEvents = true; - Created += Watcher_Created; + //Created += Watcher_Created; Changed += Watcher_Changed; //Deleted += Watcher_Deleted; //Renamed += Watcher_Renamed; diff --git a/BodyshopUploader/Utils/SquirrelAwareHelper.cs b/BodyshopUploader/Utils/SquirrelAwareHelper.cs index 02d3baf..b72dcde 100644 --- a/BodyshopUploader/Utils/SquirrelAwareHelper.cs +++ b/BodyshopUploader/Utils/SquirrelAwareHelper.cs @@ -25,7 +25,7 @@ namespace BodyshopPartner.Utils try { Process.Start(psi).WaitForExit(); - logger.Debug("Attempting to add HTTP Exclusion for web-server"); + logger.Debug("Added web-server port exclusion."); return true; } catch (Exception Ex) diff --git a/ImEXOnlinePartner.nuspec b/ImEXOnlinePartner.nuspec deleted file mode 100644 index 12755a9..0000000 --- a/ImEXOnlinePartner.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - ImEXOnlinePartner - 1.0.0 - ImEX Online Partner - Snapt Software Inc. - - false - http://www.thinkimex.com/vps.ico - Snapt Software Inc. 2020 - ImEX Online Partner - - - - - - \ No newline at end of file