blob: 8f46c92b7a806761a02d2cf48a51db693f2057d3 [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
Randy Abernethyded64012015-02-15 11:28:40 -080017 * under the License.
18 */
Roger Meier87e49802011-04-19 19:47:03 +000019
20using System.Reflection;
21using System.Runtime.CompilerServices;
22
Randy Abernethyded64012015-02-15 11:28:40 -080023// Information about this assembly is defined by the following attributes.
Roger Meier87e49802011-04-19 19:47:03 +000024// Change them to the values specific to your project.
25
26[assembly: AssemblyTitle("ZmqServer")]
27[assembly: AssemblyDescription("Zmq Examples")]
Randy Abernethyded64012015-02-15 11:28:40 -080028[assembly: AssemblyConfiguration("")]
Roger Meier87e49802011-04-19 19:47:03 +000029[assembly: AssemblyCompany("The Apache Software Foundation")]
Randy Abernethyded64012015-02-15 11:28:40 -080030[assembly: AssemblyProduct("")]
Roger Meier87e49802011-04-19 19:47:03 +000031[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
Jens Geyer6868ebb2022-01-20 21:02:02 +010039[assembly: AssemblyVersion("0.17.0.0")]
Roger Meier87e49802011-04-19 19:47:03 +000040
Randy Abernethyded64012015-02-15 11:28:40 -080041// The following attributes are used to specify the signing key for the assembly,
Roger Meier87e49802011-04-19 19:47:03 +000042// if desired. See the Mono documentation for more information about signing.
43
44//[assembly: AssemblyDelaySign(false)]
45//[assembly: AssemblyKeyFile("")]
46