-
Notifications
You must be signed in to change notification settings - Fork 8
/
ReSharper.GoToWord.nuspec
27 lines (27 loc) · 1.21 KB
/
ReSharper.GoToWord.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package>
<metadata>
<id>ReSharper.GoToWord</id>
<version>1.9-beta</version>
<title>Go to Word 2 for ReSharper 9.0</title>
<authors>Alexander Shvedov</authors>
<owners>controlflow</owners>
<projectUrl>https://github.com/controlflow/resharper-gotoword</projectUrl>
<iconUrl>https://raw.githubusercontent.com/controlflow/resharper-gotoword/master/Content/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Triple [Ctrl]+[T] to search whole solution for any text in any types of project files. Really fast case-insensitive search, powered by ReSharper caches. Standard "find results" dialog with grouping and previews. Can search for text, selected in current file.
</description>
<copyright>Copyright © Alexander Shvedov, 2015</copyright>
<dependencies>
<dependency id="$ReSharperDep$" version="$ReSharperVer$" />
</dependencies>
<releaseNotes>
GoToWord 2 for ReSharper 9.0.
</releaseNotes>
<tags>navigation search word words text index cache</tags>
</metadata>
<files>
<file src="GoToWord\bin.R90\$Configuration$\ReSharper.GoToWord.*" target="dotFiles\" />
</files>
</package>