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

Delta Between Two Patch Sets: Tools/Google.Apis.Utils/Properties/AssemblyInfo.cs

Issue 12767046: Issue 377: New build for releasing a new version (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: Created 10 years, 11 months ago
Right Patch Set: david comments 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Tools/Google.Apis.Utils/NuGetUtilities.cs ('k') | Tools/Google.Apis.Utils/Trace/TraceExtensions.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
1 using System.Reflection; 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.Reflection;
2 using System.Runtime.CompilerServices; 18 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices; 19 using System.Runtime.InteropServices;
4 20
5 // General Information about an assembly is controlled through the following· 21 // General Information about an assembly is controlled through the following·
6 // set of attributes. Change these attribute values to modify the information 22 // set of attributes. Change these attribute values to modify the information
7 // associated with an assembly. 23 // associated with an assembly.
8 [assembly: AssemblyTitle("Google.Apis.Utils")] 24 [assembly: AssemblyTitle("Google.Apis.Utils")]
9 [assembly: AssemblyDescription("")] 25 [assembly: AssemblyDescription("")]
10 [assembly: AssemblyConfiguration("")] 26 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("")] 27 [assembly: AssemblyCompany("Google Inc")]
12 [assembly: AssemblyProduct("Google.Apis.Utils")] 28 [assembly: AssemblyProduct("Google.Apis.Utils")]
13 [assembly: AssemblyCopyright("Copyright © 2013")] 29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")]
14 [assembly: AssemblyTrademark("")] 30 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")] 31 [assembly: AssemblyCulture("")]
16 32
17 // Setting ComVisible to false makes the types in this assembly not visible· 33 // 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· 34 // 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. 35 // COM, set the ComVisible attribute to true on that type.
20 [assembly: ComVisible(false)] 36 [assembly: ComVisible(false)]
21 37
22 // The following GUID is for the ID of the typelib if this project is exposed to COM 38 // The following GUID is for the ID of the typelib if this project is exposed to COM
23 [assembly: Guid("c8895269-c8e5-4222-8171-6ff4aa597f5d")] 39 [assembly: Guid("c8895269-c8e5-4222-8171-6ff4aa597f5d")]
24 40
25 // Version information for an assembly consists of the following four values: 41 // Version information for an assembly consists of the following four values:
26 // 42 //
27 // Major Version 43 // Major Version
28 // Minor Version· 44 // Minor Version·
29 // Build Number 45 // Build Number
30 // Revision 46 // Revision
31 // 47 //
32 // You can specify all the values or you can default the Build and Revision Numb ers· 48 // You can specify all the values or you can default the Build and Revision Numb ers·
33 // by using the '*' as shown below: 49 // by using the '*' as shown below:
34 // [assembly: AssemblyVersion("1.0.*")] 50 // [assembly: AssemblyVersion("1.0.*")]
35 [assembly: AssemblyVersion("1.0.0.0")] 51 [assembly: AssemblyVersion("1.5.0.*")]
36 [assembly: AssemblyFileVersion("1.0.0.0")] 52 [assembly: AssemblyFileVersion("1.0.0.0")]
LEFTRIGHT

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