Localization.Core 1.2.1

dotnet add package Localization.Core --version 1.2.1
NuGet\Install-Package Localization.Core -Version 1.2.1
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="Localization.Core" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Localization.Core --version 1.2.1
#r "nuget: Localization.Core, 1.2.1"
#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 Localization.Core as a Cake Addin
#addin nuget:?package=Localization.Core&version=1.2.1

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

Provides base implementation for simple and generic localization of strings.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Localization.Core:

Package Downloads
Localization.MvcProviders

Localization.Core extensions for MVC

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 1,987 5/18/2013
1.2.0 1,228 5/18/2013
1.1.0 1,255 4/14/2013
1.0.0.1 1,193 3/31/2013
1.0.0 1,719 3/31/2013

1.2.0.0: Minor but breaking change in DefaultTypeNameFactory (impacts only generic types).
   Several improvements (support a default/fallback culture different of native culture, new extension point for missing localized strings).