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

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

Issue 12767046: Issue 377: New build for releasing a new version (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: Using this tool to release 1.5.0-beta Created 10 years, 7 months ago
Right Patch Set: david comments Created 10 years, 6 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/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>The Google APIs Client Library is a runtime client for work ing with Google Services. The library supports service requests, media upload an d download, etc.</description> 12 <description>
13 The Google APIs Client Library is a runtime client for working with Google Services.
14 The library supports service requests, media upload and download, et c.
15
16 Supported Platforms:
17
18 - Windows Store apps
19
20 - Windows Phone 7.5 and 8
21
22 - Silverlight 4 and 5
23
24 - Portable Class Libraries
25 </description>
13 <tags>Google</tags> 26 <tags>Google</tags>
14 <dependencies> 27 <dependencies>
15 <group> 28 <group>
16 <dependency id="Newtonsoft.Json" version="5.0.5" /> 29 <dependency id="Newtonsoft.Json" version="5.0.5" />
17 <dependency id="Microsoft.Bcl" version="1.0.19" /> 30 <dependency id="Microsoft.Bcl" version="1.0.19" />
18 <dependency id="Microsoft.Bcl.Async" version="1.0.16" /> 31 <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
19 <dependency id="Microsoft.Bcl.Build" version="1.0.7" /> 32 <dependency id="Microsoft.Bcl.Build" version="1.0.7" />
20 <dependency id="Microsoft.Net.Http" version="2.1.10" /> 33 <dependency id="Microsoft.Net.Http" version="2.1.10" />
21 <dependency id="Zlib.Portable" version="1.9.2" /> 34 <dependency id="Zlib.Portable" version="1.9.2" />
22 </group> 35 </group>
(...skipping 14 matching lines...) Expand all
37 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.xml" target="l ib\net40\Google.Apis.xml" /> 50 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.xml" target="l ib\net40\Google.Apis.xml" />
38 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.dll" target="lib\net40\Google.Apis.PlatformServices.dll" /> 51 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.dll" target="lib\net40\Google.Apis.PlatformServices.dll" />
39 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.pdb" target="lib\net40\Google.Apis.PlatformServices.pdb" /> 52 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.pdb" target="lib\net40\Google.Apis.PlatformServices.pdb" />
40 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.xml" target="lib\net40\Google.Apis.PlatformServices.xml" /> 53 <file src="default\Src\GoogleApis.DotNet4\bin\Release\Google.Apis.Platfo rmServices.xml" target="lib\net40\Google.Apis.PlatformServices.xml" />
41 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.dll" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.dll" /> 54 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.dll" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.dll" />
42 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.pdb" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.pdb" /> 55 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.pdb" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.pdb" />
43 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.xml" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.xml" /> 56 <file src="default\Src\GoogleApis\bin\Release\Google.Apis.xml" target="l ib\portable-net4+sl4+wp71+win8\Google.Apis.xml" />
44 <file src="Resources\License.txt" target="License.txt" /> 57 <file src="Resources\License.txt" target="License.txt" />
45 </files> 58 </files>
46 </package> 59 </package>
LEFTRIGHT

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