diff --git a/BodyshopUploader/Assets/favicon.ico b/BodyshopUploader/Assets/favicon.ico new file mode 100644 index 0000000..2280b30 Binary files /dev/null and b/BodyshopUploader/Assets/favicon.ico differ diff --git a/BodyshopUploader/ImEXOnlinePartner.csproj b/BodyshopUploader/ImEXOnlinePartner.csproj index f24782e..cab5e29 100644 --- a/BodyshopUploader/ImEXOnlinePartner.csproj +++ b/BodyshopUploader/ImEXOnlinePartner.csproj @@ -80,6 +80,9 @@ 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