From de2962098f791458f9d101dc1505db5ca86d5891 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Wed, 7 Feb 2024 10:35:05 +0530 Subject: [PATCH 1/3] Releases 1.0.0 --- src/index.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/index.json b/src/index.json index ed0bf541cce..9e08a72267f 100644 --- a/src/index.json +++ b/src/index.json @@ -17133,6 +17133,56 @@ "version": "0.26.0" }, "sha256Digest": "565fc207f1740c26957f382fe2eefabec254011fb2d1b50c0e540f894f47dcbe" + }, + { + "downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20240206.1/azure_devops-1.0.0-py2.py3-none-any.whl", + "filename": "azure_devops-1.0.0-py2.py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.30.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "VSTS_Social@microsoft.com", + "name": "Microsoft", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Microsoft/azure-devops-cli-extension" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-devops", + "run_requires": [ + { + "requires": [ + "distro (==1.3.0)" + ] + } + ], + "summary": "Tools for managing Azure DevOps.", + "version": "1.0.0" + }, + "sha256Digest": "658a2854d8c80f874f9382d421fa45abf6a38d00334737dda006f8dec64cf70a" } ], "azure-firewall": [ From 6e421fb1e093adf15c6814a80aec3276f90dad9e Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Thu, 8 Feb 2024 11:41:05 +0530 Subject: [PATCH 2/3] index file correction --- src/index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 9e08a72267f..11638c7100f 100644 --- a/src/index.json +++ b/src/index.json @@ -17175,7 +17175,8 @@ "run_requires": [ { "requires": [ - "distro (==1.3.0)" + "distro (==1.3.0)", + "distro ==1.3.0" ] } ], From 1c465861a2c434e75601b8faaffc93211814ab03 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Thu, 8 Feb 2024 12:29:36 +0530 Subject: [PATCH 3/3] meta data version correction --- src/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 11638c7100f..09360108ce9 100644 --- a/src/index.json +++ b/src/index.json @@ -17176,7 +17176,7 @@ { "requires": [ "distro (==1.3.0)", - "distro ==1.3.0" + "distro==1.3.0" ] } ],