Skip to content

Commit ae45977

Browse files
author
Dominic Beger
committed
Update AssemblyInfo
1 parent 81bb646 commit ae45977

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SharpMath/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
// associated with an assembly.
99

1010
[assembly: AssemblyTitle("SharpMath")]
11-
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyDescription("A C# math library supporting vectors, matrices, linear equation systems and expression parsing.")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
1414
[assembly: AssemblyProduct("SharpMath")]
15-
[assembly: AssemblyCopyright("Copyright © 2015")]
15+
[assembly: AssemblyCopyright("Copyright © Dominic Beger (Trade/ProgTrade) 2015-2016")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

1919
// Setting ComVisible to false makes the types in this assembly not visible
2020
// to COM components. If you need to access a type in this assembly from
2121
// COM, set the ComVisible attribute to true on that type.
2222

23-
[assembly: ComVisible(false)]
23+
[assembly: ComVisible(true)]
2424

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

@@ -37,5 +37,5 @@
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
3939

40-
[assembly: AssemblyVersion("0.5.3.0")]
41-
[assembly: AssemblyFileVersion("0.5.3.0")]
40+
[assembly: AssemblyVersion("1.14.7.0")]
41+
[assembly: AssemblyFileVersion("1.14.7.0")]

0 commit comments

Comments
 (0)