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: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,20 @@ The library's goal is to make it easy to write _comprehensive, stable unit tests
23
23
24
24
**Go to [bUnit.egilhansen.com](https://bunit.egilhansen.com) to learn more.**
25
25
26
+
### NuGet downloads
27
+
28
+
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`:
29
+
30
+
| Name | Type | NuGet Download Link |
31
+
| ----- | ----- | ---- |
32
+
| bUnit | Library, includes core, web, and xUnit |[](https://www.nuget.org/packages/bunit/)|
33
+
| bUnit.core | Library, only core |[](https://www.nuget.org/packages/bunit.core/)|
34
+
| bUnit.web | Library, web and core |[](https://www.nuget.org/packages/bunit.web/)|
35
+
| bUnit.xUnit |Library, xUnit and core |[](https://www.nuget.org/packages/bunit.xunit/)|
36
+
| bUnit.template | Template, which currently creates an xUnit based bUnit test projects only |[](https://www.nuget.org/packages/bunit.template/)|
37
+
38
+
To get started, head to the documentation on [bUnit.egilhansen.com/docs](https://bunit.egilhansen.com/docs) to learn more.
39
+
26
40
## Milestones to v1.0.0
27
41
28
42
These are the current goals that should be reached before v1.0.0 is ready:
0 commit comments