Early preview of .Net8 based packages, codename `debug-2.0.8.100`

Some executables lack executable permission. I don’t know if that’s deliberate though.

Duplicati.CommandLine.ConfigurationImporter
Duplicati.CommandLine.AutoUpdater

They at least start up, if I chmod 755 them, but this may or may not be the expected result now:

$ ./Duplicati.CommandLine.AutoUpdater check
Error detected: System.Net.WebException: The remote server returned an error: (404) Not Found.
   at System.Net.HttpWebRequest.GetResponse()
   at System.Net.WebClient.GetWebResponse(WebRequest request)
   at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at Duplicati.Library.AutoUpdater.UpdaterManager.CheckForUpdate(ReleaseType channel)
Error detected: System.Net.WebException: The remote server returned an error: (404) Not Found.
   at System.Net.HttpWebRequest.GetResponse()
   at System.Net.WebClient.GetWebResponse(WebRequest request)
   at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at Duplicati.Library.AutoUpdater.UpdaterManager.CheckForUpdate(ReleaseType channel)
No updates found

Did we mean to ship our own SQLite? If so, is it available in all the binary flavors we’re shipping?