This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
40cb17d419
PowerShell_Scripts
/
base.win
/
_.package.json
13 lines
148 B
JSON
Raw
Normal View
History
Unescape
Escape
Introducing Packages Major Overhaul with Breaking Changes split into packaged, default behavior moved into 'base' package each package has a json package description file with criteria for loading Modified Setup-Profile to refer to 'base' package path for auto loading moved Linux aliases and command to 'base.linux' package created 'docker' package to address docker supported systems modified Get-MyScripts, Edit-MyScripts and Reload-MyScripts accordingly. Dropped -System and sys.*, package json conditions will take care of it. Supplied command to create/edit package json files: - New-MyPackage - Add-PackageCondition - Set-MyPackage
2020-11-25 05:46:33 +00:00
{
"package"
:
{
"Name"
:
"base.win"
,
"Condition"
:
[
{
"System"
:
[
=Fixes
2022-01-04 19:00:49 +00:00
"Desktop"
,
"Windows"
package defintion improvements Added CmdletExists and AppExeExists conditions Cleanup of existing package description files
2021-04-16 17:07:00 +00:00
]
Introducing Packages Major Overhaul with Breaking Changes split into packaged, default behavior moved into 'base' package each package has a json package description file with criteria for loading Modified Setup-Profile to refer to 'base' package path for auto loading moved Linux aliases and command to 'base.linux' package created 'docker' package to address docker supported systems modified Get-MyScripts, Edit-MyScripts and Reload-MyScripts accordingly. Dropped -System and sys.*, package json conditions will take care of it. Supplied command to create/edit package json files: - New-MyPackage - Add-PackageCondition - Set-MyPackage
2020-11-25 05:46:33 +00:00
}
]
}
}