ResxToJson 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ResxToJson --version 2.1.0
NuGet\Install-Package ResxToJson -Version 2.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="ResxToJson" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ResxToJson --version 2.1.0
#r "nuget: ResxToJson, 2.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 ResxToJson as a Cake Addin
#addin nuget:?package=ResxToJson&version=2.1.0

// Install ResxToJson as a Cake Tool
#tool nuget:?package=ResxToJson&version=2.1.0

The tool converts Visual Studio resources (*.resx files) into client-side js-files for loading via RequireJS i18n plugin (see https://github.com/requirejs/i18n for details) or i18next (see http://i18next.com/)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.2.0 217,992 5/12/2015
2.1.0 2,623 4/15/2015
2.0.0 8,163 8/19/2014
1.0.0 2,572 7/30/2014

Added support of i18next output format (http://i18next.com/)