Skip to content

Commit da481cb

Browse files
committed
Added nuget package metadata to the csproj file
1 parent b962728 commit da481cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020

2121
<PropertyGroup>
2222
<Version>0.1.0</Version>
23+
<Title>Public Interface Generator</Title>
24+
<Authors>ProgrammerAL</Authors>
25+
<Description>A source generator to create C# interfaces based off the public methods/properties/events of a class.</Description>
26+
<PackageProjectUrl>https://github.com/ProgrammerAL/public-interface-generator</PackageProjectUrl>
27+
<RepositoryUrl>https://github.com/ProgrammerAL/public-interface-generator</RepositoryUrl>
28+
<RepositoryType>git</RepositoryType>
29+
<PackageTags>source generator</PackageTags>
30+
2331
<!--Mark the nuget as a dev dependency, so any projects using this nuget don't auto pull in this project-->
2432
<DevelopmentDependency>true</DevelopmentDependency>
2533
</PropertyGroup>

0 commit comments

Comments
 (0)