Closed peddanet closed 1 month ago
The dotnet publish
command should have included -p:Version=1.7.79
. That was added back in July and the check against GitHub was added in September. https://sim0n00ps.github.io/OF-DL/docs/installation/linux
Thanks @melithine ! I applied and as expected worked. Sorry for not reading the new installation instructions, which you have prepared with care here, thanks for the reminder. I just did not think of it to look for an update there!! I will obey this from now on.
If you want to be notified about new releases, yes 😊
You may have missed it when we switched docs over to github from gitbook.
System: Ubuntu 22.04, .Net8
Since I downloaded and built v.1.7.79:
dotnet publish -c release -r linux-x64 --self-contained false
It started like this:
The version info seems pretty annoying, but I downloaded the correct tag and built it successfully.
Is this a new feature or should I update any version.cs file??