Skip to content

Commit

Permalink
2024-04-11: azure-template-cpp 1.1.0-beta.3687928
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Apr 11, 2024
1 parent 48b7282 commit e41c4e7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ports/azure-template-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-template_1.1.0-beta.3589593
SHA512 0be1dec979de3e4a901981c1b0445ae1fac71d53a6620623844044c6103ddd64c9b23de6c0433c97d11aa16832e4989ccec56721b24f74d46622a54b8d194e72
REF "azure-template_${VERSION}"
SHA512 35d987345b8028f56babeeb8417b646482cb8569cee35d6cdac739db00013a55bbbdda15205335662cb70d99858eb3eb46a1e61c79ed4e9e3dfe7bd65c8b6b9d
HEAD_REF main
)

if(EXISTS "${SOURCE_PATH}/sdk/template/azure-template")
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-template-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-template-cpp",
"version-semver": "1.1.0-beta.3589593",
"version-semver": "1.1.0-beta.3687928",
"description": [
"Microsoft Azure Template SDK for C++",
"This is a template library meant to illustrate initial client library development process for Azure SDK.",
Expand Down
4 changes: 2 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"default-registry": {
"kind": "git",
"baseline": "9854d1d92200d81dde189e53b64c9ba6a305dc9f",
"baseline": "10bb9c21b77d8b03d501409bd165b9f49e82f6a0",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "git",
"baseline": "32ce0a5f1e466d5358ae482b565dda05f25089af",
"baseline": "48b728204eb061ef969d49e7790adaaf136b1002",
"repository": "https://github.com/Azure/azure-sdk-vcpkg-betas",
"packages": [
"azure-core-amqp-cpp",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-template-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eddd53900a155e8888f97e1ec11b35086f08d874",
"version-semver": "1.1.0-beta.3687928",
"port-version": 0
},
{
"git-tree": "2b7e2065cd5f162b8cd9a054fe35fd3d30b22314",
"version-semver": "1.1.0-beta.3589593",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"port-version": 0
},
"azure-template-cpp": {
"baseline": "1.1.0-beta.3589593",
"baseline": "1.1.0-beta.3687928",
"port-version": 0
}
}
Expand Down

0 comments on commit e41c4e7

Please sign in to comment.