1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00

Remove unused parameters in [Chocolatey Resharper PowershellGallery] (#10345)

This commit is contained in:
Pierre-Yves Bigourdan 2024-07-09 19:25:45 +02:00 committed by GitHub
parent 9d31aa057e
commit be43f68ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 12 deletions

View File

@ -6,7 +6,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://community.chocolatey.org/api/v2',
title: 'Chocolatey',
examplePackageName: 'git',
exampleVersion: '2.19.2',
examplePrereleaseVersion: '2.19.2',
exampleDownloadCount: 2.2e6,
})

View File

@ -90,9 +90,6 @@ function createServiceFamily({
serviceBaseUrl,
apiBaseUrl,
examplePackageName,
exampleVersion,
examplePrereleaseVersion,
exampleDownloadCount,
}) {
class NugetVersionService extends BaseXmlService {
static name = `${name}Version`

View File

@ -18,9 +18,6 @@ const {
apiBaseUrl,
title: 'PowerShell Gallery',
examplePackageName: 'Azure.Storage',
exampleVersion: '4.4.0',
examplePrereleaseVersion: '4.4.1-preview',
exampleDownloadCount: 1.2e7,
})
class PowershellGalleryPlatformSupport extends BaseXmlService {

View File

@ -7,7 +7,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://resharper-plugins.jetbrains.com/api/v2',
title: 'JetBrains ReSharper plugins',
examplePackageName: 'StyleCop.StyleCop',
exampleVersion: '2017.2.0',
examplePrereleaseVersion: '2017.3.0-pre0001',
exampleDownloadCount: 9e4,
})