Question about the Possibility to Variabilize of the Required Version of a Used Package

Hello UiPath Team, hello Community,
a tiny question about package dependencies:
In a normal case I use a defined package e.g. like UiPath.UIAutomation.Activities 19.1.0. I can find the version of this package in the project and in the metadata. Is it possible to variabilize this information, I mean to set it e.g. like this 19.* for all sub versions instead of only one 19.1.0?
My problem this morning was that I used a deployed process which needs the UIAutomation package 18.4.2 and my VM has no internet connect. So I got a lot of error messages about the wrong and missing package. Or is there another way to handle this kind of problems?
Thanks for hints and tips.
Best regards
Stefan

2 Likes

@StefanSchnell - If your VM does not have internet connection, I think you can manually copy the packages (.nupkg file) from e.g.

C:\Users\username-folder\AppData\Local\UiPath\app-19.1.0\Packages

to the VM.

2 Likes

Hello @sreenivasm,
thanks for your reply. Sure, that is true, but the target of my question is different. I want more flexibility of the deployed packages. My suggestion is to define a range of possible versions of used packages.
Best regards
Stefan

1 Like