format.js 1.1.1

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

// Install format.js as a Cake Tool
#tool nuget:?package=format.js&version=1.1.1

This is a port of all CLR/C# string formatting functions to javascript language.

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.1.1 1,943 8/10/2014
1.1.0 1,216 6/28/2014
1.0.14 1,300 5/28/2014
1.0.13 1,556 11/24/2013
1.0.12 1,309 11/19/2013
1.0.9 1,241 11/6/2013
1.0.8 1,238 11/6/2013
1.0.7 1,264 10/26/2013
1.0.6 1,287 10/26/2013
1.0.5 1,406 1/2/2013
1.0.4 1,611 6/9/2012
1.0.3 1,375 6/9/2012
1.0.2 1,349 6/9/2012
1.0.1 1,349 6/5/2012
1.0.0 1,381 6/5/2012

Fix dot replacing with decimal point.