mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:59:08 +08:00
[azure-security-attestation-cpp] Update to 1.0.0 (#25629)
## 1.0.0 (2022-07-07) ### Breaking Changes - Renamed `Version` field to `ApiVersion` and removed the `ServiceVersion` enumeration. Co-authored-by: Victor Romero <viromer@microsoft.com>
This commit is contained in:
parent
6b5e717e1d
commit
a480fb0fa3
@ -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(
|
||||
|
@ -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."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.5.0"
|
||||
"version>=": "1.7.0-beta.1"
|
||||
},
|
||||
"openssl",
|
||||
{
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user