Pog v0.8.0
Full Changelog: v0.7.2...v0.8.0
- Breaking change: More consistent configuration cmdlet naming:
New-File
,New-Directory
,New-Symlink
instead ofAssert-File
,Assert-Directory
andSet-SymlinkedPath
. - Much smaller executable stub (150 kB vs 6 kB).
- Slight installation script improvements.
- Added a library to simplify authoring manifest generators.
- Wildcard support for package names in some cmdlets.
- Support for parallel manifest loading in
Get-PogRepositoryPackage
.
Installation
- Ensure you have enabled developer mode. Pog currently needs it for symbolic links (hopefully I can get rid of that in a future release).
- Download and unpack the archive to your preferred directory for portable applications.
- Run Pog/setup.cmd.
Local repository support
To use a local package repository for development, use the following script to import the Pog PowerShell module:
$env:POG_LOCAL_REPOSITORY_PATH = "..."
Import-Module Pog