Skip to content

Commit fb04780

Browse files
authored
Fix office365 clipping (#2)
1 parent 9962b5f commit fb04780

File tree

105 files changed

+36
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+36
-18
lines changed

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-beta.3</Version>
5+
<Version>0.1.0-beta.4</Version>
66
<AssemblyVersion>0.1.0</AssemblyVersion>
77
<LangVersion>preview</LangVersion>
88
<PackageTags>Email, Preview, Verify</PackageTags>

src/Tests/ModuleInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public static void InitOther()
2222
{
2323
VerifyDiffPlex.Initialize(OutputType.Compact);
2424
VerifierSettings.InitializePlugins();
25-
VerifyImageMagick.RegisterComparers(.01);
25+
VerifyImageMagick.RegisterComparers();
2626
}
2727
}
Binary file not shown.
7.81 KB
Binary file not shown.
8.25 KB
Binary file not shown.
8.21 KB
Binary file not shown.
17.1 KB

0 commit comments

Comments
 (0)