Unosquare.Swan.AspNetCore
1.2.1
Install-Package Unosquare.Swan.AspNetCore -Version 1.2.1
dotnet add package Unosquare.Swan.AspNetCore --version 1.2.1
<PackageReference Include="Unosquare.Swan.AspNetCore" Version="1.2.1" />
paket add Unosquare.Swan.AspNetCore --version 1.2.1
#r "nuget: Unosquare.Swan.AspNetCore, 1.2.1"
// Install Unosquare.Swan.AspNetCore as a Cake Addin
#addin nuget:?package=Unosquare.Swan.AspNetCore&version=1.2.1
// Install Unosquare.Swan.AspNetCore as a Cake Tool
#tool nuget:?package=Unosquare.Swan.AspNetCore&version=1.2.1
Bearer Token and logging to fast start any ASP.NET Core project
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 3.1.2)
- Microsoft.IdentityModel.Tokens (>= 5.6.0)
- System.IdentityModel.Tokens.Jwt (>= 5.6.0)
- Unosquare.Swan.Lite (>= 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 1,270 | 2/26/2020 |
1.1.0 | 473 | 1/7/2020 |
1.0.1 | 2,892 | 9/3/2019 |
1.0.0 | 997 | 8/14/2019 |
0.17.0 | 1,265 | 7/22/2019 |
0.16.6 | 462 | 7/11/2019 |
0.16.5 | 1,175 | 5/15/2019 |
0.16.4 | 2,711 | 3/20/2019 |
0.16.3 | 1,517 | 12/13/2018 |
0.16.2 | 3,772 | 12/4/2018 |
0.16.1 | 728 | 11/14/2018 |
0.16.0 | 1,035 | 10/25/2018 |
0.15.1 | 705 | 10/11/2018 |
0.15.0 | 704 | 8/30/2018 |
0.14.1 | 1,869 | 7/10/2018 |
0.14.0 | 806 | 7/10/2018 |
0.13.0 | 2,032 | 2/27/2018 |
0.12.0 | 1,216 | 12/19/2017 |
0.11.0 | 726 | 11/16/2017 |
0.10.0 | 994 | 8/30/2017 |
0.9.1 | 898 | 6/7/2017 |
0.9.0 | 1,177 | 2/10/2017 |
0.8.3 | 932 | 2/1/2017 |
0.8.2 | 811 | 2/1/2017 |
0.8.1 | 764 | 1/31/2017 |
v1.2.1
Upgrade SWAN 3
v1.1.0
Upgrade to EF Core 3.0
v1.0.0
Upgrade to SWAN 2
v0.17.0
Minor fixes
v0.16.3
Upgrade to ASP.NET Core 2.2
v0.16.1
Fix BusinessController issue
v0.16.1
Fix BearerToken issue
v0.16.0
Add ApiControllerBase with helpful methods to use with database
v0.15.0
Minor adjustments.
v0.14.0
Fix UseBearerTokenAuthentication to inject IServiceProvider.
v0.13.0
Fix logging to use new Dependency Injection
v0.12.0
Upgrade to newest Swan.Lite
v0.11.0
Refresh dependencies