Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
- Bump version to 1.2.2-preview.
- Semver is now 2.

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes committed Jun 11, 2019
1 parent 8076f5a commit b146e93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2.1-preview.{height}",
"version": "1.2.2-preview.{height}",
"assemblyVersion": {
"precision": "revision"
},
"semVer1NumericIdentifierPadding": 3,
"nugetPackageVersion": {
"semVer": 2
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
Expand Down

0 comments on commit b146e93

Please sign in to comment.