This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DotNetOpenAuth.Glimpse.nuspec
28 lines (27 loc) · 1.7 KB
/
DotNetOpenAuth.Glimpse.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DCCreative.DNOA4Glimpse</id>
<version>1.3.0</version>
<title>Glimpse for DotNetOpenAuth</title>
<authors>David Christiansen</authors>
<owners>David Christiansen</owners>
<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
<iconUrl>https://raw.github.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package is a plugin for Glimpse that provides you a detailed view of all activity from within the DotNetOpenAuth library.
Glimpse - What Firebug is for the client, Glimpse does for the server... in other words, a client side Glimpse into whats going on in your server.</description>
<summary>A plugin for Glimpse that provides you a detailed view of all activity from within the DotNetOpenAuth library.</summary>
<language>en-GB</language>
<tags>ASP.NET Web WebForms Glimpse diagnostics performance profiling timing openid oauth</tags>
<dependencies>
<dependency id="log4net" version="2.0.0" />
<dependency id="Glimpse" version="1.3.0" />
</dependencies>
</metadata>
<files>
<file src="source\DCCreative.DNOA4Glimpse\App_Readme\DCCreative.DNOA4Glimpse.Readme.txt" target="content\App_Readme\DCCreative.DNOA4Glimpse.Readme.txt" />
<file src="output\DCCreative.DNOA4Glimpse.dll" target="lib\net40\DCCreative.DNOA4Glimpse.dll" />
</files>
</package>