diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.Ultimate.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Ultimate.nuspec | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec deleted file mode 100644 index 5a96a3f..0000000 --- a/nuget/DotNetOpenAuth.Ultimate.nuspec +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>DotNetOpenAuth.Ultimate</id> - <version>$version$</version> - <title>DotNetOpenAuth (unified)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> - <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> - <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> - <summary>OpenID & OAuth library for web and desktop applications.</summary> - <description> - A single assembly that adds OpenID 1.1/2.0 and OAuth 1.0(a)/2.0 authentication and authorization functionality for client and server applications. - This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services. - </description> - <language>en-US</language> - </metadata> - <files> - <file src="$OutputPath45$unified\$signedSubPath$DotNetOpenAuth.dll" target="lib\net45-full\" /> - <file src="$OutputPath45$unified\DotNetOpenAuth.pdb" target="lib\net45-full\" /> - <file src="$OutputPath45$unified\DotNetOpenAuth.xml" target="lib\net45-full\" /> - <file src="content\Ultimate\net45-full\web.config.transform" target="content\net45-full\web.config.transform" /> - - <file src="..\src\**\*.cs" target="src" exclude="..\src\*\obj\**" /> - <file src="$IntermediatePath$*.Version.cs" target="src" /> - </files> -</package>
\ No newline at end of file |