[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
jacalvar 855d5381b1 Remove unncessary imports 2016-06-08 15:09:06 -07:00
samples/LocalizationSample Remove unncessary imports 2016-06-08 15:09:06 -07:00
src Fix build warnings 2016-05-02 11:27:19 -07:00
test Add a reference to Microsoft.Extensions.PlatformAbstractions to fix build break 2016-06-06 17:43:59 -07:00
tools Strong name everything. 2015-11-03 12:14:18 -08:00
.gitattributes Change build to use dotnet 2016-02-05 12:06:03 -08:00
.gitignore Change build to use dotnet 2016-02-05 12:06:03 -08:00
.travis.yml Fix OSX build on Travis. 2016-05-27 11:50:51 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:53:31 -07:00
LICENSE.txt Initial commit 2015-05-05 23:27:25 -07:00
Localization.sln Rename AspNet 5 file contents. 2016-01-22 12:24:55 -08:00
NuGet.config Fix for build break. Removing reference to official xunit package. 2015-09-22 14:55:36 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-18 16:58:35 -08:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:26:41 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
global.json Added a sample & fixed some issues it found 2015-05-06 18:09:59 -07:00
makefile.shade Initial commit 2015-05-05 23:27:25 -07:00

README.md

Localization

AppVeyor: AppVeyor

Travis: Travis

Package aspnetvolatiledev aspnetcidev aspnetvnext NuGet
Microsoft.Extensions.Localization MyGet MyGet MyGet NuGet
Microsoft.AspNetCore.Localization MyGet MyGet MyGet NuGet

Localization abstractions and implementations for ASP.NET Core applications.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.