Skip to content

Commit 3273aaa

Browse files
authored
Update index.md
1 parent 90e1a70 commit 3273aaa

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ public void CounterShouldIncrementWhenClicked()
4141

4242
**Go to [Documentation](/docs) to learn more.**
4343

44+
### NuGet downloads
45+
46+
bUnit is available on NuGet in various incarnations. If you are using xUnit as your general purpose testing framework, you can use `bunit`, which includes everything in one package. If you want to use NUnit or MStest, then pick `bunit.core` and `bunit.web`:
47+
48+
| Name | Type | NuGet Download Link |
49+
| ----- | ----- | ---- |
50+
| bUnit | Library, includes core, web, and xUnit | [![Nuget](https://img.shields.io/nuget/dt/bunit?logo=nuget&style=flat-square)](https://www.nuget.org/packages/bunit/) |
51+
| bUnit.core | Library, only core | [![Nuget](https://img.shields.io/nuget/dt/bunit.core?logo=nuget&style=flat-square)](https://www.nuget.org/packages/bunit.core/) |
52+
| bUnit.web | Library, web and core | [![Nuget](https://img.shields.io/nuget/dt/bunit.web?logo=nuget&style=flat-square)](https://www.nuget.org/packages/bunit.web/) |
53+
| bUnit.xUnit |Library, xUnit and core | [![Nuget](https://img.shields.io/nuget/dt/bunit.xunit?logo=nuget&style=flat-square)](https://www.nuget.org/packages/bunit.xunit/) |
54+
| bUnit.template | Template, which currently creates an xUnit based bUnit test projects only | [![Nuget](https://img.shields.io/nuget/dt/bunit.template?logo=nuget&style=flat-square)](https://www.nuget.org/packages/bunit.template/) |
55+
4456
## Milestones to v1.0.0
4557

4658
These are the current goals that should be reached before v1.0.0 is ready:
@@ -61,4 +73,4 @@ Shout outs and a big thank you [to all the contributors](https://github.com/egil
6173
- Provide feedback and input through [issues](https://github.com/egil/bunit/issues), [Twitter](https://twitter.com/egilhansen) or [bUnit Gitter chat room](https://gitter.im/egil/bunit).
6274
- Help build the library, just pick an issue and submit pull-requests.
6375
- Help write documentation.
64-
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.
76+
- Create blog posts, presentations or video tutorials. If you do, I will be happy to showcase them in the related section on this site.

0 commit comments

Comments
 (0)