Beginor.Owin.Windsor
0.2.4
dotnet add package Beginor.Owin.Windsor --version 0.2.4
NuGet\Install-Package Beginor.Owin.Windsor -Version 0.2.4
<PackageReference Include="Beginor.Owin.Windsor" Version="0.2.4" />
paket add Beginor.Owin.Windsor --version 0.2.4
#r "nuget: Beginor.Owin.Windsor, 0.2.4"
// Install Beginor.Owin.Windsor as a Cake Addin #addin nuget:?package=Beginor.Owin.Windsor&version=0.2.4 // Install Beginor.Owin.Windsor as a Cake Tool #tool nuget:?package=Beginor.Owin.Windsor&version=0.2.4
Integrate Castle windsor to owin.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Castle.Core (>= 4.2.1)
- Castle.Windsor (>= 4.1.0)
- Microsoft.Owin (>= 3.1.0)
- Owin (>= 1.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.
0.2.4: update castle.core to 4.2.1, castle.windsor to 4.1.0
0.2.3: update Microsoft.Owin
0.2.2:
- fix hard coded "windsor.config";
- register container as singleton
0.2.1: add version to assembly file;
0.2.0: add a `WindsorMiddleWare`, with use of this middleware `app.Use<WindsorMiddleWare>()`, can resolve `IAuthenticationManager` with config `container.Register(Component.For<IAuthenticationManager>().FromOwinContext().LifestyleTransient());`
0.1.1: fix dependency version;
0.1.0: init release;