Skip to content

Commit d2664ff

Browse files
committed
update nuget stuff
1 parent 077809a commit d2664ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

StronglyTypedDictionaryGenerator/StronglyTypedDictionaryGenerator.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<PackageTags>dotnet roslyn</PackageTags>
15+
<PackageTags>dotnet;roslyn;source generator;strongly typed;dictionary generator</PackageTags>
1616
<PackOnBuild>true</PackOnBuild>
1717
<PackFolder>analyzers/dotnet/cs</PackFolder>
1818
<PackageProjectUrl>https://github.com/trympet/StronglyTypedDictionaryGenerator</PackageProjectUrl>
@@ -26,6 +26,7 @@
2626
<Authors>Trym Lund Flogard</Authors>
2727
<Company>Konfluent AS</Company>
2828
<Copyright>Copyright © 2021 Trym Lund Flogard</Copyright>
29+
<Description>A source generator for creating dictionaries backed by a strongly typed interface.</Description>
2930
</PropertyGroup>
3031

3132
<ItemGroup>

0 commit comments

Comments
 (0)