fast-blazor/eng/pipelines/version.yml

7 строки
307 B
YAML

variables:
# File and Package version
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
FileVersion: '4.9.2' # Set the next final version here.
PackageSuffix: ''