Xamarin Public Jenkins (auto-signing) 0b380204a4 Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
2020-07-10 08:44:59 +00:00

21 lines
490 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 - 2018 Jb Evain")]
[assembly: ComVisible (false)]
[assembly: AssemblyVersion ("0.11.1.0")]
[assembly: AssemblyFileVersion ("0.11.1.0")]
[assembly: AssemblyInformationalVersion ("0.11.1.0")]