OpenRPA 1.0.43

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OpenRPA --version 1.0.43
NuGet\Install-Package OpenRPA -Version 1.0.43
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="OpenRPA" Version="1.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenRPA --version 1.0.43
#r "nuget: OpenRPA, 1.0.43"
#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 OpenRPA as a Cake Addin
#addin nuget:?package=OpenRPA&version=1.0.43

// Install OpenRPA as a Cake Tool
#tool nuget:?package=OpenRPA&version=1.0.43

Base UI of OpenRPA

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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

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.0.43 Fix overlay showing when disabled, fix double click, fix recording and saving when offline
1.0.41 Catch layout file errors
1.0.40 limit update check to once a day, and add option to disable update check
1.0.39 lock workaround on sendQueue
1.0.38 update interfaces reference
1.0.37 Update the 3 missing references
1.0.36 Update the 3 missing references
1.0.35 Only log errors doing recording
1.0.34 Add unblock script, add 3 missing references
1.0.33 Quick fix, fix links, and missing binding redirect file
1.0.32 Reorganize packages, refactore several interfaces, add Remote Desktop Service support
1.0.31 Remove updater check
1.0.30 Add import/export, improve query for big results
1.0.29 Fix Newtonsoft binding issue
1.0.28 Make openrpa use v3 nuget apis
1.0.27 Use HTTP instead of sockets for getting files
1.0.26 Fix issue with checkboxes
     1.0.25 Add support for runner plugins
     1.0.24 Workaround for WPF double elements
     1.0.23 Implement webbased signin, to support federation
     1.0.22 check for updates async, to make robot load faster when no internet
     1.0.21 hitfixing "missing snippets" error
     1.0.19 DownloadFile/UploadeFile renamed GetFile/Save file. Added DownloadFole, Added a Snippets liberary with examples