# v24.10.6.2

> **Release date: June 4, 2026**

**Release date: June 4, 2026**

## What's new

### Override the activities root category when packing a library

When you pack a library project, every activity exposed by the resulting package gets a root category prefix. By default, that prefix is the library project name. The new `--activitiesRootCategory` parameter lets you override it without renaming the project.

```bash
uipcli package pack "C:\projects\MyLibrary\project.json" -o "C:\Output" --activitiesRootCategory "MyCompany.Finance.Invoicing"
```

Activities in the resulting `.nupkg` will appear under `MyCompany.Finance.Invoicing` in the Studio Activities panel of any project that installs the library.

The parameter has effect only when packing a **library** project. It is ignored for `Process`, `Tests`, and `Objects` output types. When omitted, the behavior is unchanged: the root category falls back to the library project name, matching what the **Library Publish** dialog in Studio produces.

## Updated documentation

- [Packing projects into a package](https://docs.uipath.com/cicd-integrations/standalone/2024.10/user-guide/packing-projects-into-a-package)
