Pog v0.7.0
Full Changelog: v0.6.0...v0.7.0
- Experimental support for remote repositories (see below)
- All commonly used external cmdlets ported to C#
- Add scaffolding for unit tests
- Add basic CI
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.
Remote repository support
To experimentally use a remote repository, use the following script to import the Pog PowerShell module:
$env:POG_REMOTE_REPOSITORY_URL = "https://matejkafka.github.io/PogPackages/"
Import-Module Pog