File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ > - v0.0.2, 23.05.2024
4+ > - Bugfix (https://github.com/netcloud/powershell-cli-menu-helpers/issues/2 )
5+
36> - v0.0.2, 06.01.2021
47> - Changed url's to new github repo.
58> - Added code signing step in build process.
Original file line number Diff line number Diff line change 11{
22 "ModuleName" : " powershell-cli-menu-helpers" ,
3- "ModuleVersion" : " 0.0.2 " ,
3+ "ModuleVersion" : " 0.0.3 " ,
44 "GUID" : " 2876be78-754c-4b00-b390-d871c61ce66b" ,
55 "Author" : " Patrick Grazioli" ,
66 "CompanyName" : " Netcloud AG" ,
Original file line number Diff line number Diff line change 11# Global path vars
22$menu_script_root_dir = Split-Path - Path $PSScriptRoot - Parent # The path of the current folder
33$menu_funciton_dir = ' .\functions' # The path to all helper functions
4- $menu_menu_dir = $menu_script_root_dir + ' \Example PowerShell CLI Menu' # The path to the menu structure
4+ $menu_menu_dir = Join-Path - Path $menu_script_root_dir - ChildPath ' \Example PowerShell CLI Menu' # The path to the menu structuree
Original file line number Diff line number Diff line change 1- $user_rdp_connections = $menu_script_root_dir + ' \files\rdp\connections.json'
1+ $user_rdp_connections = Join-Path - Path $menu_script_root_dir - ChildPath ' \files\rdp\connections.json'
You can’t perform that action at this time.
0 commit comments