Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 4310b7c

Browse files
committed
added styling
1 parent e7ac46a commit 4310b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# **code null versioning 1.0.0.0 (CNV)**
1+
# **code null versioning 1.0.0.1 (CNV)**
22

33
The CNV provides a rather simple schema. It is based on [Semantic Versioning](https://semver.org/), but with a rule set, that is applicable to a broader range of projects.
44

55
A version string has the following structure and only consists of numbers. The parts that are in brackets are optional. Every bracket pair can be combined with every other or be left out entirely. But what is inside must always be there. When using these, the meaning must be specified in the README. For that the following destructuring can be used.
66

7-
Structure: (prefix)w.x.y.z(dot)(dash)(\*)(-S)
7+
**Structure:** (prefix)w.x.y.z(dot)(dash)(\*)(-S)
88

9-
Destructured:
9+
**Destructured:**
1010

1111
- prefix: A prefix like "v" to indicate that is a version number
1212
- w: Use for major versions

0 commit comments

Comments
 (0)