Update the docs for SMath wrapper

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-19 21:45:12 -05:00
parent 6fc667ef80
commit b89f8f99fc

View File

@@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("coolprop_wrapper")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A SMath Studio native wrapper of the CoolProp library (www.coolprop.org)")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("coolprop_wrapper")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2015, Mike Kaganski, Ian Bell, and the CoolProp team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]