We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0645588 commit ff93ea8Copy full SHA for ff93ea8
src/StructId.Package/StructId.Package.msbuildproj
@@ -4,7 +4,7 @@
4
<PackageId>StructId</PackageId>
5
<DevelopmentDependency>true</DevelopmentDependency>
6
<Description>Stronly typed ids using readonly record structs and modern C# features.</Description>
7
- <PackageTags>dotnet record struct typed id</PackageTags>
+ <PackageTags>dotnet record struct typed id strongly-typed dapper </PackageTags>
8
<PackFolder>buildTransitive</PackFolder>
9
<PackNone>true</PackNone>
10
</PropertyGroup>
@@ -20,4 +20,4 @@
20
<None Include="..\StructId\Templates\*.cs" PackFolder="$(PackFolder)\Templates" Visible="false" />
21
<None Update="@(None)" CopyToOutputDirectory="PreserveNewest" />
22
</ItemGroup>
23
-</Project>
+</Project>
0 commit comments