bUnit-dev / bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
https://bunit.dev
MIT License
1.12k stars 104 forks source link

fix: Use preview instead of alpha tag #1414

Closed linkdotnet closed 6 months ago

linkdotnet commented 6 months ago

I really would go for "beta" (or even "preview" as we already have it and as the dotnet team does it) instead of "alpha". Mainly because I don't believe we are that unstable, and secondly, it is easier for folks to try a beta than an alpha (alpha conveys a certain meaning).

PS: Settled on preview.

linkdotnet commented 6 months ago

I will create the release on nuget as the docs are fixed and publish the news ;) Thanks for quick approval

linkdotnet commented 6 months ago

🎉🎉

image