Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.1 KB

File metadata and controls

36 lines (25 loc) · 2.1 KB

Agents

Main directive

Everything is a work in progress and can be improved. If you find a problem or improvement, fix if small; otherwise open an issue.

Repo guidance

PSSemVer is a PowerShell module that adds a SemVer 2.0.0 compatible [PSSemVer] class and the commands that create and convert it. The class is a public type, so its constructors, methods, and comparison semantics are the module's API — treat changes to them as breaking until proven otherwise.

PSModule Framework guidance

Regarding repo structure, module source code and how the Process-PSModule workflow works. For PSModule-specific build, layout, and process guidance:

Org-wide guidance

For cross-cutting ways of working and standards: