Skip to content

Commit

Permalink
Update AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Beger committed Jul 3, 2016
1 parent 81bb646 commit ae45977
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SharpMath/Properties/AssemblyInfo.cs
Expand Up @@ -8,19 +8,19 @@
// 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("")]

// 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)]
[assembly: ComVisible(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM

Expand All @@ -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")]
[assembly: AssemblyVersion("1.14.7.0")]
[assembly: AssemblyFileVersion("1.14.7.0")]

0 comments on commit ae45977

Please sign in to comment.