From 69c722e1f9e59420af6216f8bfc758bfb03b577e Mon Sep 17 00:00:00 2001 From: Michael Morten Sonne Date: Tue, 12 Nov 2024 12:01:15 +0100 Subject: [PATCH] Upgraded some dependencies --- CHANGELOG.MD | 6 ++++++ GithubBackup/GithubBackup.csproj | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f1d85f0..87b536a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -3,6 +3,12 @@ ### Added - Better error handling and output for cleanup old backups (better error description and details) (more will come) +### Changed +- Upgraded some dependencies: + - Autofac 8.0.0 -> 8.1.1 + - Microsoft.Windows.Compatibility 8.0.3 > 8.0.10 + - Octokit 10.0.0 > 13.0.1 + ### Fixed - Fixed if the backedup files have Read-Only attribute, the tool will not be able to delete the folder and files - now the tool will remove the Read-Only attribute before deleting the files and folders diff --git a/GithubBackup/GithubBackup.csproj b/GithubBackup/GithubBackup.csproj index 50ccf10..2ad1d12 100644 --- a/GithubBackup/GithubBackup.csproj +++ b/GithubBackup/GithubBackup.csproj @@ -28,12 +28,12 @@ - + - + - +