Skip to content

Commit e5122dd

Browse files
committed
fix: specify platforms and minimum versions
1 parent 6ae47dd commit e5122dd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

PSSourcegraph.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
RootModule = 'PSSourcegraph.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.0'
15+
ModuleVersion = '0.3.1'
1616

1717
# Supported PSEditions
18-
# CompatiblePSEditions = @()
18+
CompatiblePSEditions = @('Core')
1919

2020
# ID used to uniquely identify this module
2121
GUID = '3c3b4942-3d18-420a-8b04-ee7cdd21907d'
@@ -33,7 +33,7 @@
3333
Description = 'PowerShell client for the Sourcegraph API'
3434

3535
# Minimum version of the PowerShell engine required by this module
36-
# PowerShellVersion = ''
36+
PowerShellVersion = '7.0.0'
3737

3838
# Name of the PowerShell host required by this module
3939
# PowerShellHostName = ''
@@ -113,7 +113,7 @@
113113
PSData = @{
114114

115115
# Tags applied to this module. These help with module discovery in online galleries.
116-
Tags = @('sourcegraph', 'graphql', 'api')
116+
Tags = @('sourcegraph', 'graphql', 'api', 'Windows', 'MacOS', 'Linux')
117117

118118
# A URL to the license for this module.
119119
LicenseUri = 'https://github.com/sourcegraph/PSSourcegraph/blob/master/LICENSE'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![powershellgallery](https://img.shields.io/powershellgallery/v/PSSourcegraph.svg)](https://www.powershellgallery.com/packages/PSSourcegraph)
44
[![downloads](https://img.shields.io/powershellgallery/dt/PSSourcegraph.svg?label=downloads)](https://www.powershellgallery.com/packages/PSSourcegraph)
55
[![build](https://travis-ci.org/sourcegraph/PSSourcegraph.svg?branch=master)](https://travis-ci.org/sourcegraph/PSSourcegraph)
6+
![powershell: >=7.0.0](https://img.shields.io/badge/powershell-%3E%3D6.1.0-blue.svg)
7+
![platform](https://img.shields.io/powershellgallery/p/PSSourcegraph.svg?colorB=blue)
68

79
Search Sourcegraph from PowerShell
810

0 commit comments

Comments
 (0)