Skip to content
Snippets Groups Projects
Unverified Commit be43f68a authored by Pierre-Yves Bigourdan's avatar Pierre-Yves Bigourdan Committed by GitHub
Browse files

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

parent 9d31aa05
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,4 @@ export default createServiceFamily({ ...@@ -6,7 +6,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://community.chocolatey.org/api/v2', apiBaseUrl: 'https://community.chocolatey.org/api/v2',
title: 'Chocolatey', title: 'Chocolatey',
examplePackageName: 'git', examplePackageName: 'git',
exampleVersion: '2.19.2',
examplePrereleaseVersion: '2.19.2',
exampleDownloadCount: 2.2e6,
}) })
...@@ -90,9 +90,6 @@ function createServiceFamily({ ...@@ -90,9 +90,6 @@ function createServiceFamily({
serviceBaseUrl, serviceBaseUrl,
apiBaseUrl, apiBaseUrl,
examplePackageName, examplePackageName,
exampleVersion,
examplePrereleaseVersion,
exampleDownloadCount,
}) { }) {
class NugetVersionService extends BaseXmlService { class NugetVersionService extends BaseXmlService {
static name = `${name}Version` static name = `${name}Version`
......
...@@ -18,9 +18,6 @@ const { ...@@ -18,9 +18,6 @@ const {
apiBaseUrl, apiBaseUrl,
title: 'PowerShell Gallery', title: 'PowerShell Gallery',
examplePackageName: 'Azure.Storage', examplePackageName: 'Azure.Storage',
exampleVersion: '4.4.0',
examplePrereleaseVersion: '4.4.1-preview',
exampleDownloadCount: 1.2e7,
}) })
class PowershellGalleryPlatformSupport extends BaseXmlService { class PowershellGalleryPlatformSupport extends BaseXmlService {
......
...@@ -7,7 +7,4 @@ export default createServiceFamily({ ...@@ -7,7 +7,4 @@ export default createServiceFamily({
apiBaseUrl: 'https://resharper-plugins.jetbrains.com/api/v2', apiBaseUrl: 'https://resharper-plugins.jetbrains.com/api/v2',
title: 'JetBrains ReSharper plugins', title: 'JetBrains ReSharper plugins',
examplePackageName: 'StyleCop.StyleCop', examplePackageName: 'StyleCop.StyleCop',
exampleVersion: '2017.2.0',
examplePrereleaseVersion: '2017.3.0-pre0001',
exampleDownloadCount: 9e4,
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment