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 a219a87 commit 721ea0cCopy full SHA for 721ea0c
1 file changed
src/bunit.generators/bunit.generators.csproj
@@ -7,6 +7,14 @@
7
<RootNamespace>Bunit</RootNamespace>
8
</PropertyGroup>
9
10
+ <PropertyGroup>
11
+ <PackageId>bunit.generators</PackageId>
12
+ <Title>bUnit.generators</Title>
13
+ <Description>
14
+ bUnit.generators is an extension to bUnit that provides code generators for stubbing components.
15
+ </Description>
16
+ </PropertyGroup>
17
+
18
<ItemGroup>
19
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
20
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
0 commit comments