Skip to content

Commit 44586ba

Browse files
committed
Readme updated
1 parent 3708e0d commit 44586ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Mihir.AspNetCore.Authentication.Basic/Mihir.AspNetCore.Authentication.Basic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Authors>Mihir Dilip</Authors>
66
<Company>Mihir Dilip</Company>
7-
<Description>Basic Scheme Authentication Implementation for ASP.NET Core 2.0 and above.</Description>
7+
<Description>Basic Scheme Authentication Implementation for ASP.NET Core 2.2</Description>
88
<RepositoryUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</RepositoryUrl>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageProjectUrl>https://github.com/mihirdilip/Mihir.AspNetCore.Authentication.Basic</PackageProjectUrl>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mihir.AspNetCore.Authentication.Basic
2-
Basic Scheme Authentication Implementation for ASP.NET Core 2.0
2+
Basic Scheme Authentication Implementation for ASP.NET Core 2.2
33

44
## Installing
55
This library is published on NuGet. So the NuGet package can be installed directly to your project if you wish to use it without making any custom changes to the code.
@@ -14,7 +14,7 @@ PM> Install-Package Mihir.AspNetCore.Authentication.Basic
1414

1515
## Example Usage
1616

17-
Setting it up is quite simple. You will need basic working knowledge of ASP.NET Core 2.0 to get started using this code.
17+
Setting it up is quite simple. You will need basic working knowledge of ASP.NET Core 2.2 to get started using this code.
1818

1919
On [**Startup.cs**](#startupcs), as shown below, add 2 lines in *ConfigureServices* method `services.AddAuthentication(BasicDefaults.AuthenticationScheme).AddBasic<BasicUserValidationService>(options => { options.Realm = "My App"; });`. And a line `app.UseAuthentication();` in *Configure* method.
2020

0 commit comments

Comments
 (0)