Skip to content

Commit 1e79ba2

Browse files
authored
remove redundant file exits (#12)
1 parent 1be0389 commit 1e79ba2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/DiffEngine/DiffRunner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public static void MaxInstancesToLaunch(int value)
2424
/// </summary>
2525
public static void Kill(string tempFile, string targetFile)
2626
{
27-
GuardFiles(tempFile, targetFile);
2827
var extension = Extensions.GetExtension(tempFile);
2928
if (!DiffTools.TryFind(extension, out var diffTool))
3029
{

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</NoWarn>
5-
<Version>2.1.0</Version>
5+
<Version>2.1.1</Version>
66
<AssemblyVersion>1.0.0.0</AssemblyVersion>
77
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
88
<Description>Enables simple verification of complex models and documents.</Description>

0 commit comments

Comments
 (0)