-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathRalph.nuspec
34 lines (34 loc) · 2.05 KB
/
Ralph.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
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>AgentRalph</id>
<version>1.3.3</version>
<title>AgentRalph </title>
<authors>Josh Buedel</authors>
<owners>Josh Buedel</owners>
<summary>Code clone detection and repair plugin for ReSharper.</summary>
<description>Agent Ralph is primarily a code clone detection and repair tool for C#. Agent Ralph will scan your source code and attempt to identify statements that are functional duplicates of an existing method. Once a clone is identified Agent Ralph will prompt the user to replace that code with a call to it's clone.</description>
<releaseNotes>
</releaseNotes>
<projectUrl>https://github.com/jbuedel/AgentRalphPlugin</projectUrl>
<copyright>Copyright © 2013 Josh Buedel</copyright>
<tags>clone</tags>
<dependencies>
<dependency id="ReSharper" version="[8.0, 8.2)" />
</dependencies>
</metadata>
<files>
<file src="Legacy.NuPkgs\v8.0\plugins\Mono.Cecil.dll" target="ReSharper\v8.0\plugins" />
<file src="Legacy.NuPkgs\v8.0\plugins\Ralph.Core.dll" target="ReSharper\v8.0\plugins" />
<file src="Legacy.NuPkgs\v8.0\plugins\Ralph.ICSharpCode.NRefactory.dll" target="ReSharper\v8.0\plugins" />
<file src="Legacy.NuPkgs\v8.0\plugins\Ralph.ICSharpCode.SharpDevelop.Dom.dll" target="ReSharper\v8.0\plugins" />
<file src="Legacy.NuPkgs\v8.0\plugins\Ralph.Plugin.dll" target="ReSharper\v8.0\plugins" />
<file src="Legacy.NuPkgs\v8.0\plugins\Ralph.SharpRefactoring.dll" target="ReSharper\v8.0\plugins" />
<file src="bin\Release\Mono.Cecil.dll" target="ReSharper\v8.1\plugins" />
<file src="bin\Release\Ralph.Core.dll" target="ReSharper\v8.1\plugins" />
<file src="bin\Release\Ralph.ICSharpCode.NRefactory.dll" target="ReSharper\v8.1\plugins" />
<file src="bin\Release\Ralph.ICSharpCode.SharpDevelop.Dom.dll" target="ReSharper\v8.1\plugins" />
<file src="bin\Release\Ralph.Plugin.dll" target="ReSharper\v8.1\plugins" />
<file src="bin\Release\Ralph.SharpRefactoring.dll" target="ReSharper\v8.1\plugins" />
</files>
</package>