From ae45977e767e55089a50460b78ecedc03b51b453 Mon Sep 17 00:00:00 2001 From: Dominic Beger Date: Sun, 3 Jul 2016 02:15:46 +0200 Subject: [PATCH] Update AssemblyInfo --- SharpMath/Properties/AssemblyInfo.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SharpMath/Properties/AssemblyInfo.cs b/SharpMath/Properties/AssemblyInfo.cs index b196642..f10219c 100644 --- a/SharpMath/Properties/AssemblyInfo.cs +++ b/SharpMath/Properties/AssemblyInfo.cs @@ -8,11 +8,11 @@ // associated with an assembly. [assembly: AssemblyTitle("SharpMath")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A C# math library supporting vectors, matrices, linear equation systems and expression parsing.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SharpMath")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © Dominic Beger (Trade/ProgTrade) 2015-2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -20,7 +20,7 @@ // 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)] +[assembly: ComVisible(true)] // The following GUID is for the ID of the typelib if this project is exposed to COM @@ -37,5 +37,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.5.3.0")] -[assembly: AssemblyFileVersion("0.5.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.14.7.0")] +[assembly: AssemblyFileVersion("1.14.7.0")] \ No newline at end of file