Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Added OAuth 2 NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 29, 2012
1 parent 96376fd commit 188fb4a
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 0 deletions.
30 changes: 30 additions & 0 deletions nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OAuth2.AuthorizationServer</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Authorization Server</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 2.0 Authorization Server.</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.AuthorizationServer.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.AuthorizationServer.dll" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.AuthorizationServer.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.AuthorizationServer.pdb" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.AuthorizationServer.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.AuthorizationServer.xml" target="lib\net40-full" />

<file src="..\src\DotNetOpenAuth.OAuth2.AuthorizationServer\**\*.cs" target="src" />
</files>
</package>
30 changes: 30 additions & 0 deletions nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OAuth2.Client.UI</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Client (ASP.NET controls)</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 2.0 Client ASP.NET controls.</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Client" version="[$oauth2version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.Client.UI.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.Client.UI.dll" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.UI.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.UI.pdb" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.UI.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.UI.xml" target="lib\net40-full" />

<file src="..\src\DotNetOpenAuth.OAuth2.Client.UI\**\*.cs" target="src" />
</files>
</package>
30 changes: 30 additions & 0 deletions nuget/DotNetOpenAuth.OAuth2.Client.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OAuth2.Client</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Client</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 2.0 Client.</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.Client.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.Client.dll" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.pdb" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.Client.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.Client.xml" target="lib\net40-full" />

<file src="..\src\DotNetOpenAuth.OAuth2.Client\**\*.cs" target="src" />
</files>
</package>
31 changes: 31 additions & 0 deletions nuget/DotNetOpenAuth.OAuth2.Core.nuspec
Original file line number Diff line number Diff line change
@@ -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>
<description>Contains assemblies that are required to implement an OAuth 2.0 client, authorization server or resource server.</description>
<dependencies>
<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.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>
31 changes: 31 additions & 0 deletions nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OAuth2.ResourceServer</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Resource Server</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 2.0 Resource Server.</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.OAuth2.ResourceServer.dll" target="lib\net35-full" />
<file src="$OutputPath40$signed\DotNetOpenAuth.OAuth2.ResourceServer.dll" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ResourceServer.pdb" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ResourceServer.pdb" target="lib\net40-full" />

<file src="$OutputPath35$DotNetOpenAuth.OAuth2.ResourceServer.xml" target="lib\net35-full" />
<file src="$OutputPath40$DotNetOpenAuth.OAuth2.ResourceServer.xml" target="lib\net40-full" />

<file src="..\src\DotNetOpenAuth.OAuth2.ResourceServer\**\*.cs" target="src" />
</files>
</package>
1 change: 1 addition & 0 deletions nuget/nuget.proj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<NuGetPackages Include="DotNetOpenAuth.Ultimate.nuspec" />

<NuGetProperties Include="version=$(BuildVersion)" />
<NuGetProperties Include="oauth2version=0.11.0-draft" />
<NuGetProperties Include="OutputPath35=$(OutputPath35)" />
<NuGetProperties Include="OutputPath40=$(OutputPath40)" />
</ItemGroup>
Expand Down

0 comments on commit 188fb4a

Please sign in to comment.