OpenRPA 1.0.81

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.81
NuGet\Install-Package OpenRPA -Version 1.0.81
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.81" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenRPA --version 1.0.81
#r "nuget: OpenRPA, 1.0.81"
#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.81

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

Base UI of OpenRPA, used as part of OpenRPA robot

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.80 Added translations to Romanian and Russian languages
1.0.79 Add custom user agent for login browser
1.0.78 Refactore more code
1.0.78 Add AsDateTable() to UIElement
1.0.77 Add MoveMouse activity
1.0.76 Swap login screen from IE to chrome
1.0.75 filter workflows on user permissions in InvokeRemoteOpenRPA
1.0.74 Improve startup time of rdservice, add version info to login message
1.0.73 Promp for saving unsaved workflow on close
1.0.72 Detect when other users have updated a workflow
1.0.71 Add German translations, ( thank you Marcus von Goerne )
1.0.70 Add support for custom iterator variable
1.0.69 Fix reload issue in new projects
1.0.68 Improvements
1.0.67 Fix Memory leak in auto reload
1.0.66 Fix reconnect for RD Service, Add auto refresh
1.0.65 Fix issue with "traverse back" recorder options when running with Japanese language
1.0.64 Bug fixes for windows selector, improve speed (and fix a bug) when running pending workflow
1.0.63 Add support for moving and resizing windows, add Portuguese Brazil
1.0.62 Improve intellisense, add translation dlls in installer
1.0.61 Finish implementing intellisense, add preloading of intellisense
1.0.60 Begin implementing intellisense for C# and VB
1.0.59 Make enable_cache default true
1.0.58 Improve UI and speed
1.0.57 Fast fix, to speed up wpf finding
1.0.56 Add langauges and bug fixes
1.0.55 Add a few more activites and begin implementering languages support
1.0.52 Fix InvokeRemoteOpenRPA
1.0.51 Add InvokeRemoteOpenRPA
1.0.50 Fix showing error location when not visual tracking
1.0.49 Add ClickElement per default to Windows GetElement. Add more recording options
1.0.48 Add OpenRPA.Utilities
1.0.47 Add experimental support for simple selectors
1.0.46 Tweak input handling doing recording
1.0.45 add recorder plugin ui, add more updater options
1.0.44 hotfix
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