-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
23 lines (21 loc) · 844 Bytes
/
AssemblyInfo.cs
File metadata and controls
23 lines (21 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System.Reflection;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with the SQLCLR assembly.
[assembly: AssemblyTitle("SQL-APIConsumer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Geraldo Diaz")]
[assembly: AssemblyProduct("SQL_APIConsumer")]
[assembly: AssemblyCopyright("geraldo.diaz@outlook.com")]
[assembly: AssemblyTrademark("Geraldo Diaz")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.7.0")]
[assembly: AssemblyFileVersion("2.3.7.0")]