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

Delta Between Two Patch Sets: 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/
Left Patch Set: 2nd round Created 10 years, 6 months ago
Right Patch Set: minor 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Src/GoogleApis.Auth/OAuth2/UserCredential.cs ('k') | Src/GoogleApis/Apis/Util/IClock.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 /* 1 /*
2 Copyright 2013 Google Inc 2 Copyright 2013 Google Inc
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS, 11 distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 11 matching lines...) Expand all
23 // associated with an assembly. 23 // associated with an assembly.
24 [assembly: AssemblyTitle("Google.Apis.Auth")] 24 [assembly: AssemblyTitle("Google.Apis.Auth")]
25 [assembly: AssemblyDescription("")] 25 [assembly: AssemblyDescription("")]
26 [assembly: AssemblyConfiguration("")] 26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("Google Inc")] 27 [assembly: AssemblyCompany("Google Inc")]
28 [assembly: AssemblyProduct("")] 28 [assembly: AssemblyProduct("")]
29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")] 29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")]
30 [assembly: AssemblyTrademark("")] 30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")] 31 [assembly: AssemblyCulture("")]
32 [assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")] 32 [assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")]
33 [assembly: InternalsVisibleTo("Google.Apis.Auth.PlatformServices")]
33 34
34 35
35 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 36 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
36 // The form "{Major}.{Minor}.*" will automatically update the build and revision , 37 // The form "{Major}.{Minor}.*" will automatically update the build and revision ,
37 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 38 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
38 [assembly: AssemblyVersion("1.5.0.*")] 39 [assembly: AssemblyVersion("1.5.0.*")]
LEFTRIGHT

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