Author: roger
Date: Sat Oct 23 22:01:54 2010
New Revision: 1026690

URL: http://svn.apache.org/viewvc?rev=1026690&view=rev
Log:
THRIFT-6 accidently changed name of ThriftMSBuildTask to Thrift, reverted


Modified:
    
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs

Modified: 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs?rev=1026690&r1=1026689&r2=1026690&view=diff
==============================================================================
--- 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs 
(original)
+++ 
incubator/thrift/trunk/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs 
Sat Oct 23 22:01:54 2010
@@ -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("")]


Reply via email to