Skip to content

Commit

Permalink
Created new version 0.8.x, where the DisplayInfo is cached to improve…
Browse files Browse the repository at this point in the history
… performance.

[release]
  • Loading branch information
Lakritzator committed Dec 4, 2018
1 parent a64aa56 commit 35dc75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.{build}
version: 0.8.{build}
skip_tags: true
os: Visual Studio 2017
configuration: Release
Expand Down
4 changes: 2 additions & 2 deletions src/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.7",
"version": "0.8",
"publicReleaseRefSpec": [
".*/master$" // we release out of master
],
Expand All @@ -10,7 +10,7 @@
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"enabled": false,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
Expand Down

0 comments on commit 35dc75e

Please sign in to comment.