summaryrefslogtreecommitdiff
path: root/dotnet/TestClient
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-01-14 15:06:45 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-01-14 15:06:45 +0000
commitccdef42a62b87b43318e20584fa7ffb1b92c417d (patch)
treefc0f87f33c5a118df8e685b1a132586d2fcb8667 /dotnet/TestClient
parent8cfc8befef86eca3686fd2c6720da03fb587ec6c (diff)
downloadqpid-python-ccdef42a62b87b43318e20584fa7ffb1b92c417d.tar.gz
Qpid-731: Fixed assembly version to reflect M2.1 as 0.2.1. Also subversion revision number gets output into assembly comments during builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/TestClient')
-rw-r--r--dotnet/TestClient/Properties/AssemblyInfo.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotnet/TestClient/Properties/AssemblyInfo.cs b/dotnet/TestClient/Properties/AssemblyInfo.cs
index becfda4a69..ad3a0a2eb3 100644
--- a/dotnet/TestClient/Properties/AssemblyInfo.cs
+++ b/dotnet/TestClient/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
@@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TestClient")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("J.P. Morgan Chase & Co.")]
+[assembly: AssemblyCompany("Apache")]
[assembly: AssemblyProduct("TestClient")]
-[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2007")]
+[assembly: AssemblyCopyright("Apache Software Foundation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.2.1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]