Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 3, 2021
1 parent 02c2155 commit cbc79cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/DiffEngine.Tests/diffTools.include.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
* `%ProgramFiles(x86)%\JetBrains\JetBrains Rider *\bin\rider64.exe`
* `%JetBrains Rider%\rider64.exe`
* `%LOCALAPPDATA%\JetBrains\Toolbox\apps\Rider\*\*\bin\rider64.exe`
* `%UserProfile%\scoop\apps\rider\current\IDE\bin\rider64.exe`

#### OSX settings:

Expand Down Expand Up @@ -645,6 +646,8 @@ While SublimeMerge is not MDI, it is treated as MDI since it uses a single share
* `%ProgramFiles%\Microsoft VS Code\code.exe`
* `%ProgramW6432%\Microsoft VS Code\code.exe`
* `%ProgramFiles(x86)%\Microsoft VS Code\code.exe`
* `%UserProfile%\scoop\apps\vscode\current\bin\code.cmd`
* `%UserProfile%\scoop\apps\vscode\current\code.exe`

#### OSX settings:

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>
Expand Down

0 comments on commit cbc79cc

Please sign in to comment.