diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec new file mode 100644 index 0000000..1b106c5 --- /dev/null +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>DotNetOpenAuth.OAuth.ServiceProvider</id> + <version>$version$</version> + <title>DotNetOpenAuth OAuth 1.0(a) Service Provider</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> + <description>Contains assemblies that are required to implement an OAuth consumer.</description> + <dependencies> + <dependency id="DotNetOpenAuth.OAuth.Core" version="[$version$]" /> + </dependencies> + </metadata> + <files> + <file src="$OutputPath35$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net35-full\DotNetOpenAuth.OAuth.ServiceProvider.dll" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.OAuth.ServiceProvider.dll" target="lib\net40-full\DotNetOpenAuth.OAuth.ServiceProvider.dll" /> + + <file src="$OutputPath35$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net35-full\DotNetOpenAuth.OAuth.ServiceProvider.xml" /> + <file src="$OutputPath40$DotNetOpenAuth.OAuth.ServiceProvider.xml" target="lib\net40-full\DotNetOpenAuth.OAuth.ServiceProvider.xml" /> + </files> +</package>
\ No newline at end of file |