// ********************************************************************** // // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] [assembly: AssemblyTitle("IcePatch2 .NET Client Library")] [assembly: AssemblyDescription("IcePatch2 .NET Client Library")] [assembly: AssemblyCompany("ZeroC, Inc.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© 2003-2018 ZeroC, Inc.")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("3.7.1")] [assembly: ComVisible(false)]