Skip to content

Commit c7f7cb5

Browse files
committed
rider now supports refresh
1 parent 106be3d commit c7f7cb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/DiffEngine.Tests/diffTools.include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
309309

310310
* Cost: Paid with free option for OSS
311311
* Is MDI: False
312-
* Supports auto-refresh: False
312+
* Supports auto-refresh: True
313313
* Supports text files: True
314314

315315
#### Notes:

src/DiffEngine/Implementation/Rider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static Definition Rider()
99
return new(
1010
Tool: DiffTool.Rider,
1111
Url: "https://www.jetbrains.com/rider/",
12-
AutoRefresh: false,
12+
AutoRefresh: true,
1313
IsMdi: false,
1414
SupportsText: true,
1515
RequiresTarget: true,

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>10.2.0</Version>
5+
<Version>10.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)