Skip to content

Pog v0.7.0

Compare
Choose a tag to compare
@MatejKafka MatejKafka released this 02 Apr 21:39
· 284 commits to main since this release

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

  1. Ensure you have enabled developer mode. Pog currently needs it for symbolic links (hopefully I can get rid of that in a future release).
  2. Download and unpack the archive to your preferred directory for portable applications.
  3. 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