forked from DotNetOpenAuth/DotNetOpenAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotNetOpenAuth.OpenId.UI.nuspec
More file actions
27 lines (26 loc) · 1.41 KB
/
DotNetOpenAuth.OpenId.UI.nuspec
File metadata and controls
27 lines (26 loc) · 1.41 KB
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OpenId.Core.UI</id>
<version>$version$</version>
<title>DotNetOpenAuth OpenID Core (ASP.NET controls)</title>
<authors>Andrew Arnott, David Christiansen</authors>
<owners>David Christiansen, Andrew Arnott</owners>
<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl>
<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Common functionality required to implement an OpenID Provider or Relying Party that includes ASP.NET controls.</summary>
<description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
<dependencies>
<dependency id="DotNetOpenAuth.Core.UI" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath45$$identity$.dll" target="lib\net45-full\" />
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
</files>
</package>