xMaster.SDK 1.0.0-alpha.13

This is a prerelease version of xMaster.SDK.
dotnet add package xMaster.SDK --version 1.0.0-alpha.13
                    
NuGet\Install-Package xMaster.SDK -Version 1.0.0-alpha.13
                    
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="xMaster.SDK" Version="1.0.0-alpha.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xMaster.SDK" Version="1.0.0-alpha.13" />
                    
Directory.Packages.props
<PackageReference Include="xMaster.SDK" />
                    
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 xMaster.SDK --version 1.0.0-alpha.13
                    
#r "nuget: xMaster.SDK, 1.0.0-alpha.13"
                    
#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 xMaster.SDK@1.0.0-alpha.13
                    
#: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=xMaster.SDK&version=1.0.0-alpha.13&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=xMaster.SDK&version=1.0.0-alpha.13&prerelease
                    
Install as a Cake Tool

xMaster.SDK

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on xMaster.SDK:

Package Downloads
xMaster.Std.Chart

xMaster标准Chart包

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.13 8 8/28/2025
1.0.0-alpha.12 495 7/22/2025
1.0.0-alpha.11 96 7/4/2025
1.0.0-alpha.10 91 6/22/2025
1.0.0-alpha.9 95 6/20/2025
1.0.0-alpha.8 126 5/29/2025
1.0.0-alpha.7 205 5/16/2025
1.0.0-alpha.6 136 4/28/2025
1.0.0-alpha.5 116 4/27/2025
1.0.0-alpha.4 139 4/22/2025
1.0.0-alpha.3 137 4/8/2025
1.0.0-alpha.2 72 4/5/2025
1.0.0-alpha.1 129 3/19/2025

v1.0.0-alpha13
IMasterStatisticHelper增加GetProcessRltData方法

v1.0.0-alpha.12
图像详细结果中增加RltInfosProto属性,启用原RltInfos属性
IMasterDataHelper增加GetImgResultsByTimeSpan接口

v1.0.0-alpha.11
二开自定义图像结果类增加了部分防呆信息,以及增加了详细图像结果中对应检测、量测结果的详细信息

v1.0.0-alpha.10
为IMasterDataHelper接口和其实现类,增加新的 GetSvsDbConnection 成员函数,便于有些项目在二开时能编写SQL

v1.0.0-alpha.9
add a property "IsForceSummary" for ProductResultOfRedisFormat class

v1.0.0-alpha.8
IMasterStatisticHelper 所有接口增加dbName参数,增加可查询指定数据库的统计数据功能

v1.0.0-alpha.7
add two functions for Batch Query

v1.0.0-alpha.6
refactory xmaster notification service

v1.0.0-alpha.5
图像结果原图信息中添加PhyCamId(实体相机)字段

v1.0.0-alpha.4
add some redis function to IRedisService

v1.0.0-alpha.3
pack xml to lib

v1.0.0-alpha.2
修改4个标准控件的接口(commit f368247c25364adec441f97e1de9598e5b44b7f3)

v1.0.0-alpha.1
First alpha release