PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

ACR bug fix: Update 'packageName' metadata check to 'org.opencontainers.image.title' #1567

Closed alerickson closed 6 months ago

alerickson commented 6 months ago

PR Summary

'packageName' no longer exists as a manifest property. Small update to check for the new property name 'org.opencontainers.image.title'

Also removing extraneous '.

PR Context

PR Checklist