Skip to content

Commit 6eec89f

Browse files
committed
[Updated] R# SDK to 2025.2.0.1
1 parent b141d07 commit 6eec89f

3 files changed

Lines changed: 3 additions & 3 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.2.0" />
24+
<PackageReference Include="JetBrains.ReSharper.SDK" Version="2025.2.0.1" />
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.29.1.0")]
12+
[assembly: AssemblyVersion("3.29.2.0")]

source/GammaJul.ReSharper.EnhancedTooltip/VisualStudio/QuickInfoSourceBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void AugmentQuickInfoSession(IQuickInfoSession? session, IList<object?>?
3333
[Pure]
3434
private static IDocumentMarkup? TryGetDocumentMarkup(ITextView? textView) {
3535
var textControlManager = Shell.Instance.GetComponent<TextControlManager>();
36-
var runningTextControlId = VsTextViewSolutionContextProvider.TryGetContext(textView)?.Id;
36+
var runningTextControlId = VsTextViewSolutionContextProvider.TryGetContext(textView)?.TextControlId;
3737
if (runningTextControlId == null)
3838
return null;
3939

0 commit comments

Comments
 (0)