-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMiniProfiler.DeepProfiling.Autofac.nuspec
38 lines (38 loc) · 1.28 KB
/
MiniProfiler.DeepProfiling.Autofac.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
35
36
37
38
<?xml version='1.0' encoding='UTF-8'?>
<package>
<metadata>
<id>
MiniProfiler.DeepProfiling.Autofac
</id>
<version>
2.1.0.8
</version>
<authors>
mdaviesnet
</authors>
<description>
Automatically supports profiling all methods called on interfaces resolved from an Autofac IoC container.
</description>
<projectUrl>
https://github.com/MattDavies/MiniProfiler.DeepProfiling.Autofac
</projectUrl>
<licenseUrl>
https://github.com/MattDavies/MiniProfiler.DeepProfiling.Autofac/blob/master/LICENSE.txt
</licenseUrl>
<tags>
profiler, sql, mvc, asp.net, performance, profiling, timing, autofac, miniprofiler
</tags>
<language>
en-US
</language>
<dependencies>
<dependency id="MiniProfiler" version="2.1.0" />
<dependency id="Autofac" version="2.6.3.862" />
<dependency id="Castle.Core" version="3.0.0.4001" />
</dependencies>
</metadata>
<files>
<file src="MiniProfiler.DeepProfiling.Autofac\bin\Release\StackExchange.Profiling.DeepProfiling.Autofac.dll" target="lib\NET40" />
<file src="MiniProfiler.DeepProfiling.Autofac\bin\Release\StackExchange.Profiling.DeepProfiling.Autofac.pdb" target="lib\NET40" />
</files>
</package>