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

sp core library.version.revision

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

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

Version.revision property

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

Signature:

get revision(): number | undefined;

Remarks

This number is not part of the Semantic Versioning (SemVer) standard used in JavaScript, but it is used by .NET version numbers.

Clone this wiki locally