Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3140_NumberSymbol/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.17.0/ALGLIB-3.17.0/Properties/AssemblyInfo.cs @ 18091

Last change on this file since 18091 was 17931, checked in by gkronber, 4 years ago

#3117: update alglib to version 3.17

File size: 1.2 KB
Line 
1using System.Reflection;
2using System.Runtime.InteropServices;
3
4// General Information about an assembly is controlled through the following
5// set of attributes. Change these attribute values to modify the information
6// associated with an assembly.
7[assembly: AssemblyTitle("ALGLIB-3.17.0")]
8[assembly: AssemblyDescription("ALGLIB® - numerical analysis library, 1999-2021")]
9[assembly: AssemblyConfiguration("")]
10[assembly: AssemblyCopyright("Copyright © Sergey Bochkanov (ALGLIB project) 1999-2021")]
11[assembly: AssemblyTrademark("")]
12[assembly: AssemblyCulture("")]
13
14// Setting ComVisible to false makes the types in this assembly not visible
15// to COM components.  If you need to access a type in this assembly from
16// COM, set the ComVisible attribute to true on that type.
17[assembly: ComVisible(false)]
18
19// Version information for an assembly consists of the following four values:
20//
21//      Major Version
22//      Minor Version
23//      Build Number
24//      Revision
25//
26// You can specify all the values or you can default the Build and Revision Numbers
27// by using the '*' as shown below:
28// [assembly: AssemblyVersion("1.0.*")]
29[assembly: AssemblyVersion("3.17.0.0")]
30[assembly: AssemblyFileVersion("3.17.0.0")]
Note: See TracBrowser for help on using the repository browser.