File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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" ) ]
You can’t perform that action at this time.
0 commit comments