pbowden-msft / MAUCacheAdmin

Microsoft AutoUpdate Cache Admin
70 stars 15 forks source link

Update PS Module to 1.0.1 #41

Closed nixtar closed 1 year ago

nixtar commented 1 year ago

Fixes output of Invoke-MAUCacheDownload when the files don't exist in the cache path.

Previous to this it would always warn with "Package {filename} exists in the cache but the file size does not match... Will redownload" when the file was not in the cache.

pbowden-msft commented 1 year ago

Thanks @nixtar !