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

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 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
1 using System.Reflection; 1 using System.Reflection;
2 using System.Runtime.CompilerServices; 2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices; 3 using System.Runtime.InteropServices;
4 4
5 // General Information about an assembly is controlled through the following 5 // General Information about an assembly is controlled through the following
6 // set of attributes. Change these attribute values to modify the information 6 // set of attributes. Change these attribute values to modify the information
7 // associated with an assembly. 7 // associated with an assembly.
8 8
9 [assembly: AssemblyTitle("ProtoDump")] 9 [assembly: AssemblyTitle("ProtoDump")]
10 [assembly: AssemblyDescription("")] 10 [assembly: AssemblyDescription("")]
11 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("")] 12 [assembly: AssemblyCompany("")]
13 [assembly: AssemblyProduct("ProtoDump")] 13 [assembly: AssemblyProduct("ProtoDump")]
14 [assembly: AssemblyCopyright("Copyright © 2015")] 14 [assembly: AssemblyCopyright("Copyright © 2015")]
15 [assembly: AssemblyTrademark("")] 15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")] 16 [assembly: AssemblyCulture("")]
17 17
18 [assembly: AssemblyVersion("3.0.0.0")] 18 [assembly: AssemblyVersion("3.0.0.0")]
19 [assembly: AssemblyFileVersion("3.0.0.0")] 19 [assembly: AssemblyFileVersion("3.0.0.0")]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698