Skip to content

Commit e5fb21f

Browse files
linkdotnetegil
authored andcommitted
docs: use correct nuget information in package
1 parent b8e807f commit e5fb21f

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

src/bunit.generators/bunit.generators.csproj

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,44 @@
77
<RootNamespace>Bunit</RootNamespace>
88
</PropertyGroup>
99

10-
<PropertyGroup>
10+
<PropertyGroup Label="NuGet package information">
1111
<PackageId>bunit.generators</PackageId>
1212
<Title>bUnit.generators</Title>
1313
<Description>
1414
bUnit.generators is an extension to bUnit that provides code generators for stubbing components.
1515
</Description>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<RepositoryUrl>https://github.com/bUnit-dev/bUnit</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
19+
<PackageProjectUrl>https://bunit.egilhansen.com</PackageProjectUrl>
20+
<PackageTags>bUnit;razor components;blazor components;unit testing;testing blazor components;blazor server;blazor wasm</PackageTags>
21+
<Authors>Egil Hansen</Authors>
22+
<Company>Egil Hansen</Company>
23+
<Copyright>Egil Hansen</Copyright>
24+
<Product>bUnit</Product>
25+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
26+
<PackageIcon>bunit-logo.png</PackageIcon>
27+
<PackageReadmeFile>README.md</PackageReadmeFile>
28+
<PackageReleaseNotes>
29+
Changes in bUnit #{RELEASE_VERSION}#
30+
31+
#{RELEASE_NOTES}#
32+
33+
See the full changelog at https://github.com/bUnit-dev/bUnit/releases
34+
</PackageReleaseNotes>
1635
</PropertyGroup>
1736

37+
<ItemGroup>
38+
<None Include="..\..\bunit-logo.png">
39+
<Pack>True</Pack>
40+
<PackagePath>\</PackagePath>
41+
</None>
42+
<None Include="..\..\README.md">
43+
<Pack>True</Pack>
44+
<PackagePath>\</PackagePath>
45+
</None>
46+
</ItemGroup>
47+
1848
<ItemGroup>
1949
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
2050
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">

0 commit comments

Comments
 (0)