File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/PublicInterfaceGenerator Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<PropertyGroup >
22
22
<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
+
23
31
<!-- Mark the nuget as a dev dependency, so any projects using this nuget don't auto pull in this project-->
24
32
<DevelopmentDependency >true</DevelopmentDependency >
25
33
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments