prepare version numbers

This commit is contained in:
OCram85 2019-04-29 15:46:54 +02:00
parent 53a1e16658
commit c64677b2ff
2 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,5 @@
# release version:
#version: 0.5.0.{build}
# pre release version: # pre release version:
version: 0.5.{build} version: 1.0.{build}
#branches: #branches:
# only: # only:

View File

@ -128,10 +128,10 @@
IconUri = 'https://raw.githubusercontent.com/OCram85/PSCredentialStore/master/assets/logo256.png' IconUri = 'https://raw.githubusercontent.com/OCram85/PSCredentialStore/master/assets/logo256.png'
# ReleaseNotes of this module # ReleaseNotes of this module
ReleaseNotes = 'This is a pre-release version!. Do not use in production!' ReleaseNotes = 'See https://github.com/OCram85/PSCredentialStore/releases page for details.'
# Prerelease string of this module # Prerelease string of this module
Prerelease = 'preview' #Prerelease = 'preview'
# Flag to indicate whether the module requires explicit user acceptance for install/update # Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false # RequireLicenseAcceptance = $false