Skip to content
Rachel-Alcraft edited this page Mar 27, 2023 · 3 revisions

A note on version consistency.

The backend is build using nuget packages to manage references. The client and console use build procedures to copy in dlls from the ext directory.

If a nuget update is done for the backend it may be necessary to ensure a consistent change is made for the client - think and be aware.

For version 1.14 (March 2023) the ext directory has now had a versions directory added, with the dlls upgraded to 4.11.2 in the current folders.

Note - I found the dlls from the distributed package on azure and then copied those into /ext/ to be sure I was being consistent.

Clone this wiki locally