using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyCompany("Dynamic Expresso")] [assembly: AssemblyProduct("Dynamic Expresso")] [assembly: AssemblyDescription("C# expression interpreter/evaluator. See https://github.com/dynamicexpresso/DynamicExpresso.")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: ComVisible(false)] [assembly: AssemblyVersion("1.3.1.0")]