Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(572)

Delta Between Two Patch Sets: Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec

Issue 13251043: Issue 351: Reimplement OAuth2 library - Step 7 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: pull latest changes Created 10 years, 6 months ago
Right Patch Set: Step 7 - Tools change Created 10 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> 2 <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
3 <metadata> 3 <metadata>
4 <id>Google.Apis.Authentication</id> 4 <id>Google.Apis.Authentication</id>
5 <version>VERSION</version> 5 <version>VERSION</version>
6 <title>Google APIs OAuth2 Client Library</title> 6 <title>Google APIs OAuth2 Client Library</title>
7 <authors>Google Inc.</authors> 7 <authors>Google Inc.</authors>
8 <owners>peleyal</owners> 8 <owners>peleyal</owners>
9 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> 9 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10 <projectUrl>https://code.google.com/p/google-api-dotnet-client/</project Url> 10 <projectUrl>https://code.google.com/p/google-api-dotnet-client/</project Url>
11 <requireLicenseAcceptance>false</requireLicenseAcceptance> 11 <requireLicenseAcceptance>false</requireLicenseAcceptance>
12 <description> 12 <description>
13 [OBSOLETE] Please install Google.Apis.Auth instead. 13 [OBSOLETE] Please install Google.Apis.Auth instead.
14 The Google APIs Client Library is a runtime client for working with Google Services. 14 The Google APIs Client Library is a runtime client for working with Go ogle Services.
15 This package includes component for making authenticated calls using the OAuth2 spec. 15 This package includes component for making authenticated calls using t he OAuth2 spec.
16 </description> 16 </description>
17 <tags>Google</tags> 17 <tags>Google</tags>
18 <dependencies> 18 <dependencies>
19 <dependency id="Google.Apis" version="VERSION" /> 19 <dependency id="Google.Apis" version="VERSION" />
20 </dependencies> 20 </dependencies>
21 </metadata> 21 </metadata>
22 <files> 22 <files>
23 <file src="ThirdParty\DotNetOpenAuth.dll" target="lib\net40\DotNetOpenAu th.dll" /> 23 <file src="ThirdParty\DotNetOpenAuth.dll" target="lib\net40\DotNetOpenAu th.dll" />
24 <file src="ThirdParty\DotNetOpenAuth.LICENSE" target="DotNetOpenAuth.LIC ENSE" /> 24 <file src="ThirdParty\DotNetOpenAuth.LICENSE" target="DotNetOpenAuth.LIC ENSE" />
25 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.dll" target="lib\net40\Google.Apis.Authentication.OAuth2.d ll" /> 25 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.dll" target="lib\net40\Google.Apis.Authentication.OAuth2.d ll" />
26 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.pdb" target="lib\net40\Google.Apis.Authentication.OAuth2.p db" /> 26 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.pdb" target="lib\net40\Google.Apis.Authentication.OAuth2.p db" />
27 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.xml" target="lib\net40\Google.Apis.Authentication.OAuth2.x ml" /> 27 <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis. Authentication.OAuth2.xml" target="lib\net40\Google.Apis.Authentication.OAuth2.x ml" />
28 ······
28 <file src="Resources\License.txt" target="License.txt" /> 29 <file src="Resources\License.txt" target="License.txt" />
29 </files> 30 </files>
30 </package> 31 </package>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b