OpenKeyWord  Version: 426, Datum:
AssemblyInfo.cs
1 #region Using directives
2 
3 using System;
4 using System.Reflection;
5 using System.Runtime.InteropServices;
6 
7 #endregion
8 
9 // General Information about an assembly is controlled through the following
10 // set of attributes. Change these attribute values to modify the information
11 // associated with an assembly.
12 [assembly: AssemblyTitle("OKW - OpenKeyWord")]
13 [assembly: AssemblyDescription("FrameWork for keyword driven test.")]
14 [assembly: AssemblyConfiguration("")]
15 [assembly: AssemblyCompany("IT-Beratung Hrabovszki")]
16 [assembly: AssemblyProduct("OpenKeyWord")]
17 [assembly: AssemblyCopyright("Copyright 2015")]
18 [assembly: AssemblyTrademark("OpenKeyWord")]
19 [assembly: AssemblyCulture("")]
20 
21 // This sets the default COM visibility of types in the assembly to invisible.
22 // If you need to expose a type to COM, use [ComVisible(true)] on that type.
23 [assembly: ComVisible(false)]
24 
25 // The assembly version has following format :
26 //
27 // Major.Minor.Build.Revision
28 //
29 // You can specify all the values or you can use the default the Revision and
30 // Build Numbers by using the '*' as shown below:
31 [assembly: AssemblyVersion("0.1.13.*")] //Automatsch von Jenkinsgeneriert via msbuildtasks
32 [assembly: AssemblyInformationalVersion("0.1.13-alpha")]
33