C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Test/AnalyzeRe.Client.Test/Properties/AssemblyInfo.cs
Go to the documentation of this file.
1using System.Reflection;
2using System.Runtime.InteropServices;
3// need to add ifdef NUNIT here
4#if NUNIT
5using NUnit.Framework;
6#endif
7
8// General Information about an assembly is controlled through the following
9// set of attributes. Change these attribute values to modify the information
10// associated with an assembly.
11[assembly: AssemblyTitle("Analyze Re Testing")]
12[assembly: AssemblyDescription("A testing framework for the Analyze Re Client Library")]
13[assembly: AssemblyConfiguration("")]
14[assembly: AssemblyCompany("Analyze Re")]
15[assembly: AssemblyProduct("AnalyzeReTesting")]
16[assembly: AssemblyCopyright("Copyright © 2024")]
17[assembly: AssemblyTrademark("")]
18[assembly: AssemblyCulture("")]
19#if NUNIT
20[assembly: Parallelizable(ParallelScope.All)]
21#endif
22
23// Setting ComVisible to false makes the types in this assembly not visible
24// to COM components. If you need to access a type in this assembly from
25// COM, set the ComVisible attribute to true on that type.
26[assembly: ComVisible(false)]
27
28// The following GUID is for the ID of the typelib if this project is exposed to COM
29[assembly: Guid("6705b55e-8588-4356-9769-f1bc8703231e")]
30
31// Version information for an assembly consists of the following four values:
32//
33// Major Version
34// Minor Version
35// Build Number
36// Revision
37//
38// You can specify all the values or you can default the Build and Revision Numbers
39// by using the '*' as shown below:
40// [assembly: AssemblyVersion("1.0.*")]
41[assembly: AssemblyVersion("1.45.*")]