forked from MiniProfiler/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMiniProfiler.EF5.nuspec
More file actions
21 lines (21 loc) · 909 Bytes
/
MiniProfiler.EF5.nuspec
File metadata and controls
21 lines (21 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>MiniProfiler.EF5</id>
<version>3.0.11</version>
<authors>Marc Gravell, Jarrod Dixon, Yaakov Ellis</authors>
<owners>Marc Gravell, Jarrod Dixon, Yaakov Ellis</owners>
<description>MiniProfiler integration for Entity Framework versions 4 and 5.</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 entityframework</tags>
<dependencies>
<dependency id="MiniProfiler" version="3.0.10"/>
<dependency id="EntityFramework" version="(,6.0)" />
</dependencies>
<language>en-US</language>
</metadata>
<files>
<file src="StackExchange.Profiling.EntityFramework\bin\Release\MiniProfiler.EntityFramework.*" target="lib/net40" />
</files>
</package>