Fixed the licensing statements - I had erroneously marked the files as covered by...
[lwes-dotnet/github-mirror.git] / Org.Lwes / Properties / AssemblyInfo.cs
blobceb94bcb4992c82edfee829445d3ac055a2fd353
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
5 [assembly: AssemblyTitle("LWES .NET Binding (LWES.net)")]
6 [assembly: AssemblyDescription(".NET binding for the Light Weight Event System - more information at http://www.lwes.org")]
7 [assembly: AssemblyCompany("LWES.org")]
8 [assembly: AssemblyProduct("Light Weight Event System")]
9 [assembly: AssemblyCopyright("COPYRIGHT© 2009, Phillip Clark")]
10 [assembly: AssemblyCulture("")]
11 [assembly: ComVisible(false)]
12 [assembly: Guid("c0bf1d1a-7651-471f-87e4-1bd1acabbe77")]
13 [assembly: AssemblyVersion("0.1.*")]
14 [assembly: AssemblyFileVersion("0.1.0.1")]