Hello
I'm trying to set up a download server for my own libraries.
I've added it in the options under 'library download'
I've created a pathing system similar to the one seen in C:\ProgramData\CODESYS\Managed Libraries
I've added index files to the root path and all subdirectories containing info on directories and files. (as shown in
https://store.codesys.com/CODESYSLibs/index)
My problem is that it does not detect new versions of a library.
In project enviroment -> Library version it says All libraries are up to date, there's also a checkmark in 'Check for updates when loading this project'
If I go to the library repository and uninstall the library, I can click 'download missing libraries' and it will download the latest version of the library without any problems, I just can't get it to detect that a new library has been uploaded to the server.
For example:
Installed library: 1.0.0.3
Latest library on server: 1.0.0.4
No new libraries detected
Uninstall 1.0.0.3 from Library repository
Click download missing libraries
1.0.0.4 is downloaded and installed correctly.
I am using .library files if it's of any significance.
Anything I'm missing here?