Skip to content

Commit b8492a1

Browse files
committed
2 parents 5597158 + 19a99f5 commit b8492a1

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static string html =
8989
</html>
9090
""";
9191
```
92-
<sup><a href='/src/Tests/Samples.cs#L4-L31' title='Snippet source file'>snippet source</a> | <a href='#snippet-html' title='Start of snippet'>anchor</a></sup>
92+
<sup><a href='/src/Tests/Samples.cs#L6-L33' title='Snippet source file'>snippet source</a> | <a href='#snippet-html' title='Start of snippet'>anchor</a></sup>
9393
<!-- endSnippet -->
9494

9595

@@ -114,7 +114,7 @@ public async Task GeneratePreview()
114114
await Verify(preview);
115115
}
116116
```
117-
<sup><a href='/src/Tests/Samples.cs#L82-L100' title='Snippet source file'>snippet source</a> | <a href='#snippet-sample' title='Start of snippet'>anchor</a></sup>
117+
<sup><a href='/src/Tests/Samples.cs#L84-L102' title='Snippet source file'>snippet source</a> | <a href='#snippet-sample' title='Start of snippet'>anchor</a></sup>
118118
<!-- endSnippet -->
119119

120120

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;NU1608;NU1109</NoWarn>
5-
<Version>0.1.0</Version>
5+
<Version>0.1.1</Version>
66
<AssemblyVersion>0.1.0</AssemblyVersion>
77
<LangVersion>preview</LangVersion>
88
<PackageTags>Email, Preview, Verify</PackageTags>
-97 KB
Loading
-112 KB
Loading

src/Verify.EmailPreviewServices/Devices.cs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,22 @@ static Devices()
261261
Right = 29,
262262
Bottom = 13
263263
},
264+
[Device.Outlook2019MacDark] = new()
265+
{
266+
Top = 166,
267+
BottomTolerance = 10,
268+
Left = 23,
269+
Right = 10,
270+
Bottom = 10
271+
},
272+
[Device.Outlook2019MacLight] = new()
273+
{
274+
Top = 231,
275+
BottomTolerance = 10,
276+
Left = 23,
277+
Right = 10,
278+
Bottom = 10
279+
},
264280
[Device.OutlookWebChrome] = new()
265281
{
266282
Top = 255,

0 commit comments

Comments
 (0)