PSImmich.psd1
# # Module manifest for module 'PSImmich' # # Generated by: Hannes Palmquist # # Generated on: 2024-03-07 # @{ RootModule = 'PSImmich.psm1' ModuleVersion = '0.1.1' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '4c1238d7-f5de-400e-8543-3ea095a0ff34' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Powershell wrapper for the Immich API' NestedModules = @() RequiredModules = @() FunctionsToExport = @('Get-IMAsset','Get-IMCuratedLocation','Get-IMCuratedObject','Remove-IMAsset','Update-IMAsset','Get-IMServer','Get-IMServerConfig','Get-IMServerFeature','Get-IMServerInfo','Get-IMServerStatistic','Get-IMServerVersion','Get-IMSupportedMediaType','Get-IMTheme','Test-IMPing','Connect-Immich','Disconnect-Immich','Get-IMSession') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSImmich/blob/main/LICENSE' #RequireLicenseAcceptance = $false Prerelease = 'preview0005' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSImmich/getstarted' ReleaseNotes = '## [0.1.1-preview0005] - 2024-03-10 ### Added - For new features. ### Changed - For changes in existing functionality. ### Deprecated - For soon-to-be removed features. ### Removed - For now removed features. ### Fixed - For any bug fix. ### Security - In case of vulnerabilities. ' } } } |