aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-08-03 11:16:31 +0100
committerJon Skeet <skeet@pobox.com>2015-08-03 11:16:31 +0100
commitbf1cc9217a486cf68c2705d4f307fddb73291004 (patch)
tree9696fb3337789fb576f68ca99f69048a0975eb17 /csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
parentda776fbd1e0a401e3d0d48f2905c38e9fb0359d9 (diff)
parente61b528b5afe8b14f10d848ffa48ebf7cfd33e5a (diff)
downloadprotobuf-bf1cc9217a486cf68c2705d4f307fddb73291004.tar.gz
protobuf-bf1cc9217a486cf68c2705d4f307fddb73291004.tar.bz2
protobuf-bf1cc9217a486cf68c2705d4f307fddb73291004.zip
Merge pull request #675 from jtattermusch/signing
Add ReleaseSigned configuration for C#
Diffstat (limited to 'csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs')
-rw-r--r--csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs17
1 files changed, 3 insertions, 14 deletions
diff --git a/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs b/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
index a8ce8eae..d980b013 100644
--- a/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
+++ b/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
@@ -11,20 +11,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProtoDump")]
-[assembly: AssemblyCopyright("Copyright © 2009")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("2.4.1.555")]
-
-[assembly: AssemblyVersion("2.4.1.555")]
-[assembly: AssemblyFileVersion("2.4.1.555")] \ No newline at end of file
+[assembly: AssemblyVersion("3.0.0.0")]
+[assembly: AssemblyFileVersion("3.0.0.0")]