Skip to content

Commit cbc79cc

Browse files
committed
docs
1 parent 02c2155 commit cbc79cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/DiffEngine.Tests/diffTools.include.md

+3
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
323323
* `%ProgramFiles(x86)%\JetBrains\JetBrains Rider *\bin\rider64.exe`
324324
* `%JetBrains Rider%\rider64.exe`
325325
* `%LOCALAPPDATA%\JetBrains\Toolbox\apps\Rider\*\*\bin\rider64.exe`
326+
* `%UserProfile%\scoop\apps\rider\current\IDE\bin\rider64.exe`
326327

327328
#### OSX settings:
328329

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

649652
#### OSX settings:
650653

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649</NoWarn>
5-
<Version>8.2.0</Version>
5+
<Version>8.3.0</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
88
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>

0 commit comments

Comments
 (0)