ResxToJs.MSBuild 1.0.7

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

// Install ResxToJs.MSBuild as a Cake Tool
#tool nuget:?package=ResxToJs.MSBuild&version=1.0.7

Converts the resx files in the project to corresponding .js files.

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
1.0.7 2,398 1/18/2016
1.0.6 1,457 8/19/2015
1.0.5 1,066 3/11/2015
1.0.4 1,335 12/3/2014
1.0.3 1,221 12/3/2014
1.0.2 1,191 12/2/2014

Note: use unique names for the resx files.
if the filename is of the format <namespace.name>.<language>.js
1.0.5: Excluding embedded files
1.0.6: Supporting merge of different locale strings, load neutral and then localized one, this will created a merged object with neutral for non localized string
1.0.7: Generating multiline json so that its easier to resolve conflicts, one should minify the output as needed.