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: 2ebd18d906d8c7311e9314995d3da2e65fd141b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// 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 ("Mono.Cecil")]
[assembly: AssemblyCopyright ("Copyright © 2008 - 2015 Jb Evain")]

#if !PCL
[assembly: ComVisible (false)]
#endif

[assembly: AssemblyVersion ("0.9.6.0")]
[assembly: AssemblyFileVersion ("0.9.6.0")]