From 5524c803403513ab52f3833834c9c23c0129efc6 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 8 Nov 2010 21:17:50 +0000 Subject: QPID-2933 Messaging .NET binding has several assembly properties misnamed Property files got cut and paste errors when projects were cloned. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1032720 13f79535-47bb-0310-9956-ffa450edef68 --- .../dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs index eafc1400c3..d949dde644 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs @@ -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.drain")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("csharp.direct.receiver")] +[assembly: AssemblyProduct("csharp.example.drain")] [assembly: AssemblyCopyright("Copyright ? 2010")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -- cgit v1.2.1