Skip to content

Commit

Permalink
BC require a target
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 27, 2020
1 parent e79b587 commit 309543c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/DiffEngine/Implementation/BeyondCompare.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ string OsxLinuxArguments(string temp, string target) =>
autoRefresh: true,
isMdi: false,
supportsText: true,
requiresTarget: false,
// technically BC doesnt require a target.
// but if no target exists, the target cannot be edited
requiresTarget: true,
binaryExtensions: new[]
{
"mp3", //?
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>3.2.1</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Version>3.2.2</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
<Description>Enables simple verification of complex models and documents.</Description>
<!-- below required for TargetLib and Shared -->
Expand Down

0 comments on commit 309543c

Please sign in to comment.