From ccdef42a62b87b43318e20584fa7ffb1b92c417d Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 14 Jan 2008 15:06:45 +0000 Subject: 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 --- dotnet/Qpid.Common/Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dotnet/Qpid.Common') 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")] -- cgit v1.2.1