Skip to content

Commit

Permalink
Upgraded some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmsonne committed Nov 12, 2024
1 parent e895f82 commit 69c722e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions GithubBackup/GithubBackup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<Content Include="Resources\github_git_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
<PackageReference Include="Autofac" Version="8.1.1" />
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.3" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="10.0.0" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 69c722e

Please sign in to comment.