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

Unified Diff: Src/GoogleApis/Apis/Discovery/DiscoveryVersion.cs

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 10 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: Src/GoogleApis/Apis/Discovery/DiscoveryVersion.cs
===================================================================
--- a/Src/GoogleApis/Apis/Discovery/DiscoveryVersion.cs
b/Src/GoogleApis/Apis/Discovery/DiscoveryVersion.cs
@@ -14,12 14,19 @@
limitations under the License.
*/
using System;
namespace Google.Apis.Discovery
{
/// <summary> An enumeration of all supported discovery versions.</summary>
public enum DiscoveryVersion
{
/// <summary>Discovery version 1.0.</summary>
Version_1_0,
/// <summary>Discovery version 0.3.</summary>
[Obsolete("Discovery version 0.3 is not supported any more and it's going to be removed in 1.7.0-beta, "
"Use Version_1_0 instead.")]
Version_0_3,
}
}

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