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

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

Issue 176220043: Issue 471: Support WP8.1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: AuthorizationCodeBroker main class comment Created 9 years, 4 months ago
Right Patch Set: minor Created 9 years, 4 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"?> 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.Core</id> 4 <id>Google.Apis.Core</id>
5 <version>VERSION</version> 5 <version>VERSION</version>
6 <title>Google APIs Core Client Library</title> 6 <title>Google APIs Core 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 Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on. 13 The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.
14 14
15 Supported Platforms: 15 Supported Platforms:
16 16
17 - .NET Framework 4 17 - .NET Framework 4
18 18
19 - Windows Store apps 19 - Windows Store apps
20 20
21 - Windows Phone 8 and 8.1 21 - Windows Phone 8 and 8.1
22 ·········· 22 ··········
23 - Portable Class Libraries 23 - Portable Class Libraries
24 </description> 24 </description>
25 <tags>Google</tags> 25 <tags>Google</tags>
26 <dependencies> 26 <dependencies>
27 <dependency id="Microsoft.Bcl" version="1.1.9" /> 27 <dependency id="Microsoft.Bcl" version="1.1.9" />
28 <dependency id="Microsoft.Bcl.Async" version="1.0.168" /> 28 <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
29 <dependency id="Microsoft.Bcl.Build" version="1.0.14" /> 29 <dependency id="Microsoft.Bcl.Build" version="1.0.14" />
30 <dependency id="Microsoft.Net.Http" version="2.2.22" /> 30 <dependency id="Microsoft.Net.Http" version="2.2.28" />
31 <dependency id="Newtonsoft.Json" version="6.0.4" /> 31 <dependency id="Newtonsoft.Json" version="6.0.6" />
32 </dependencies> 32 </dependencies>
33 </metadata> 33 </metadata>
34 <files> 34 <files>
35 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.dll" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.dll" /> 35 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.dll" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.dll" />
36 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.pdb" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.pdb" /> 36 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.pdb" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.pdb" />
37 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.xml" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.xml" /> 37 <file src="Src\GoogleApis.Core\bin\Release\Google.Apis.Core.xml" target="l ib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.xml" />
38 ······ 38 ······
39 <file src="Resources\License.txt" target="License.txt" /> 39 <file src="Resources\License.txt" target="License.txt" />
40 </files> 40 </files>
41 </package> 41 </package>
LEFTRIGHT

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