Set template version 1.0.0 (#2395)

This commit is contained in:
Daniel Jurek 2021-06-03 18:24:24 -07:00 committed by GitHub
parent e279c9220b
commit f1426392b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Release History
## 1.0.0 (2021-06-03)
* Validate template project ahead of release
## 1.0.0-beta.25 (2021-01-12)
* Validate vcpkg publishing automation (part 20)

View File

@ -11,7 +11,7 @@
#define AZURE_TEMPLATE_VERSION_MAJOR 1
#define AZURE_TEMPLATE_VERSION_MINOR 0
#define AZURE_TEMPLATE_VERSION_PATCH 0
#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.25"
#define AZURE_TEMPLATE_VERSION_PRERELEASE ""
#define AZURE_TEMPLATE_VERSION_ITOA_HELPER(i) #i
#define AZURE_TEMPLATE_VERSION_ITOA(i) AZURE_TEMPLATE_VERSION_ITOA_HELPER(i)