github vexx32/PSKoans v0.42.1
v0.42.1: Oops

latest releases: v0.67.1, v0.67.0, refs/tags/v0.67.0...
pre-release5 years ago

I guess I didn't test thoroughly enough! Apologies for the busted release; a fix is being published to the gallery shortly!

Here are the fixed files, and they'll be up on the gallery in a few minutes. 😄

For those of you wanting to continue your koans run uninterrupted and without resetting, please run the following command to replace your file headers for compatibility:

Get-ChildItem -Path $env:PSKoans_Folder -Recurse -File | ForEach-Object {
    ( Get-Content -Path $_.FullName ) -replace '^#Requires.*PSKoans','using module PSKoans' |
        Set-Content $_.FullName
}

Don't miss a new PSKoans release

NewReleases is sending notifications on new releases.