Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ProjectInfo.cs - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe891346c1481cfb9f1ecf078e0cdb799b442959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Author:
//   Jb Evain (jbevain@gmail.com)
//
// Copyright (c) 2008 - 2015 Jb Evain
//
// Licensed under the MIT/X11 license.
//

using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyProduct (Consts.AssemblyName)]
[assembly: AssemblyCopyright ("Copyright © 2008 - 2018 Jb Evain")]

[assembly: ComVisible (false)]

[assembly: AssemblyVersion ("0.11.4.0")]
[assembly: AssemblyFileVersion ("0.11.4.0")]
[assembly: AssemblyInformationalVersion ("0.11.4.0")]