forked from MiniProfiler/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMiniProfiler.WCF.nuspec
More file actions
21 lines (21 loc) · 876 Bytes
/
MiniProfiler.WCF.nuspec
File metadata and controls
21 lines (21 loc) · 876 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.WCF</id>
<version>3.0.11</version>
<authors>Marc Gravell, Sam Saffron, Jarrod Dixon</authors>
<owners>Marc Gravell, Sam Saffron, Jarrod Dixon</owners>
<description>MiniProfiler integration for WCF</description>
<projectUrl>http://miniprofiler.com</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<tags>profiler sql wcf asp.net performance profiling timing</tags>
<dependencies>
<dependency id="MiniProfiler" version="3.0.10"/>
</dependencies>
<language>en-US</language>
<releaseNotes>See https://github.com/MiniProfiler/dotnet/releases for more info</releaseNotes>
</metadata>
<files>
<file src="StackExchange.Profiling.Wcf\bin\Release\MiniProfiler.Wcf.*" target="lib/net40" />
</files>
</package>