Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
This updates all projects to target .NET Framework 4.7.1. The TencentCOS and Tardigrade backends depend on .NET Standard 2.0. When a .NET Framework prior to 4.7.1 is targeted, the system cannot be sure that all the dependencies exist, so it copies all dependent assemblies to the output directory. This causes many assemblies from the System namespace to become bundled in the release. https://stackoverflow.com/a/48875007 We had previously attempted to make individual projects target 4.7.1 (see pull request #4242), but this can cause compatibility issues when 4.6.2 projects depend on 4.7.1. projects. This will require Mono 5.10.0 or greater (previously, we required 5.0.0 or greater). https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries This fixes issue #4234.
2019-09-01Merge remote-tracking branch 'upstream/master' into gpg-updateBlueBlock
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26include missing dll for gpg updateBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2019-07-20Correct copying of updated and included gpg files in project.BlueBlock
2019-07-20Add dll's to included and updated gpgBlueBlock
2017-01-23Bundling the mozroots and tlstest tools from Mono to aid in debugging SSL issuesKenneth Skovhede
2016-12-30Disabled MSBuild for much faster builds on MacOSKenneth Skovhede
2016-11-10Added pause-resume example scriptKenneth Skovhede
2016-09-28Added a new tools project to pull in tools/scripts.Kenneth Skovhede
Also updated the bundled GPG version to 2.3.3 This fixes #1921 This fixes #1931