christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
58 stars 20 forks source link

bouncycastle crypto ands injector #65

Closed clover73 closed 2 years ago

clover73 commented 2 years ago

what is bouncy house crypto and simple injector or mail kit and why are they in the release but not here

christianspecht commented 2 years ago

MailKit (for sending emails) and SimpleInjector (DI Container) are libraries that SCM Backup uses internally.

The libraries are not directly committed to the repository because they are referenced as NuGet packages here and here.

BouncyCastle is not directly referenced in the project, but I'm 100% sure that it's a dependency of MailKit, that‘s why it‘s in the release as well.