[azure-core-amqp-cpp] Remove constraint on non-existent version (#33176)

This commit is contained in:
Larry Osterman 2023-08-14 16:05:13 -07:00 committed by GitHub
parent 5fa92f467e
commit 10dcaaf0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -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."
@ -12,7 +13,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.10.0"
},
"azure-uamqp-c",
{

View File

@ -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",

View File

@ -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",