diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f28a87c..84ef7b9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ CS1591;CS0649;NU1608;NU1109 - 0.1.0 + 0.1.1 0.1.0 preview Email, Preview, Verify diff --git a/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacDark.verified.webp b/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacDark.verified.webp index f27db84..cb7d2ff 100644 Binary files a/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacDark.verified.webp and b/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacDark.verified.webp differ diff --git a/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacLight.verified.webp b/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacLight.verified.webp index 24daa1d..115da7e 100644 Binary files a/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacLight.verified.webp and b/src/Tests/Scrubbing/Scrubbing.ScrubTesting_device=Outlook2019MacLight.verified.webp differ diff --git a/src/Verify.EmailPreviewServices/Devices.cs b/src/Verify.EmailPreviewServices/Devices.cs index d18f640..4280947 100644 --- a/src/Verify.EmailPreviewServices/Devices.cs +++ b/src/Verify.EmailPreviewServices/Devices.cs @@ -261,6 +261,22 @@ static Devices() Right = 29, Bottom = 13 }, + [Device.Outlook2019MacDark] = new() + { + Top = 166, + BottomTolerance = 10, + Left = 23, + Right = 10, + Bottom = 10 + }, + [Device.Outlook2019MacLight] = new() + { + Top = 231, + BottomTolerance = 10, + Left = 23, + Right = 10, + Bottom = 10 + }, [Device.OutlookWebChrome] = new() { Top = 255,