summaryrefslogtreecommitdiff
path: root/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2010-10-23 22:01:54 +0000
committerRoger Meier <roger@apache.org>2010-10-23 22:01:54 +0000
commitbc8109faffb4358249efa9a6e8c4e8dc769070d8 (patch)
treefa4845b363b8d899a350f7f2ea0b0a724d7f1381 /lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
parente703ed2ce689fce7b57af1f7299ccbfdc99adaee (diff)
downloadthrift-bc8109faffb4358249efa9a6e8c4e8dc769070d8.tar.gz
THRIFT-6 accidently changed name of ThriftMSBuildTask to Thrift, reverted
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1026690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs')
-rw-r--r--lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
index 005ddd29a..aad48512a 100644
--- a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
+++ b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
@@ -28,11 +28,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("Thrift")]
-[assembly: AssemblyDescription("C# bindings for the Apache Thrift RPC system")]
+[assembly: AssemblyTitle("ThriftMSBuildTask")]
+[assembly: AssemblyDescription("MSBuild Task to generate csharp from .thrift files, and compile the code into a library: ThriftImpl.dll")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Apache Software Foundation")]
-[assembly: AssemblyProduct("Thrift")]
+[assembly: AssemblyProduct("ThriftMSBuildTask")]
[assembly: AssemblyCopyright("The Apache Software Foundation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]