[go: nahoru, domu]

Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1509)
Side by Side Diff: Tools/Google.Apis.NuGet.Publisher/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, 9 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
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.NuGet.Publisher")] 24 [assembly: AssemblyTitle("Google.Apis.NuGet.Publisher")]
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")]
OLDNEW
« no previous file with comments | « Tools/Google.Apis.NuGet.Publisher/Program.cs ('k') | Tools/Google.Apis.NuGet.Publisher/TraceExtensions.cs » ('j') | no next file with comments »

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