diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2008-01-14 15:06:45 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2008-01-14 15:06:45 +0000 |
commit | ccdef42a62b87b43318e20584fa7ffb1b92c417d (patch) | |
tree | fc0f87f33c5a118df8e685b1a132586d2fcb8667 /dotnet/Qpid.Common | |
parent | 8cfc8befef86eca3686fd2c6720da03fb587ec6c (diff) | |
download | qpid-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/Qpid.Common')
-rw-r--r-- | dotnet/Qpid.Common/Properties/AssemblyInfo.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dotnet/Qpid.Common/Properties/AssemblyInfo.cs b/dotnet/Qpid.Common/Properties/AssemblyInfo.cs index e876015bc3..1d142ed227 100644 --- a/dotnet/Qpid.Common/Properties/AssemblyInfo.cs +++ b/dotnet/Qpid.Common/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* +/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -24,11 +24,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Apache.Qpid.Common")] -[assembly: AssemblyDescription("Common AMQ Framing Code")] +[assembly: AssemblyDescription("Built from svn revision number: 611749:611758M")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Apache Qpid")] +[assembly: AssemblyCompany("Apache")] [assembly: AssemblyProduct("Apache.Qpid.Common")] -[assembly: AssemblyCopyright("Copyright © J.P. Morgan Chase & Co. 2006")] +[assembly: AssemblyCopyright("Apache Software Foundation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,4 +49,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.5.*")] +[assembly: AssemblyVersion("0.2.1.0")] |