Index: src/Common/NetTopologySuite.Extensions/Properties/AssemblyInfo.cs =================================================================== diff -u -rb952cbf07300e448057ccfa97ea3c97e21291fb3 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/NetTopologySuite.Extensions/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision b952cbf07300e448057ccfa97ea3c97e21291fb3) +++ src/Common/NetTopologySuite.Extensions/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -4,6 +4,7 @@ // 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("NetTopologySuite.Extensions")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] @@ -16,9 +17,11 @@ // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. + [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM + [assembly: Guid("1d245495-7e89-479f-9f3f-acd5ae2ea6d2")] // Version information for an assembly consists of the following four values: @@ -31,5 +34,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] + [assembly: AssemblyVersion("1.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] +[assembly: AssemblyFileVersion("1.0.4.0")] \ No newline at end of file