PowerShell wrapper for the ABC-Update CLI tool.
-
Load module into session (Quick and Dirty)
Invoke-Expression (( new-object Net.WebClient ).DownloadString( 'https://raw.githubusercontent.com/RFAInc/PsAbcUpdate/master/PsAbcUpdate.raw.ps1' ));
-
Dependencies
This module has the following PowerShell Dependancies: None This module has the following Software Dependancies: This module has no dependancies other than a supported Windows OS.
-
Version History
- v0.1.0.1 - Initial Commit.
-
Pester test.
-
Get next version number
v#.#.#.#and a comment[string]for the change log. -
Add any new function names to the array under .raw.ps1 file.
-
Add your changes to a new feature branch.
-
Add Pester tests for your changes.
-
Push your branch to origin.
-
Submit a PR with description of changes.
-
Follow up in 2 business days.