You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,18 @@ public void CounterShouldIncrementWhenClicked()
41
41
42
42
**Go to [Documentation](/docs) to learn more.**
43
43
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 |[](https://www.nuget.org/packages/bunit/)|
51
+
| bUnit.core | Library, only core |[](https://www.nuget.org/packages/bunit.core/)|
52
+
| bUnit.web | Library, web and core |[](https://www.nuget.org/packages/bunit.web/)|
53
+
| bUnit.xUnit |Library, xUnit and core |[](https://www.nuget.org/packages/bunit.xunit/)|
54
+
| bUnit.template | Template, which currently creates an xUnit based bUnit test projects only |[](https://www.nuget.org/packages/bunit.template/)|
55
+
44
56
## Milestones to v1.0.0
45
57
46
58
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
61
73
- 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).
62
74
- Help build the library, just pick an issue and submit pull-requests.
63
75
- 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