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

Delta Between Two Patch Sets: Src/GoogleApis.Authentication.OAuth2.Tests/Properties/AssemblyInfo.cs

Issue 13412046: Reimplement OAuth2 library - Step 1 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: self review 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
LEFTRIGHT
(no file at all)
1 using System.Reflection; 1 using System.Reflection;
2 using System.Runtime.CompilerServices; 2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
4 4
5 // General Information about an assembly is controlled through the following· 5 // General Information about an assembly is controlled through the following·
6 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
7 // associated with an assembly. 7 // associated with an assembly.
8 [assembly: AssemblyTitle("GoogleApis.Authentication.OAuth2.Tests")] 8 [assembly: AssemblyTitle("Google.Apis.Authentication.OAuth2.Tests")]
9 [assembly: AssemblyDescription("")] 9 [assembly: AssemblyDescription("")]
10 [assembly: AssemblyConfiguration("")] 10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("Google")] 11 [assembly: AssemblyCompany("Google Inc")]
12 [assembly: AssemblyProduct("GoogleApis.Authentication.OAuth2.Tests")] 12 [assembly: AssemblyProduct("")]
13 [assembly: AssemblyCopyright("Copyright © Google Inc 2012")] 13 [assembly: AssemblyCopyright("Copyright © Google Inc 2012")]
14 [assembly: AssemblyTrademark("")] 14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")] 15 [assembly: AssemblyCulture("")]
16 16
17 // Setting ComVisible to false makes the types in this assembly not visible· 17 // Setting ComVisible to false makes the types in this assembly not visible·
18 // to COM components. If you need to access a type in this assembly from· 18 // to COM components. If you need to access a type in this assembly from·
19 // COM, set the ComVisible attribute to true on that type. 19 // COM, set the ComVisible attribute to true on that type.
20 [assembly: ComVisible(false)] 20 [assembly: ComVisible(false)]
21 21
22 // The following GUID is for the ID of the typelib if this project is exposed to COM 22 // The following GUID is for the ID of the typelib if this project is exposed to COM
23 [assembly: Guid("76000f73-b1a2-46c3-8a32-711f385f80d2")] 23 [assembly: Guid("76000f73-b1a2-46c3-8a32-711f385f80d2")]
24 24
25 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 25 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
26 // The form "{Major}.{Minor}.*" will automatically update the build and revision , 26 // The form "{Major}.{Minor}.*" will automatically update the build and revision ,
27 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 27 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
28 [assembly: AssemblyVersion("1.5.0.*")] 28 [assembly: AssemblyVersion("1.5.0.*")]
LEFTRIGHT

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