]> git.meshlink.io Git - catta/blob - avahi-sharp/AssemblyInfo.cs
f8dd4edd69cf53a620b839be2a1a7dd5be620d88
[catta] / avahi-sharp / AssemblyInfo.cs
1 /* $Id$ */
2
3 /***
4   This file is part of avahi.
5
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.
10
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.
15
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
19   USA.
20 ***/
21
22 using System.Reflection;
23 using System.Runtime.CompilerServices;
24
25 //
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.
29 //
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("")]        
38
39 //
40 // Version information for an assembly consists of the following four values:
41 //
42 //      Major Version
43 //      Minor Version 
44 //      Build Number
45 //      Revision
46 //
47 // You can specify all the values or you can default the Revision and Build Numbers 
48 // by using the '*' as shown below:
49
50 [assembly: AssemblyVersion("1.0.0")]