Updated version with improved logging and check handling

This commit is contained in:
Frank Bischof 2023-03-20 11:27:44 +01:00
parent ef86c2427f
commit f2abb42036
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# 7zip_to_netapp_v2.ps1
# Author: F. Bischof (info@meer-web.nl)
# Author: F. Bischof (frank.bischof@solvinity.com)
# Version 2.2.0
# Set global vars

View File

@ -1,2 +1,9 @@
## 2.2.0
- Improved logging
- Added extra confirmation checks on file existance or exiting if issues are found
## 2.1.0
- Added log to textfile
## 2.0.4
- Initial release