# Utilities

***

## 1.5.0

08 Apr 2026

* Updated to .NET 10
* Fixed: Assertion failures from multiple tests were combined into the assertion failure of a single test when using the "Are equal" assertion

***

## 1.4.0

27 Aug 2025

* CommandLine: Changed TimeOut property to support runtime values
* Fixed: The function updater failed for the CommandLine function when "Wait for return" was checked

***

## 1.3.0

12 Mar 2024

{% hint style="info" %}
**Important**

The password property on the CommandLine function will be ignored when running on Linux. This is due to Linux not allowing the use of a password as parameter when executing a shell command.
{% endhint %}

* Changed the plugin from Windows-specific to be platform-independent
* Added coroutine support (async-await) for the Sleep function.
* Upgraded to .NET 8.0

***

## 1.1.0

17 Nov 2022

* Regrouped Timer properties in Property Grid to improve usability

***

## 1.0.2

17 Mar 2022

* First release


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linx.software/releasenotes/plugins/utilities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
