forked from MiniProfiler/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMiniProfiler.nuspec
More file actions
18 lines (18 loc) · 840 Bytes
/
MiniProfiler.nuspec
File metadata and controls
18 lines (18 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>MiniProfiler</id>
<version>3.2.0.157</version>
<authors>Marc Gravell, Jarrod Dixon, Yaakov Ellis, Nick Craver</authors>
<owners>Marc Gravell, Jarrod Dixon, Yaakov Ellis, Nick Craver</owners>
<description>Lightweight mini-profiler, in particular designed for ASP.NET MVC sites</description>
<projectUrl>http://miniprofiler.com</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<tags>profiler sql mvc asp.net performance profiling timing</tags>
<language>en-US</language>
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
</metadata>
<files>
<file src="StackExchange.Profiling\bin\Release\MiniProfiler.*" target="lib\net40" />
</files>
</package>