4 This file is part of avahi.
6 avahi is free software; you can redistribute it and/or modify it
7 under the terms of the GNU Lesser General Public License as
8 published by the Free Software Foundation; either version 2.1 of the
9 License, or (at your option) any later version.
11 avahi is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
14 Public License for more details.
16 You should have received a copy of the GNU Lesser General Public
17 License along with avahi; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22 using System.Reflection;
23 using System.Runtime.CompilerServices;
26 // General Information about an assembly is controlled through the following
27 // set of attributes. Change these attribute values to modify the information
28 // associated with an assembly.
30 [assembly: AssemblyTitle("avahi-sharp")]
31 [assembly: AssemblyDescription("Mono bindings for the Avahi mDNS/DNS-SD stack")]
32 [assembly: AssemblyConfiguration("")]
33 [assembly: AssemblyCompany("")]
34 [assembly: AssemblyProduct("")]
35 [assembly: AssemblyCopyright("(C) 2005 James Willcox <snorp@snorp.net>")]
36 [assembly: AssemblyTrademark("")]
37 [assembly: AssemblyCulture("")]
40 // Version information for an assembly consists of the following four values:
47 // You can specify all the values or you can default the Revision and Build Numbers
48 // by using the '*' as shown below:
50 [assembly: AssemblyVersion("1.0.0")]