.NET Portable TypeCast  3.1.0.4
A, easy-to-use tested, generic, portable, runtime-extensible, arbitrary type converter library
AssemblyInfo.cs
Go to the documentation of this file.
1 // <copyright file=mitlicense.md url=http://lsauer.mit-license.org/ >
2 // Lo Sauer, 2013-2016
3 // </copyright>
4 // <summary> A tested, generic, portable, runtime-extensible type converter library </summary
5 // <language> C# > 6.0 </language>
6 // <version> 3.1.0.2 </version>
7 // <author> Lorenz Lo Sauer; people credited in the sources </author>
8 // <project> https://github.com/lsauer/dotnet-portable-type-cast </project>
9 
10 using System.Reflection;
11 using System.Resources;
12 using System.Runtime.InteropServices;
13 
14 // General Information about an assembly is controlled through the following
15 // set of attributes. Change these attribute values to modify the information
16 // associated with an assembly.
17 [assembly: AssemblyTitle("Core.TypeCast - Portable Converter")]
18 [assembly: AssemblyDescription("A tested, generic, portable, runtime-extensible type conversion library for any types")]
19 [assembly: AssemblyConfiguration("")]
20 [assembly: AssemblyCompany("Lorenz Lo Sauer")]
21 [assembly: AssemblyProduct("Core.TypeCast")]
22 [assembly: AssemblyCopyright("Lo Sauer © 2016 - MIT License")]
23 [assembly: AssemblyTrademark("MIT License")]
24 [assembly: AssemblyCulture("neutral")]
25 [assembly: NeutralResourcesLanguage("en")]
26 
27 // The following GUID is for the ID of the typelib if this project is exposed to COM
28 [assembly: Guid("16EA9EC0-1CFC-4257-85DD-61FEC509945B")]
29 
30 // Version information for an assembly consists of the following four values:
31 // Major Version
32 // Minor Version
33 // Build Number
34 // Revision
35 // You can specify all the values or you can default the Build and Revision Numbers
36 // by using the '*' as shown below:
37 // [assembly: AssemblyVersion("1.0.*")]
38 [assembly: AssemblyVersion("3.0.1.*")]
39 [assembly: AssemblyFileVersion("3.1.0.2")]