5924117973
Former-commit-id: f4d318e4b2f128fa9f4d31b37bb3839a3fc0dfb2
21 lines
496 B
C#
21 lines
496 B
C#
//
|
|
// 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 - 2015 Jb Evain")]
|
|
|
|
[assembly: ComVisible (false)]
|
|
|
|
[assembly: AssemblyVersion ("0.10.0.0")]
|
|
[assembly: AssemblyFileVersion ("0.10.0.0")]
|
|
[assembly: AssemblyInformationalVersion ("0.10.0.0-beta6")]
|