Skip to content

Commit

Permalink
Tweak package tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Jun 1, 2022
1 parent b6e2786 commit 474f8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>
<PackageLicenseExpression>ISC</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sharpjs/PSql</PackageProjectUrl>
<PackageTags>PowerShell SQL Server Azure Invoke SqlCmd</PackageTags>
<PackageTags>powershell sql sql-server azure invoke sqlcmd</PackageTags>
<PackageReleaseNotes>$(PackageProjectUrl)/blob/master/CHANGES.md</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion PSql/PSql.psd1.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
LicenseUri = 'https://github.com/sharpjs/PSql/blob/master/LICENSE.txt'
IconUri = 'https://github.com/sharpjs/PSql/blob/master/icon.png'
Tags = @(
"SQL", "Server", "Azure", "Invoke", "SqlCmd",
"SQL", "SqlServer", "Azure", "Invoke", "SqlCmd",
"PSEdition_Core", "Windows", "Linux", "MacOS"
)
}
Expand Down

0 comments on commit 474f8ba

Please sign in to comment.