You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2010/10/28 21:06:25 UTC

svn commit: r1028433 - /qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs

Author: chug
Date: Thu Oct 28 19:06:25 2010
New Revision: 1028433

URL: http://svn.apache.org/viewvc?rev=1028433&view=rev
Log:
QPID-2918 Assembly mis-named in csharp.example.declare_queues

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs

Modified: qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs?rev=1028433&r1=1028432&r2=1028433&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/dotnet/examples/csharp.example.declare_queues/Properties/AssemblyInfo.cs Thu Oct 28 19:06:25 2010
@@ -26,11 +26,11 @@ 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("csharp.direct.receiver")]
+[assembly: AssemblyTitle("csharp.example.declare_queues")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("csharp.direct.receiver")]
+[assembly: AssemblyProduct("csharp.example.declare_queues")]
 [assembly: AssemblyCopyright("Copyright ?  2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org