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

Delta Between Two Patch Sets: Tools/Google.Apis.Release/Resources/Google.Apis.Auth.Mvc4.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/2012/06/nuspec.xsd">
3 <metadata>
4 <id>Google.Apis.Auth.Mvc4</id>
5 <version>VERSION</version>
6 <title>Google APIs Auth MVC Extensions</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 The ASP.NET MVC extension library contains Auth controller and Authori zation Code MVC App to make the OAuth2·
15 flow easier to use.
16 </description>
17 <tags>Google</tags>
18 <dependencies>
19 <dependency id="Google.Apis.Auth" version="VERSION" />
20 </dependencies>
21 </metadata>
22 <files>
23 <file src="Src\GoogleApis.Auth.Mvc4\bin\Release\Google.Apis.Auth.Mvc4.dll" target="lib\net40\Google.Apis.Auth.Mvc4.dll" />
24 <file src="Src\GoogleApis.Auth.Mvc4\bin\Release\Google.Apis.Auth.Mvc4.pdb" target="lib\net40\Google.Apis.Auth.Mvc4.pdb" />
25 <file src="Src\GoogleApis.Auth.Mvc4\bin\Release\Google.Apis.Auth.Mvc4.xml" target="lib\net40\Google.Apis.Auth.Mvc4.xml" />
26 ······
27 <file src="Resources\License.txt" target="License.txt" />
28 </files>
29 </package>
LEFTRIGHT

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