kino.UiPath.Utils.Activities
0.1.40
See the version list below for details.
dotnet add package kino.UiPath.Utils.Activities --version 0.1.40
NuGet\Install-Package kino.UiPath.Utils.Activities -Version 0.1.40
<PackageReference Include="kino.UiPath.Utils.Activities" Version="0.1.40" />
paket add kino.UiPath.Utils.Activities --version 0.1.40
#r "nuget: kino.UiPath.Utils.Activities, 0.1.40"
// Install kino.UiPath.Utils.Activities as a Cake Addin #addin nuget:?package=kino.UiPath.Utils.Activities&version=0.1.40 // Install kino.UiPath.Utils.Activities as a Cake Tool #tool nuget:?package=kino.UiPath.Utils.Activities&version=0.1.40
When using UiPath, I often want to call methods of .NET, such as getting the name of the current directory, base64 encode the file,These activities are the activities that call those methods.
UiPathをやっていると、今いるディレクトリ名を取得したり、ファイルをBase64 Encodeしたりなど、.NETのメソッドを呼びたいことがちょくちょくあるのですが、それらを呼び出すアクティビティになっています。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 8.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on kino.UiPath.Utils.Activities:
Package | Downloads |
---|---|
kino.UiPath.OrchestratorAPI
Orchestrator API Wrapper |
GitHub repositories
This package is not used by any popular GitHub repositories.
Change target framework to .NET Framework 4.5.
Add dependency of Newtonsoft.Json.
Add ToJson Activity.
Add English readme.
ターゲットフレームワークを.NET Framework 4.5に変更
Newtonsoft.Jsonの依存関係を追記
ToJsonアクティビティを追加
英語版Readmeを追加