forked from citizenmatt/resharper-heapview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReSharper.HeapView.nuspec
27 lines (27 loc) · 1.23 KB
/
ReSharper.HeapView.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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>$PackageId$</id>
<version>1.2.3</version>
<!-- update plugin ver in AssemblyInfo.cs plz -->
<title>Heap Allocations Viewer</title>
<authors>Alexander Shvedov</authors>
<owners>controlflow</owners>
<projectUrl>https://github.com/controlflow/resharper-heapview</projectUrl>
<iconUrl>https://raw.githubusercontent.com/controlflow/resharper-heapview/master/Content/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Highlights local object allocations, boxing, delegates and closure creations points.</description>
<releaseNotes>
• ReSharper 2017.1 EAP5 support
</releaseNotes>
<dependencies>
<dependency id="$ReSharperDep$" version="$ReSharperVer$" />
</dependencies>
<tags>heap allocations performance boxing closure lambda</tags>
</metadata>
<files>
<file src="bin\wave06\$Configuration$\ReSharper.HeapView.*" target="dotFiles\" />
<file src="bin\wave07\$Configuration$\ReSharper.HeapView.*" target="dotFiles\" />
<file src="bin\wave08\$Configuration$\ReSharper.HeapView.*" target="dotFiles\" />
</files>
</package>