44 lines
2.1 KiB
C#
44 lines
2.1 KiB
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// General Information about an assembly is controlled through the following set of attributes.
|
|
// Change these attribute values to modify the information associated with an assembly.
|
|
[assembly: AssemblyTitle("Hexagon NSAnalysis")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("Hexagon NSAnalysis")]
|
|
[assembly: AssemblyCopyright("Copyright © Hexagon 2024")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible to COM components. If
|
|
// you need to access a type in this assembly from COM, set the ComVisible attribute to true on that type.
|
|
[assembly: ComVisible(false)]
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
[assembly: Guid("b7703537-786b-4e84-90e1-40e1e479f915")]
|
|
|
|
// 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("2025.09.01.2")]
|
|
[assembly: AssemblyFileVersion("2025.09.01.2")]
|
|
//奇瑞总装软件
|
|
//2024.09.27.1 该版本增加读取编码器数值功能
|
|
//2024.10.08.1 该版本修改了EHY和EH3的测点图片 以及增加了上传IOT时,在1.5倍公差内,都是OK的结果,传给IOT
|
|
//2024.10.10.1 更改EH3车型图片
|
|
//2024.10.12.1 更改异常数据变为空,并设置为NG,增加数据库表TTempSaveVIN表,来存储,获取,删除VIN,用于区别是否是L开头的VIN码
|
|
//create Table TTempSaveVIN
|
|
//(
|
|
// Id int primary key identity,
|
|
// CarVIN nvarchar(50)
|
|
//)
|
|
//2024.10.24.1 增加极差数据功能
|
|
//2024.10.28.1 合格率计算的时候 添加上极差
|
|
//2024.10.31.1 极差上传IOT时,在1.5倍公差内,都是OK的结果,传给IOT
|
|
//2024.12.24 .1 添加判断连续多少辆车检测项数量不足,则报警
|
|
//2025.03.03.1 添加自检报告 |