dtmt/lib/nexusmods
Lucas Schwiderski 246564d00f
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Fetch file version from Nexus
When importing an archive file downloaded from Nexus, the file name does
include a version field. But, presumably for compatibility reasons,
Nexus replaces special characters with `-`, so that this field doesn't
match common schemes like `1.0.0`.
So instead we use the also included update timestamp to find the
corresponding file info from Nexus and use the version data from that.

Closes #131.
2023-11-24 13:54:19 +01:00
..
src Fetch file version from Nexus 2023-11-24 13:54:19 +01:00
Cargo.toml feat(nexusmods): Implement NXM URI parsing 2023-03-15 17:06:58 +01:00