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

Side by Side Diff: Src/GoogleApis.Auth/Properties/AssemblyInfo.cs

Issue 13632059: Issue 351: Reimplement OAuth2 - Step 2 (Auth PCL - only data types) (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: minor Created 10 years, 10 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 Copyright 2013 Google Inc
3
4 Licensed under the Apache License, Version 2.0 (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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 */
16
17 using System.Resources;
18 using System.Reflection;
19 using System.Runtime.CompilerServices;
20
21 // General Information about an assembly is controlled through the following·
22 // set of attributes. Change these attribute values to modify the information
23 // associated with an assembly.
24 [assembly: AssemblyTitle("Google.Apis.Auth")]
25 [assembly: AssemblyDescription("")]
26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("Google Inc")]
28 [assembly: AssemblyProduct("")]
29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")]
30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")]
32 [assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")]
33
34
35 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
36 // The form "{Major}.{Minor}.*" will automatically update the build and revision ,
37 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
38 [assembly: AssemblyVersion("1.5.0.*")]
OLDNEW
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/Responses/TokenResponseException.cs ('k') | Src/GoogleApis.Auth/packages.config » ('j') | no next file with comments »

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