diff --git a/Directory.Build.props b/Directory.Build.props
index 40db133..655650a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -32,7 +32,7 @@
© $([System.DateTime]::UtcNow.Year) $(Authors)
ISC
https://github.com/sharpjs/PSql
- PowerShell SQL Server Azure Invoke SqlCmd
+ powershell sql sql-server azure invoke sqlcmd
$(PackageProjectUrl)/blob/master/CHANGES.md
icon.png
git
diff --git a/PSql/PSql.psd1.t b/PSql/PSql.psd1.t
index 9a882df..4b8358d 100644
--- a/PSql/PSql.psd1.t
+++ b/PSql/PSql.psd1.t
@@ -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"
)
}