kiota: add version 1.13.0 (#5700)

* kiota: add version 1.13.0

* fixes end with newline error
This commit is contained in:
Nikolas Demiridis 2024-04-30 12:47:10 +03:00 committed by GitHub
parent cc5be808b6
commit 58f31518ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/kiota.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "1.13.0",
"description": "Kiota is a command line tool for generating an API client to call any OpenAPI described API you are interested in. The goal is to eliminate the need to take a dependency on a different API SDK for every API that you need to call. Kiota API clients provide a strongly typed experience with all the features you expect from a high quality API SDK, but without having to learn a new library for every HTTP API.",
"homepage": "https://aka.ms/kiota/docs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/kiota/releases/download/v1.13.0/win-x64.zip",
"hash": "502715936a379a60acde5cabd3bd98583dd29fbda35e1d9ac342f61d064c73dd"
},
"32bit": {
"url": "https://github.com/microsoft/kiota/releases/download/v1.13.0/win-x86.zip",
"hash": "995f25489bf5b50a76e7ca87f10c5e6ef9e95fb8ce1ea0959f6cc76436584e72"
}
},
"bin": "kiota.exe",
"checkver": {
"github": "https://github.com/microsoft/kiota"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/microsoft/kiota/releases/download/v$version/win-x64.zip"
},
"32bit": {
"url": "https://github.com/microsoft/kiota/releases/download/v$version/win-x86.zip"
}
}
}
}