Skip to content

Commit 230a618

Browse files
committed
Tweak DLL and package metadata.
1 parent 1eda11f commit 230a618

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>
3333
<PackageLicenseExpression>ISC</PackageLicenseExpression>
3434
<PackageProjectUrl>https://github.com/sharpjs/Prequel</PackageProjectUrl>
35-
<PackageTags>TagA TagB</PackageTags>
35+
<PackageTags>sqlcmd sql preprocessor</PackageTags>
3636
<PackageReleaseNotes>$(PackageProjectUrl)/blob/main/CHANGES.md</PackageReleaseNotes>
3737
<PackageIcon>icon.png</PackageIcon>
3838
<RepositoryType>git</RepositoryType>

Prequel/Prequel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818

1919
<PropertyGroup>
20-
<Description>Minimal SQLCMD preprocessor</Description>
20+
<Description>Minimal SQLCMD-compatible preprocessor</Description>
2121
<TargetFrameworks>netstandard2.0</TargetFrameworks>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)