Skip to content

Releases: michaelmsonne/AzureDevOpsBackupTool

1.0.5.8

13 Apr 19:06
1a5e6fa
Compare
Choose a tag to compare

[1.0.5.8] - 13-04-2024

Changed

  • Typos in logging
  • Typos in tool
  • Sanitize directory name(s) to avoid path error(s) in backups and cleanup
  • Some code cleanup and optimization
  • Upgraded Microsoft.Bcl.AsyncInterfaces.7.0.0 to Microsoft.Bcl.AsyncInterfaces.8.0.0
  • Upgraded System.Text.Encodings.Web.7.0.0 to System.Text.Encodings.Web.8.0.0
  • Upgraded System.Text.Json.7.0.3 to System.Text.Json.8.0.3
  • Upgraded RestSharp from 106.15.0.0 to 110.2.0

Fixed

  • Fix special characters in branch name to avoid path error
  • The program now saves files using the DownloadStream method, allowing large files to download without crash and useing async.

New Contributors

Full Changelog: 1.0.5.7...1.0.5.8

1.0.5.7 - 11-03-2024

11 Mar 22:26
c60dea7
Compare
Choose a tag to compare

Add

  • Add link to blog in about

Changed

  • Typos in report layout
  • Changes for better logfile layout/formatting

1.0.5.6 release

03 Sep 19:22
acb076b
Compare
Choose a tag to compare

[1.0.5.6] - 03-09-2023

Changed

  • Upgraded System.Text.Json to 7.0.3

1.0.5.5 release

06 May 09:33
5ff978a
Compare
Choose a tag to compare

[1.0.5.5] - 06-05-2023

Add

  • Added function to count current numers of backups in backup folder and report to email report
  • Added function test connection to REST API - if not connected, it will show the error details
  • Added function to test if needed system requrements is set

Changed

  • Some changes to help text

Fixed

  • Fixed report status check for original .zip files letover in backup (if clenup parameter is set)
  • Fixed wrong number of current backups in backup folder in email report

1.0.5.4 release

03 Apr 14:02
cf371e6
Compare
Choose a tag to compare

[1.0.5.4] - 03-4-2023

Add

  • Added Class to secure the token for authentication to the Azure DevOps API form an encrypted .bin file based in hardware id for the hardware the .bin file is generated on

Changed

  • Some changes to help text

1.0.5.3 release

29 Mar 21:31
d909f25
Compare
Choose a tag to compare

[1.0.5.3] - 29-3-2023

Add

  • Added Class to secure the token for authentication to the Azure DevOps API

1.0.5.2

26 Mar 09:43
Compare
Choose a tag to compare

[1.0.5.2] - 26-3-2023

Fixed

  • Now the logfile is named correct again under some conditions

1.0.5.1 release

25 Mar 11:47
Compare
Choose a tag to compare

[1.0.5.1] - 25-3-2023

Add

  • Added new parameter to set email priority

Fixed

  • Now the log is attathed to to e-mail report again

Changed

  • Reorder the backup cleanup of the code to Classes

1.0.5.0 release

24 Mar 17:39
Compare
Choose a tag to compare

Add

  • Added new parameter for information about the tool in console

Changed

  • Reorder the most of the code to Classes and
  • Updated Newtonsoft.Json and System.Text.Json to the last versions
  • Renamed argument for backup folder from --outdir to --backup
  • Other Small changes and optimization
  • Upgraded to .Net 4.8

1.0.4.2 release

15 Mar 18:09
Compare
Choose a tag to compare

[1.0.4.2] - 15-2-2023

Changed

  • Small changes and optimization