MessageFormat 0.1.4

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

// Install MessageFormat as a Cake Tool
#tool nuget:?package=MessageFormat&version=0.1.4                

PHP has it. Java has it. Even JavaScript has it. It's time .NET joined in with support for the ICU Message Format.

Check the README on Github for more information.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MessageFormat:

Package Downloads
BioEngine.Core

Package Description

Tp.I18n

Public interfaces for Targetprocess internationalization

I18Next.Net.ICU

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on MessageFormat:

Repository Stars
files-community/Files
Building the best file manager for Windows
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
microsoft/devhome
The new Dev Home experience for Windows!
revenz/FileFlows
FileFlows is a file processing application that can execute actions against a file in a tree flow structure.
microsoft/devhomegithubextension
Dev Home GitHub Extension
Version Downloads Last updated
7.1.0 54,218 10/11/2023
7.0.0 9,847 8/22/2023
6.0.2 26,900 1/1/2023
6.0.1 481 12/23/2022
6.0.0 85,739 1/15/2022
5.0.1 51,409 4/27/2021
5.0.0 5,733 4/26/2021
4.0.0 72,123 12/5/2020
3.0.1 1,775,669 7/11/2018
3.0.0 1,345 7/10/2018
2.1.0 42,947 3/19/2018
2.0.1 22,304 6/27/2017
2.0.0 17,541 4/26/2017
1.1.0 7,662 1/12/2017
1.0.2 60,474 10/1/2015
1.0.1 1,343 9/8/2015
1.0.0 1,362 8/25/2015
0.1.7 1,330 8/25/2015
0.1.6 1,289 8/19/2015
0.1.5 2,329 4/13/2015
0.1.4 1,615 12/17/2014
0.1.3 1,532 12/6/2014
0.1.2 1,509 12/6/2014
0.1.1 1,585 12/6/2014
0.1.0 1,539 12/6/2014

0.1.4:
- Added a static MessageFormatter.Format method.