Skip to content

Commit

Permalink
[azure-core-amqp-cpp] Remove constraint on non-existent version (#33176)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman authored Aug 14, 2023
1 parent 5fa92f4 commit 10dcaaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/azure-core-amqp-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "azure-core-amqp-cpp",
"version-semver": "1.0.0-beta.2",
"port-version": 1,
"description": [
"Microsoft Azure AMQP SDK for C++",
"This library provides AMQP functionality to Azure SDK services."
Expand All @@ -12,7 +13,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.10.0"
},
"azure-uamqp-c",
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-amqp-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88712b0277f9501bbeab4d9244338fd5411eef93",
"version-semver": "1.0.0-beta.2",
"port-version": 1
},
{
"git-tree": "22f82ee324a3d5a33f8e3f9896b780f5a90f786e",
"version-semver": "1.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
},
"azure-core-amqp-cpp": {
"baseline": "1.0.0-beta.2",
"port-version": 0
"port-version": 1
},
"azure-core-cpp": {
"baseline": "1.10.2",
Expand Down

0 comments on commit 10dcaaf

Please sign in to comment.