Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.version.patch

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Version > patch

Version.patch property

The third number in the version string, or undefined if unspecified.

Signature:

get patch(): number | undefined;

Remarks

Typically a change in the patch version number indicates a small fix that does not affect the compatibility contract for the library. For a .NET System.Version object, this is referred to as the "build" number.

Clone this wiki locally