DWF.Activities.Common 3.1.0

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

共通活动库

---------------------------------------
v0.0.1 2019-12-12
v3.0.0 2020-04-27
v3.0.1 2020-04-29
---------------------------------------
v3.1.0 2021-01-14
1.添加共通参数:并发执行、无人值守
---------------------------------------

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (6)

Showing the top 5 NuGet packages that depend on DWF.Activities.Common:

Package Downloads
DWF.Activities.Dialog

--Dialog Activity Libraries-- 【Confirm Message】 Displays an information message; user needs to click "OK" or "Cancel" to confirm the message. 【Input Message】 Displays an input box; user inputs message in the box and click "OK" or "Cancel" to execute. 【Information Message】 Displays information message for other messages.

DWF.Activities.ExtScripts

代码工具活动库

DWF.Activities.UiAutomation

用户界面自动化活动库

DWF.Activities.TTS

--Speech Activity Libraries-- 【Speech】 Reads out loud input text content.

DWF.Activities.OCR

--OCR Activity Libraries-- 【ClickActivity】点击 . 【GeneralTableActivity】 通用表格识别. 【HandwritingActivity】手写字母数字识别. 【HWOcrActivity】华为云OCR. 【HWOcrFlightItineraryActivity】飞机行程单识别. 【IdCardActivity】身份证识别. 【QuotaInvoiceActivity】定额发票识别. 【TextExistsActivity】文字是否存在. 【TrainTicketActivity】火车票识别. 【VatInvoiceActivity】增值税发票识别.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.0 1,148 8/29/2023

First Edition