Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmsonne committed Nov 12, 2024
1 parent 530c352 commit 8d5a8da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## [1.3.1.0] - xx-11-2024
## [1.3.1.0] - 12-11-2024

### Added
- Better error handling and output for cleanup old backups (better error description and details) (more will come)

### Changed
- Upgraded to .Net 8.0 (from .Net 7.0)
- Upgraded some dependencies:
- Autofac 8.0.0 -> 8.1.1
- Microsoft.Windows.Compatibility 8.0.3 > 8.0.10
- Microsoft.Windows.Compatibility 8.0.3 > 9.0.0
- Octokit 10.0.0 > 13.0.1

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions GithubBackup/GithubBackup.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<AssemblyName>GitHubBackupTool</AssemblyName>
<Copyright>Copyright © Michael Morten Sonne</Copyright>
<Authors>Michael Morten Sonne</Authors>
Expand Down Expand Up @@ -31,7 +31,7 @@
<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.10" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
Expand Down

0 comments on commit 8d5a8da

Please sign in to comment.