Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure-security-attestation-cpp] publish version 1.0.0 #25629

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/azure-security-attestation-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-attestation_1.0.0-beta.3
SHA512 8809bc3e44dc6e9f7a5ca98fdf23ef0058f5ba2321c34494931197e7d002dffab10161279bb5b7cf453593779db038f86abf377cb7788174ddbce9fc5199fe91
REF azure-security-attestation_1.0.0
SHA512 75b616ea152a88b2cd3be261df134523f1743343542f005e85f1dc9d438584038d0d92879c3caabfd3bd60c6c37c658ad327b2fb62693d99c170e64182f6831f
)

vcpkg_cmake_configure(
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-security-attestation-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-security-attestation-cpp",
"version-semver": "1.0.0-beta.3",
"version-semver": "1.0.0",
"description": [
"Microsoft Azure Attestation Service SDK for C++",
"This library provides API access to the Microsoft Azure Attestation service."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.5.0"
"version>=": "1.7.0-beta.1"
},
"openssl",
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-security-attestation-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8293ab6b738d343991db9a759a62cac032f84d20",
"version-semver": "1.0.0",
"port-version": 0
},
{
"git-tree": "e0a46382e8a741a311e07f21ffd28ebb654c32ea",
"version-semver": "1.0.0-beta.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"port-version": 0
},
"azure-security-attestation-cpp": {
"baseline": "1.0.0-beta.3",
"baseline": "1.0.0",
"port-version": 0
},
"azure-security-keyvault-certificates-cpp": {
Expand Down