Skip to content

Commit 1300d17

Browse files
committed
v3.7.0
1 parent 9055f5e commit 1300d17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/GammaJul.ReSharper.EnhancedTooltip/GammaJul.ReSharper.EnhancedTooltip.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
<metadata>
55
<id>JLebosquain.EnhancedTooltip</id>
6-
<version>3.6.0</version>
6+
<version>3.7.0</version>
77
<title>Enhanced Tooltip</title>
88
<authors>Julien Lebosquain</authors>
99
<description>Colorizes the tooltip as well as the parameter information popup.</description>
1010
<releaseNotes>
11-
- [Added] Support for ReSharper 2018.1. (#129)
12-
- [Added] Support for C# 7.2 ref and readonly struct modifiers. (#130)
13-
- [Fixed] No longer needs ReSharper C++ installed to work correctly. (#122, #126)
11+
- [Added] Support for ReSharper 2018.2. (#136)
12+
- [Fixed] No more duplicate identifier tooltips in Visual Studio 15.8. (#135)
13+
- [Fixed] C++ tooltips are available again. (#124)
1414
</releaseNotes>
1515
<projectUrl>https://github.com/MrJul/ReSharper.EnhancedTooltip/</projectUrl>
1616
<iconUrl>https://raw.github.com/MrJul/ReSharper.EnhancedTooltip/master/images/Logo128.png</iconUrl>

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

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

12-
[assembly: AssemblyVersion("3.6.0.0")]
12+
[assembly: AssemblyVersion("3.7.0.0")]

0 commit comments

Comments
 (0)