Skip to content

Commit

Permalink
Provide some additional package tags for discoverability
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Dec 23, 2024
1 parent 0645588 commit ff93ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StructId.Package/StructId.Package.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>StructId</PackageId>
<DevelopmentDependency>true</DevelopmentDependency>
<Description>Stronly typed ids using readonly record structs and modern C# features.</Description>
<PackageTags>dotnet record struct typed id</PackageTags>
<PackageTags>dotnet record struct typed id strongly-typed dapper </PackageTags>
<PackFolder>buildTransitive</PackFolder>
<PackNone>true</PackNone>
</PropertyGroup>
Expand All @@ -20,4 +20,4 @@
<None Include="..\StructId\Templates\*.cs" PackFolder="$(PackFolder)\Templates" Visible="false" />
<None Update="@(None)" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ff93ea8

Please sign in to comment.