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

Delta Between Two Patch Sets: Tools/Google.Apis.Release/Resources/Google.Apis.Auth.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: WP!!! 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3 <metadata>
4 <id>Google.Apis.Auth</id>
5 <version>VERSION</version>
6 <title>Google APIs Auth Client Library</title>
7 <authors>Google Inc.</authors>
8 <owners>peleyal</owners>
9 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10 <projectUrl>https://code.google.com/p/google-api-dotnet-client/</project Url>
11 <requireLicenseAcceptance>false</requireLicenseAcceptance>
12 <description>
13 The Google APIs Client Library is a runtime client for working with Go ogle Services.
14 This package includes component for making authenticated calls using t he OAuth2 spec.
15
16 Supported Platforms:
17 ··········
18 - .NET Framework 4
19
20 - Windows Store apps
21
22 - Windows Phone 7.5 and 8
23
24 - Portable Class Libraries
25 </description>
26 <tags>Google</tags>
27 <dependencies>
28 <dependency id="Google.Apis" version="VERSION" />
29 </dependencies>
30 </metadata>
31 <files>
32 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.dll" target="l ib\net40\Google.Apis.Auth.dll" />
33 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.pdb" target="l ib\net40\Google.Apis.Auth.pdb" />
34 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.xml" target="l ib\net40\Google.Apis.Auth.xml" />
35 <file src="Src\GoogleApis.Auth.DotNet4\bin\Release\Google.Apis.Auth.Platfo rmServices.dll" target="lib\net40\Google.Apis.Auth.PlatformServices.dll" />
36 <file src="Src\GoogleApis.Auth.DotNet4\bin\Release\Google.Apis.Auth.Platfo rmServices.pdb" target="lib\net40\Google.Apis.Auth.PlatformServices.pdb" />
37 <file src="Src\GoogleApis.Auth.DotNet4\bin\Release\Google.Apis.Auth.Platfo rmServices.xml" target="lib\net40\Google.Apis.Auth.PlatformServices.xml" />
38
39 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.dll" target="l ib\netcore45\Google.Apis.Auth.dll" />
40 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.pdb" target="l ib\netcore45\Google.Apis.Auth.pdb" />
41 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.xml" target="l ib\netcore45\Google.Apis.Auth.xml" />
42 <file src="Src\GoogleApis.Auth.WinRT\bin\Release\Google.Apis.Auth.Platform Services.dll" target="lib\netcore45\Google.Apis.Auth.PlatformServices.dll" />
43 <file src="Src\GoogleApis.Auth.WinRT\bin\Release\Google.Apis.Auth.Platform Services.pdb" target="lib\netcore45\Google.Apis.Auth.PlatformServices.pdb" />
44 <file src="Src\GoogleApis.Auth.WinRT\bin\Release\Google.Apis.Auth.Platform Services.xml" target="lib\netcore45\Google.Apis.Auth.PlatformServices.xml" />
45
46 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.dll" target="l ib\wp8\Google.Apis.Auth.dll" />
47 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.pdb" target="l ib\wp8\Google.Apis.Auth.pdb" />
48 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.xml" target="l ib\wp8\Google.Apis.Auth.xml" />
49 <file src="Src\GoogleApis.Auth.WP\bin\Release\Google.Apis.Auth.PlatformSer vices.dll" target="lib\wp8\Google.Apis.Auth.PlatformServices.dll" />
50 <file src="Src\GoogleApis.Auth.WP\bin\Release\Google.Apis.Auth.PlatformSer vices.pdb" target="lib\wp8\Google.Apis.Auth.PlatformServices.pdb" />
51 <file src="Src\GoogleApis.Auth.WP\bin\Release\Google.Apis.Auth.PlatformSer vices.xml" target="lib\wp8\Google.Apis.Auth.PlatformServices.xml" />
52
53 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.dll" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.Auth.dll" />
54 <file src="Src\GoogleApis.Auth\bin\Release\Google.Apis.Auth.pdb" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.Auth.pdb" />
55 <file src="Src\GoogleApis.Au0th\bin\Release\Google.Apis.Auth.xml" target=" lib\portable-net4+sl4+wp71+win8\Google.Apis.Auth.xml" />
56 ······
57 <file src="Resources\License.txt" target="License.txt" />
58 </files>
59 </package>
LEFTRIGHT

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