kino.UiPath.Utils.Activities 0.1.40

There is a newer version of this package available.
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
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="kino.UiPath.Utils.Activities" Version="0.1.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kino.UiPath.Utils.Activities --version 0.1.40
#r "nuget: kino.UiPath.Utils.Activities, 0.1.40"
#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.
// 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 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. 
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 kino.UiPath.Utils.Activities:

Package Downloads
kino.UiPath.OrchestratorAPI

Orchestrator API Wrapper

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.86 3,489 11/15/2018
0.1.77 1,202 11/3/2018
0.1.62 1,475 10/31/2018
0.1.40 1,479 10/27/2018

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を追加