Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 549 Bytes

Contributing to ReCommended Extension for ReSharper

Versioning Guidelines

The extension uses 3 numeric components, Major.Minor.Patch. The following table summarizes the rules:

Update Component to increment Example
Compatibility update patch 1.0.6 ➡️ 1.0.7
Bug-fix/minor improvement update minor 1.0.6 ➡️ 1.1.0
Feature update major 1.0.6 ➡️ 2.0.0

Please note: when a component is incremented, the subcomponents are reset.