I just made a release of PSCodePlex 0.2. This has got no fancy features but a lot of improvements as suggested by some of you. This release got some breaking changes to parameters.
Add-Release
-
$rName changed to $releaseName
-
$pName changed to $projectName
-
$rDescription changed to $releaseDescription
-
$Status changed to $releaseStatus
-
$public and $default have been changed to switch parameter type
Upload-Release
-
$rName changed to $releaseName
-
$pName changed to $projectName
-
$rType changed to $releaseType
-
$rFolderPath changed to $releaseFolderPath
Comment based help has been added. You can, now, use Get-Help cmdlet to retrieve help topics about Add-Release and Upload-Release. You can also -VERBOSE parameter to see detailed activity while using these cmdlets.