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

Unified Diff: Src/GoogleApis.Auth/Properties/AssemblyInfo.cs

Issue 13972043: Issue 351: Reimplement OAuth2 (Step 3 - Tests, Flows and Credential) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 6 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
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/UserCredential.cs ('k') | Src/GoogleApis/Apis/Util/IClock.cs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Src/GoogleApis.Auth/Properties/AssemblyInfo.cs
===================================================================
--- a/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs
+++ b/Src/GoogleApis.Auth/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-/*
+/*
Copyright 2013 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,6 +30,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")]
+[assembly: InternalsVisibleTo("Google.Apis.Auth.PlatformServices")]
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/UserCredential.cs ('k') | Src/GoogleApis/Apis/Util/IClock.cs » ('j') | no next file with comments »

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