summaryrefslogtreecommitdiff
path: root/csharp/src/IcePatch2/AssemblyInfo.cs
blob: a0d30967b4e3cedae3880a45e8b544c4069832e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

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("© ZeroC, Inc.")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("3.7.5.0")]

[assembly: ComVisible(false)]