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:
parent
9d31aa057e
commit
be43f68ace
@ -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,
|
||||
})
|
||||
|
@ -90,9 +90,6 @@ function createServiceFamily({
|
||||
serviceBaseUrl,
|
||||
apiBaseUrl,
|
||||
examplePackageName,
|
||||
exampleVersion,
|
||||
examplePrereleaseVersion,
|
||||
exampleDownloadCount,
|
||||
}) {
|
||||
class NugetVersionService extends BaseXmlService {
|
||||
static name = `${name}Version`
|
||||
|
@ -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 {
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user