18 lines
656 B
C#
18 lines
656 B
C#
using System.Reflection;
|
|
[assembly: AssemblyTitleAttribute("AppServer")]
|
|
[assembly: AssemblyCompanyAttribute("SafeMobile")]
|
|
[assembly: AssemblyCopyrightAttribute("© SafeMobile 2019")]
|
|
[assembly: AssemblyProductAttribute("AppServer")]
|
|
|
|
// 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("8.1.0.10898")]
|
|
[assembly: AssemblyFileVersion("8.1.0.10898")] |