Skip to content

Commit 3ecd59a

Browse files
committed
Bump
1 parent 58e6ddb commit 3ecd59a

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,15 +1,15 @@
11
os: Visual Studio 2017
22

33
# Version format
4-
version: 0.5.10.{build}
4+
version: 1.0.0.{build}
55

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

99
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
1010
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1111
init:
12-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
12+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
1313

1414
install:
1515
- ps: >-

0 commit comments

Comments
 (0)