Skip to content

Commit

Permalink
Remove prerelease warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed May 5, 2024
1 parent ecc095b commit 855b230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

## Overview

![Prerelease](https://img.shields.io/badge/prerelease%2C_work_in_progress-ffa624?style=for-the-badge)

**BitzArt.Blazor.Auth** is a tearless authentication library for Blazor United.

> 🍪
Expand Down
7 changes: 2 additions & 5 deletions docs/src/02.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
Add this nuget package to your **Server** project:

```
dotnet add package BitzArt.Blazor.Auth.Server --prerelease
dotnet add package BitzArt.Blazor.Auth.Server
```

Add this nuget package to your **Client** project:

```
dotnet add package BitzArt.Blazor.Auth.Client --prerelease
dotnet add package BitzArt.Blazor.Auth.Client
```

> ℹ️
> The packages are currently in prerelease state.
### Configuration

Call this method in both your **Server** `Program.cs` and **Client** `Program.cs`:
Expand Down

0 comments on commit 855b230

Please sign in to comment.