SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
AssemblyInfo.cs
Go to the documentation of this file.
1 ï»¿// SmartAPI - .Net programmatic access to RedDot servers
2 //
3 // Copyright (C) 2013 erminas GbR
4 //
5 // This program is free software: you can redistribute it and/or modify it
6 // under the terms of the GNU General Public License as published by the Free Software Foundation,
7 // either version 3 of the License, or (at your option) any later version.
8 // This program is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 // See the GNU General Public License for more details.
12 //
13 // You should have received a copy of the GNU General Public License along with this program.
14 // If not, see <http://www.gnu.org/licenses/>.
15 
16 using System.Reflection;
17 using System.Runtime.CompilerServices;
18 using System.Runtime.InteropServices;
19 
20 // General Information about an assembly is controlled through the following
21 // set of attributes. Change these attribute values to modify the information
22 // associated with an assembly.
23 
24 [assembly: AssemblyTitle("erminas SmartAPI Library")]
25 [assembly: AssemblyDescription("Library for programmatic access to RedDot servers")]
26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("erminas")]
28 [assembly: AssemblyProduct("erminas SmartAPI")]
29 [assembly: AssemblyCopyright("Copyright © erminas 2014")]
30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")]
32 
33 // Setting ComVisible to false makes the types in this assembly not visible
34 // to COM components. If you need to access a type in this assembly from
35 // COM, set the ComVisible attribute to true on that type.
36 
37 [assembly: ComVisible(true)]
38 
39 // The following GUID is for the Id of the typelib if this project is exposed to COM
40 
41 [assembly: Guid("c2283bde-f166-43f0-83b7-2e0564cc692e")]
42 
43 // Version information for an assembly consists of the following four values:
44 //
45 // Major Version
46 // Minor Version
47 // Build Number
48 // Revision
49 //
50 // You can specify all the values or you can default the Build and Revision Numbers
51 // by using the '*' as shown below:
52 // [assembly: AssemblyVersion("1.0.*")]
53 
54 [assembly: AssemblyVersion("1.0.5.0")]
55 [assembly: AssemblyFileVersion("1.0.5.0")]
56 [assembly: InternalsVisibleTo("erminas Smart API Test")]