|
7 | 7 | <RootNamespace>Bunit</RootNamespace> |
8 | 8 | </PropertyGroup> |
9 | 9 |
|
10 | | - <PropertyGroup> |
| 10 | + <PropertyGroup Label="NuGet package information"> |
11 | 11 | <PackageId>bunit.generators</PackageId> |
12 | 12 | <Title>bUnit.generators</Title> |
13 | 13 | <Description> |
14 | 14 | bUnit.generators is an extension to bUnit that provides code generators for stubbing components. |
15 | 15 | </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> |
16 | 35 | </PropertyGroup> |
17 | 36 |
|
| 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 | + |
18 | 48 | <ItemGroup> |
19 | 49 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" /> |
20 | 50 | <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"> |
|
0 commit comments