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

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: minor Created 10 years, 6 months ago
Right 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:
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 /*
peleyal 2013/09/14 21:15:14 header
peleyal 2013/09/16 12:33:54 Done.
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("Google Inc")] 27 [assembly: AssemblyCompany("Google Inc")]
(...skipping 15 matching lines...) Expand all
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.5.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