forked from trimble-oss/dba-dash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
GlobalAssemblyInfo.cs
25 lines (23 loc) · 923 Bytes
/
GlobalAssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Global Assembly Configuration.
* Update application version & metadata here to affect all projects
* DBADashDB dacpac version needs to be updated separately.
* Major/Minor in dacpac should be kept in sync - otherwise an upgrade warning will be prompted to the user.
*/
using System.Reflection;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Trimble, Inc")]
[assembly: AssemblyProduct("DBA Dash")]
[assembly: AssemblyCopyright("Copyright © 2022 Trimble, Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.16.0")]