Owin.Localization 1.1.0

dotnet add package Owin.Localization --version 1.1.0
NuGet\Install-Package Owin.Localization -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Owin.Localization" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Localization --version 1.1.0
#r "nuget: Owin.Localization, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Owin.Localization as a Cake Addin
#addin nuget:?package=Owin.Localization&version=1.1.0

// Install Owin.Localization as a Cake Tool
#tool nuget:?package=Owin.Localization&version=1.1.0

Port of AspNetCore localization middleware to Owin middleware.
    Uses provider model with built in support for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

    Also adds support for using Dependency Injection container to resolve instances of RequestCultureProvider during the request.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Owin.Localization:

Package Downloads
Owin.Localization.Unity

Adds support to allow IRequestCultureProviders instances to be resolve during the request using Unity container. This can be useful if the provider has external dependencies such as database connections etc that are best handled via DI

Owin.Localization.Autofac

Adds support to allow IRequestCultureProviders instances to be resolve during the request using Autofac container. This can be useful if the provider has external dependencies such as database connections etc that are best handled via DI

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 32,105 7/10/2020
1.0.1 412 7/10/2020
1.0.0 463 7/9/2020