Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Side by Side Diff: third_party/protobuf/csharp/src/AddressBook/Properties/AssemblyInfo.cs

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 using System.Reflection;
2 using System.Runtime.InteropServices;
3
4 // General Information about an assembly is controlled through the following
5 // set of attributes. Change these attribute values to modify the information
6 // associated with an assembly.
7
8 [assembly: AssemblyTitle("AddressBook")]
9 [assembly: AssemblyDescription("")]
10 [assembly: AssemblyConfiguration("")]
11 [assembly: AssemblyCompany("")]
12 [assembly: AssemblyProduct("AddressBook")]
13 [assembly: AssemblyCopyright("Copyright © 2015")]
14 [assembly: AssemblyTrademark("")]
15 [assembly: AssemblyCulture("")]
16
17 [assembly: AssemblyVersion("3.0.0.0")]
18 [assembly: AssemblyFileVersion("3.0.0.0")]
OLDNEW
« no previous file with comments | « third_party/protobuf/csharp/src/AddressBook/Program.cs ('k') | third_party/protobuf/csharp/src/AddressBook/SampleUsage.cs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698