aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/AddressBook/Properties
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-02 01:05:00 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-02 01:24:27 -0700
commitd331d2f60fdce61ee81c3ab4ad66ba6d7e72cdd9 (patch)
tree74bf84f14584d2507b7c42a736a3c4377bd8665e /csharp/src/AddressBook/Properties
parent0df900f0dc0efe7312206666f7ad5b6e448c0133 (diff)
make changes and fixes in signing
Diffstat (limited to 'csharp/src/AddressBook/Properties')
-rw-r--r--csharp/src/AddressBook/Properties/AssemblyInfo.cs15
1 files changed, 2 insertions, 13 deletions
diff --git a/csharp/src/AddressBook/Properties/AssemblyInfo.cs b/csharp/src/AddressBook/Properties/AssemblyInfo.cs
index 65e2f9cc..9cb014c0 100644
--- a/csharp/src/AddressBook/Properties/AssemblyInfo.cs
+++ b/csharp/src/AddressBook/Properties/AssemblyInfo.cs
@@ -14,16 +14,5 @@ using System.Runtime.InteropServices;
[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("3.0.0.1")]
-[assembly: AssemblyFileVersion("3.0.0.1")] \ No newline at end of file
+[assembly: AssemblyVersion("3.0.0.0")]
+[assembly: AssemblyFileVersion("3.0.0.0")]