File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ > - v0.0.2, 23.05.2024
4
+ > - Bugfix (https://github.com/netcloud/powershell-cli-menu-helpers/issues/2 )
5
+
3
6
> - v0.0.2, 06.01.2021
4
7
> - Changed url's to new github repo.
5
8
> - Added code signing step in build process.
Original file line number Diff line number Diff line change 1
1
{
2
2
"ModuleName" : " powershell-cli-menu-helpers" ,
3
- "ModuleVersion" : " 0.0.2 " ,
3
+ "ModuleVersion" : " 0.0.3 " ,
4
4
"GUID" : " 2876be78-754c-4b00-b390-d871c61ce66b" ,
5
5
"Author" : " Patrick Grazioli" ,
6
6
"CompanyName" : " Netcloud AG" ,
Original file line number Diff line number Diff line change 1
1
# Global path vars
2
2
$menu_script_root_dir = Split-Path - Path $PSScriptRoot - Parent # The path of the current folder
3
3
$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