CpmfUipsPack.psd1
|
@{ RootModule = 'CpmfUipsPack.psm1' ModuleVersion = '0.5.0' GUID = '6cc9c20d-f534-483d-851f-a9441b56d4e9' Author = 'Christian Prior-Mamulyan' CompanyName = 'cprima' Copyright = '(c) Christian Prior-Mamulyan. All rights reserved.' Description = 'Bumps projectVersion, packs a UiPath project with uipcli, and stages the .nupkg to a local NuGet feed. Supports uipcli 23.x (.NET 6) and 25.x+ (.NET 8). Self-installs required runtimes without admin rights. UiPath and UiPath Studio are trademarks of UiPath Inc. This module is not affiliated with or endorsed by UiPath Inc.' PowerShellVersion = '7.0' FunctionsToExport = @( 'Invoke-CpmfUipsPack' 'Invoke-CpmfUipsAnalyze' 'Install-CpmfUipsPackCommandLineTool' 'Uninstall-CpmfUipsPackCommandLineTool' 'Install-UipathcliTool' 'Uninstall-UipathcliTool' 'Update-CpmfUipsPackProjectVersion' 'Install-CpmfUipsPackGitHook' 'Install-CpmfUipsPackConfig' 'Uninstall-CpmfUipsPackConfig' 'Get-CpmfUipsPackDiagnostics' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('UiPath', 'RPA', 'NuGet', 'CI', 'pack', 'cpmf-uips') LicenseUri = 'https://github.com/rpapub/cpmf-uips-pwshpack/blob/main/LICENSE' ProjectUri = 'https://github.com/rpapub/cpmf-uips-pwshpack' ReleaseNotes = '0.5.0 is a breaking change: -Backend now defaults to workflowcompiler and -Targets to net8, so packs no longer ship project sources and no longer build against the net6 CLI by default. Pass -Backend uipcli -Targets net6 for the previous behaviour. uipcli and uipathcli now warn when package identity or source-inclusion settings are supplied, which they cannot honour. Fixes a crash in a session that had not yet run a native command. Full changelog: https://github.com/rpapub/cpmf-uips-pwshpack/blob/main/CHANGELOG.md' } } } |