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

Unified Diff: Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec

Issue 13251043: Issue 351: Reimplement OAuth2 library - Step 7 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Step 7 - Tools change Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec
===================================================================
--- a/Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec
+++ b/Tools/Google.Apis.Release/Resources/Google.Apis.Authentication.VERSION.nuspec
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Google.Apis.Authentication</id>
@@ -10,8 +10,9 @@
<projectUrl>https://code.google.com/p/google-api-dotnet-client/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
- The Google APIs Client Library is a runtime client for working with Google Services.
- This pakcage includes component for making authenticated calls using the OAuth2 spec.
+ [OBSOLETE] Please install Google.Apis.Auth instead.
+ The Google APIs Client Library is a runtime client for working with Google Services.
+ This package includes component for making authenticated calls using the OAuth2 spec.
</description>
<tags>Google</tags>
<dependencies>
@@ -19,11 +20,12 @@
</dependencies>
</metadata>
<files>
- <file src="default\ThirdParty\DotNetOpenAuth.dll" target="lib\net40\DotNetOpenAuth.dll" />
- <file src="default\ThirdParty\DotNetOpenAuth.LICENSE" target="DotNetOpenAuth.LICENSE" />
- <file src="default\Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.dll" target="lib\net40\Google.Apis.Authentication.OAuth2.dll" />
- <file src="default\Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.pdb" target="lib\net40\Google.Apis.Authentication.OAuth2.pdb" />
- <file src="default\Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.xml" target="lib\net40\Google.Apis.Authentication.OAuth2.xml" />
+ <file src="ThirdParty\DotNetOpenAuth.dll" target="lib\net40\DotNetOpenAuth.dll" />
+ <file src="ThirdParty\DotNetOpenAuth.LICENSE" target="DotNetOpenAuth.LICENSE" />
+ <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.dll" target="lib\net40\Google.Apis.Authentication.OAuth2.dll" />
+ <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.pdb" target="lib\net40\Google.Apis.Authentication.OAuth2.pdb" />
+ <file src="Src\GoogleApis.Authentication.OAuth2\bin\Release\Google.Apis.Authentication.OAuth2.xml" target="lib\net40\Google.Apis.Authentication.OAuth2.xml" />
+
<file src="Resources\License.txt" target="License.txt" />
</files>
</package>

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