bovender framework
C# framework that implements MVVM and more
AssemblyInfo.cs
1 /* AssemblyInfo.cs
2  * part of Daniel's XL Toolbox NG
3  *
4  * Copyright 2014-2018 Daniel Kraus
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 using System.Reflection;
19 using System.Runtime.CompilerServices;
20 using System.Runtime.InteropServices;
21 
22 // General Information about an assembly is controlled through the following
23 // set of attributes. Change these attribute values to modify the information
24 // associated with an assembly.
25 [assembly: AssemblyTitle("Bovender")]
26 [assembly: AssemblyDescription("Bovender's framework for MVVM and more")]
27 [assembly: AssemblyConfiguration("")]
28 [assembly: AssemblyCompany("Daniel Kraus")]
29 [assembly: AssemblyProduct("Bovender")]
30 [assembly: AssemblyCopyright("Copyright © Daniel Kraus 2015-2017")]
31 [assembly: AssemblyTrademark("")]
32 [assembly: AssemblyCulture("")]
33 
34 // Setting ComVisible to false makes the types in this assembly not visible
35 // to COM components. If you need to access a type in this assembly from
36 // COM, set the ComVisible attribute to true on that type.
37 [assembly: ComVisible(false)]
38 
39 // The following GUID is for the ID of the typelib if this project is exposed to COM
40 [assembly: Guid("fa4f19cf-7914-4f3f-b68d-9c412ce2bfaf")]
41 
42 // Version information for an assembly consists of the following four values:
43 //
44 // Major Version
45 // Minor Version
46 // Build Number
47 // Revision
48 //
49 // You can specify all the values or you can default the Build and Revision Numbers
50 // by using the '*' as shown below:
51 // [assembly: AssemblyVersion("1.0.*")]
52 [assembly: AssemblyVersion("0.17.1.0")]
53 [assembly: AssemblyFileVersion("0.17.1.0")]