Allow schema files that are missing checksums on the !!SCHEMAMATIC line.
[versaplex.git] / wvdbus-sharp / assemblyinfo.cs
blob31c0ea0d90d4059275791f2142b8d90c7bce9d0f
1 // Copyright 2006 Alp Toker <alp@atoker.com>
2 // This software is made available under the MIT License
3 // See COPYING for details
5 using System.Reflection;
6 using System.Runtime.CompilerServices;
8 [assembly: AssemblyFileVersion("0.1.0")]
9 [assembly: AssemblyInformationalVersion("0.1.0")]
10 [assembly: AssemblyVersion("0.1")]
11 [assembly: AssemblyTitle ("Wv.DBus")]
12 [assembly: AssemblyDescription ("D-Bus IPC protocol library and CLR binding")]
13 [assembly: AssemblyCopyright ("Copyright (C) Alp Toker et al")]
14 [assembly: AssemblyCompany ("Wv")]