blob: 9ad48c61f49525719564089033d085da770119d5 [file] [log] [blame]
Roger Meier87e49802011-04-19 19:47:03 +00001/**
2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
19
20using System.Reflection;
21using System.Runtime.CompilerServices;
22
23// Information about this assembly is defined by the following attributes.
24// Change them to the values specific to your project.
25
26[assembly: AssemblyTitle("ZmqServer")]
27[assembly: AssemblyDescription("Zmq Examples")]
28[assembly: AssemblyConfiguration("")]
29[assembly: AssemblyCompany("The Apache Software Foundation")]
30[assembly: AssemblyProduct("")]
31[assembly: AssemblyCopyright("The Apache Software Foundation")]
32[assembly: AssemblyTrademark("")]
33[assembly: AssemblyCulture("")]
34
35// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
36// The form "{Major}.{Minor}.*" will automatically update the build and revision,
37// and "{Major}.{Minor}.{Build}.*" will update just the revision.
38
39[assembly: AssemblyVersion("1.0.*")]
40
41// The following attributes are used to specify the signing key for the assembly,
42// if desired. See the Mono documentation for more information about signing.
43
44//[assembly: AssemblyDelaySign(false)]
45//[assembly: AssemblyKeyFile("")]
46