diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-11-08 21:17:50 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-11-08 21:17:50 +0000 |
| commit | 5524c803403513ab52f3833834c9c23c0129efc6 (patch) | |
| tree | 65c6d42421fccaaa45d93534221d420fb309d30c /cpp/bindings/qpid/dotnet/examples/csharp.example.drain | |
| parent | 0670a9c4c71dcde4dcf08a9bf489bc84e22cec3f (diff) | |
| download | qpid-python-5524c803403513ab52f3833834c9c23c0129efc6.tar.gz | |
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
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.example.drain')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.example.drain/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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("")]
|
