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

Delta Between Two Patch Sets: Tools/Google.Apis.Release/Resources/Google.Apis.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: minor 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
« no previous file with change/comment | « Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/2012/06/nuspec.xsd"> 2 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3 <metadata> 3 <metadata>
4 <id>Google.Apis</id> 4 <id>Google.Apis</id>
5 <version>VERSION</version> 5 <version>VERSION</version>
6 <title>Google APIs Client Library</title> 6 <title>Google APIs 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 The Google APIs Client Library is a runtime client for working with Google Services. 13 The Google APIs Client Library is a runtime client for working with Go ogle Services.
14 The library supports service requests, media upload and download, et c. 14 The library supports service requests, media upload and download, etc.
15 15
16 Supported Platforms: 16 Supported Platforms:
17 ··········
18 - .NET Framework 4
17 19
18 - Windows Store apps 20 - Windows Store apps
19 21
20 - Windows Phone 7.5 and 8 22 - Windows Phone 7.5 and 8
21 23
22 - Portable Class Libraries 24 - Portable Class Libraries
23 </description> 25 </description>
24 <tags>Google</tags> 26 <tags>Google</tags>
25 <dependencies> 27 <dependencies>
26 <group> 28 <group>
27 <dependency id="Newtonsoft.Json" version="5.0.5" /> 29 <dependency id="Newtonsoft.Json" version="5.0.5" />
28 <dependency id="Microsoft.Bcl" version="1.0.19" /> 30 <dependency id="Microsoft.Bcl" version="1.0.19" />
29 <dependency id="Microsoft.Bcl.Async" version="1.0.16" /> 31 <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
30 <dependency id="Microsoft.Bcl.Build" version="1.0.7" /> 32 <dependency id="Microsoft.Bcl.Build" version="1.0.7" />
31 <dependency id="Microsoft.Net.Http" version="2.1.10" /> 33 <dependency id="Microsoft.Net.Http" version="2.1.10" />
32 <dependency id="Zlib.Portable" version="1.9.2" /> 34 <dependency id="Zlib.Portable" version="1.9.2" />
(...skipping 27 matching lines...) Expand all
60 <file src="Src\GoogleApis\bin\Release\Google.Apis.dll" target="lib\wp8\Goo gle.Apis.dll" /> 62 <file src="Src\GoogleApis\bin\Release\Google.Apis.dll" target="lib\wp8\Goo gle.Apis.dll" />
61 <file src="Src\GoogleApis\bin\Release\Google.Apis.pdb" target="lib\wp8\Goo gle.Apis.pdb" /> 63 <file src="Src\GoogleApis\bin\Release\Google.Apis.pdb" target="lib\wp8\Goo gle.Apis.pdb" />
62 <file src="Src\GoogleApis\bin\Release\Google.Apis.xml" target="lib\wp8\Goo gle.Apis.xml" /> 64 <file src="Src\GoogleApis\bin\Release\Google.Apis.xml" target="lib\wp8\Goo gle.Apis.xml" />
63 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.dll" target="lib\wp8\Google.Apis.PlatformServices.dll" /> 65 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.dll" target="lib\wp8\Google.Apis.PlatformServices.dll" />
64 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.pdb" target="lib\wp8\Google.Apis.PlatformServices.pdb" /> 66 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.pdb" target="lib\wp8\Google.Apis.PlatformServices.pdb" />
65 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.xml" target="lib\wp8\Google.Apis.PlatformServices.xml" /> 67 <file src="Src\GoogleApis.WP\bin\Release\Google.Apis.PlatformServices.xml" target="lib\wp8\Google.Apis.PlatformServices.xml" />
66 68
67 <file src="Src\GoogleApis\bin\Release\Google.Apis.dll" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.dll" /> 69 <file src="Src\GoogleApis\bin\Release\Google.Apis.dll" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.dll" />
68 <file src="Src\GoogleApis\bin\Release\Google.Apis.pdb" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.pdb" /> 70 <file src="Src\GoogleApis\bin\Release\Google.Apis.pdb" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.pdb" />
69 <file src="Src\GoogleApis\bin\Release\Google.Apis.xml" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.xml" /> 71 <file src="Src\GoogleApis\bin\Release\Google.Apis.xml" target="lib\portabl e-net4+sl4+wp71+win8\Google.Apis.xml" />
72 ······
70 <file src="Resources\License.txt" target="License.txt" /> 73 <file src="Resources\License.txt" target="License.txt" />
71 </files> 74 </files>
72 </package> 75 </package>
LEFTRIGHT

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