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

Side by Side Diff: Tools/Google.Apis.Release/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/
Patch Set: david comments 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:
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.Reflection;
18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
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.Release")]
25 [assembly: AssemblyDescription("")]
26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("Google Inc")]
28 [assembly: AssemblyProduct("Google.Apis.Release")]
29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")]
30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")]
32
33 // Setting ComVisible to false makes the types in this assembly not visible·
34 // to COM components. If you need to access a type in this assembly from·
35 // COM, set the ComVisible attribute to true on that type.
36 [assembly: ComVisible(false)]
37
38 // The following GUID is for the ID of the typelib if this project is exposed to COM
39 [assembly: Guid("872013b6-ebe2-4c44-b6bb-1b92f318f463")]
40
41 // Version information for an assembly consists of the following four values:
42 //
43 // Major Version
44 // Minor Version·
45 // Build Number
46 // Revision
47 //
48 // You can specify all the values or you can default the Build and Revision Numb ers·
49 // by using the '*' as shown below:
50 // [assembly: AssemblyVersion("1.0.*")]
51 [assembly: AssemblyVersion("1.5.0.*")]
52 [assembly: AssemblyFileVersion("1.0.0.0")]
OLDNEW
« no previous file with comments | « Tools/Google.Apis.Release/ProjectExtenstions.cs ('k') | Tools/Google.Apis.Release/Repositories/Hg.cs » ('j') | no next file with comments »

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