Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 9e37811

Browse files
committed
Bumping version number to v0.6.0-beta
1 parent d848946 commit 9e37811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
image: Visual Studio 2017
22

33
# version format
4-
version: 0.5.0.{build}
4+
version: 0.6.0.{build}
55

66
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
77
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
88
init:
9-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
9+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1010

1111
cache:
1212
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

0 commit comments

Comments
 (0)