Bump module version to 1.5.0 and update Invoke-GiteaFileDownload and Get-GiteaChildItem functions to use 'Result' instead of 'Success' for status reporting, and add OverwriteByHash parameter for conditional file overwriting.
Some checks failed
Publish Powershell Module to Gitea Repository / test (push) Failing after 10s
Publish Powershell Module to Gitea Repository / deploy (push) Has been skipped

This commit is contained in:
2025-05-27 13:14:28 -04:00
parent ed9ba80938
commit 67d69c52e9
2 changed files with 43 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
RootModule = 'PS-GiteaUtilities.psm1'
# Version number of this module.
ModuleVersion = '1.4.5'
ModuleVersion = '1.5.0'
# Supported PSEditions
# CompatiblePSEditions = @()