Skip to content

Commit b141d07

Browse files
committed
[Updated] R# SDK to 2025.2
Important!!! The extension in its current state will work only in In-process mode. Trying to use Out-of-process mode will result in no tooltips at all.
1 parent 0c8b8be commit b141d07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/GammaJul.ReSharper.EnhancedTooltip/GammaJul.ReSharper.EnhancedTooltip.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2025.1.0" />
24+
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2025.2.0" />
2525
<PackageReference Include="EnvDTE" Version="8.0.0" />
2626
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf" Version="15.8.525" />
2727
<PackageReference Include="VSSDK.Editor" Version="11.0.*" />

source/GammaJul.ReSharper.EnhancedTooltip/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
1111

12-
[assembly: AssemblyVersion("3.28.1.0")]
12+
[assembly: AssemblyVersion("3.29.1.0")]

0 commit comments

Comments
 (0)