diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:27:08 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-30 21:27:08 -0700 |
commit | 39fd71636b28b49a97df67068aed49861c869d0e (patch) | |
tree | 17dfa591a6969b9162bb0f69295ce3f81618a719 /nuget/DotNetOpenAuth.OAuth2.nuspec | |
parent | cb087bbb0153c7f6636391cf8bab3ec28ce48ea1 (diff) | |
download | DotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.zip DotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.tar.gz DotNetOpenAuth-39fd71636b28b49a97df67068aed49861c869d0e.tar.bz2 |
Renamed nuspec files to match the names of the projects they include.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.nuspec | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.nuspec b/nuget/DotNetOpenAuth.OAuth2.nuspec new file mode 100644 index 0000000..f957069 --- /dev/null +++ b/nuget/DotNetOpenAuth.OAuth2.nuspec @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>DotNetOpenAuth.OAuth2.Core</id> + <version>$oauth2version$</version> + <title>DotNetOpenAuth OAuth 2.0 Core</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>Common functionality required to implement an OAuth 2.0 client, authorization server or resource server.</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" version="[$version$]" /> + </dependencies> + </metadata> + <files> + <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net35-full" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.dll" target="lib\net40-full" /> + + <file src="$OutputPath35$DotNetOpenAuth.OAuth2.pdb" target="lib\net35-full" /> + <file src="$OutputPath40$DotNetOpenAuth.OAuth2.pdb" target="lib\net40-full" /> + + <file src="$OutputPath35$DotNetOpenAuth.OAuth2.xml" target="lib\net35-full" /> + <file src="$OutputPath40$DotNetOpenAuth.OAuth2.xml" target="lib\net40-full" /> + + <file src="..\src\DotNetOpenAuth.OAuth2\**\*.cs" target="src" /> + </files> +</package>
\ No newline at end of file |