aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2016-07-14 22:01:47 +0100
committerJon Skeet <jonskeet@google.com>2016-07-14 22:16:35 +0100
commitb5ce5251fd9450162f12fae93b35f31c5319a793 (patch)
treef14ee7aae7ae4959aea825360423e79d50d8d325 /csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
parent5e0de1ebee532dc2ff4ce88ec2d7bee90817825c (diff)
downloadprotobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.tar.gz
protobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.tar.bz2
protobuf-b5ce5251fd9450162f12fae93b35f31c5319a793.zip
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform (#1727)
This also updates the version number to 3.0.0-beta4
Diffstat (limited to 'csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs')
-rw-r--r--csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs b/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
deleted file mode 100644
index d980b013..00000000
--- a/csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-
-[assembly: AssemblyTitle("ProtoDump")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ProtoDump")]
-[assembly: AssemblyCopyright("Copyright © 2015")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: AssemblyVersion("3.0.0.0")]
-[assembly: AssemblyFileVersion("3.0.0.0")]