forked from MiniProfiler/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MiniProfiler.EF6.nuspec
22 lines (22 loc) · 962 Bytes
/
MiniProfiler.EF6.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>MiniProfiler.EF6</id>
<version>3.0.11</version>
<authors>Jarrod Dixon, Yaakov Ellis</authors>
<owners>Jarrod Dixon, Yaakov Ellis</owners>
<description>MiniProfiler integration for Entity Framework 6</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.1" />
</dependencies>
<language>en-US</language>
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
</metadata>
<files>
<file src="StackExchange.Profiling.EntityFramework6\bin\Release\MiniProfiler.EntityFramework6.*" target="lib/net40" />
</files>
</package>