MSHMI 1.9.5.2-beta1

This is a prerelease version of MSHMI.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MSHMI --version 1.9.5.2-beta1
                    
NuGet\Install-Package MSHMI -Version 1.9.5.2-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSHMI" Version="1.9.5.2-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MSHMI" Version="1.9.5.2-beta1" />
                    
Directory.Packages.props
<PackageReference Include="MSHMI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MSHMI --version 1.9.5.2-beta1
                    
#r "nuget: MSHMI, 1.9.5.2-beta1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MSHMI@1.9.5.2-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MSHMI&version=1.9.5.2-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MSHMI&version=1.9.5.2-beta1&prerelease
                    
Install as a Cake Tool

It supports Application Template for Advantech MS HMI Controls.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.6.1 3,307 6/23/2020
1.9.6 1,101 5/13/2020
1.9.5.2-beta3 978 4/28/2020
1.9.5.2-beta1 924 4/20/2020
1.9.5.1 1,188 4/1/2020
1.9.5.1-beta2 1,016 4/8/2020
1.9.5.1-beta1 905 4/1/2020

1.新增:软件操作log记录.
2.新增:MSDataTableList的列宽在调整后重启可保存该调整 .
3.新增:MSTagServer添加属性UserPortSet,防止Runtime端修改端口号之后无法连接 .
4.修正:读写数据时,精度丢失的问题 .
5.修正:添加多个MSTagserver时程序运行抛异常的问题 .
6.优化:MSAlarm控件 .
7.优化:MSDataTable控件 .
9.优化:MSOperationLogView控件 .
8.优化:MSOperationLogConfig控件 .
10.优化:解决生成的dll大小接近10mb的问题 .
11.优化:MSTagServer的MotionCommand中存在重复的内容 .