Skip to content

Commit 7e86f29

Browse files
committed
fixes to csproj/nuget
1 parent 4a71c02 commit 7e86f29

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/bunit.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<Title>bUnit</Title>
1313
<PackageLicenseExpression></PackageLicenseExpression>
1414
<PackageLicenseFile>LICENSE</PackageLicenseFile>
15-
<RepositoryUrl>https://github.com/egil/razor-components-testing-library</RepositoryUrl>
15+
<RepositoryUrl>https://github.com/egil/bunit</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<RepositoryBranch>#{BRANCH}#</RepositoryBranch>
1818
<RepositoryCommit>#{COMMIT}#</RepositoryCommit>
19-
<PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl>
19+
<PackageProjectUrl>https://github.com/egil/bunit</PackageProjectUrl>
2020
<PackageTags>bUnit;razor components;blazor components;unit testing;testing blazor components;blazor server;blazor wasm</PackageTags>
2121
<Authors>Egil Hansen</Authors>
2222
<Company>Egil Hansen</Company>
@@ -27,7 +27,7 @@
2727
<PackageDescription>
2828
**bUnit**, previously known as **Blazor Components Testing Library**, is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.
2929

30-
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, head to the Wiki pages: https://github.com/egil/razor-components-testing-library/wiki
30+
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, visit https://bunit.egilhanesn.com
3131
</PackageDescription>
3232
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3333
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -49,7 +49,6 @@
4949
<PackageReference Include="AngleSharp.Css" Version="0.13.0" />
5050
<PackageReference Include="AngleSharp.Diffing" Version="0.13.3-alpha-44" />
5151
<PackageReference Include="AngleSharp.Wrappers" Version="1.1.0" />
52-
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
5352
<PackageReference Include="xunit.assert" Version="2.4.1" />
5453
<PackageReference Include="xunit.extensibility.core" Version="2.4.1" />
5554
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.*" PrivateAssets="All" />

template/bunit.template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
**bUnit**, previously known as **Blazor Components Testing Library**, is a unit testing library for Blazor Components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can easily interact with and inspect components, trigger event handlers, provide cascading values, inject services, mock IJsRuntime, and perform snapshot testing.
1616

17-
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. To see how, head to the Wiki pages: https://github.com/egil/razor-components-testing-library/wiki
17+
This library's goal is to make it easy to write _comprehensive, stable unit tests_ for Blazor Components/Razor Components. Head to https://bunit.egilhansen.com to learn more.
1818
</PackageDescription>
1919
<PackageTags>blazor component testing;blazor test;component test;unit test;integration test;</PackageTags>
20-
<PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl>
20+
<PackageProjectUrl>https://github.com/egil/bunit</PackageProjectUrl>
2121
<TargetFramework>netstandard2.1</TargetFramework>
2222
<IncludeContentInPack>true</IncludeContentInPack>
2323
<IncludeBuildOutput>false</IncludeBuildOutput>

0 commit comments

Comments
 (0)