# January 2026

> :::note
**Erratum - added February 2026:** We omitted to announce these release notes when they became available on this date.
:::

## January 21, 2026

:::note
**Erratum - added February 2026:** We omitted to announce these release notes when they became available on this date.
:::

### Public apps in solutions

You can now package and deploy public apps as part of the Unified Build solutions. For more details, check [Public apps in solutions](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/public-apps-in-solutions).

### Bug fixes

* The Apps Designer did not load when using a VB-based app.
* You could not create an inline escalation app using UiPath Autopilot™.
* A server connection error occurred when multiple users actively worked on the same app.

## January 8, 2026

### Breaking change

We aligned **AppsFile** with the **IResource** format. Apps must now use **IResource**-compatible properties. For example, references to `appsFile.Name` should be updated to `appsFile.FullName`. For more information, read [Document Viewer](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/document-viewer), [File Uploader](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/file-uploader), [Image](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/image), and [File Downloader](https://docs.uipath.com/apps/automation-cloud/latest/user-guide/file-downloader).
