MessageFormat 0.1.5

dotnet add package MessageFormat --version 0.1.5
                    
NuGet\Install-Package MessageFormat -Version 0.1.5
                    
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.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MessageFormat" Version="0.1.5" />
                    
Directory.Packages.props
<PackageReference Include="MessageFormat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MessageFormat --version 0.1.5
                    
#r "nuget: MessageFormat, 0.1.5"
                    
#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.
#addin nuget:?package=MessageFormat&version=0.1.5
                    
Install MessageFormat as a Cake Addin
#tool nuget:?package=MessageFormat&version=0.1.5
                    
Install MessageFormat as a Cake Tool

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.

GitHub repositories (6)

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

Repository Stars
files-community/Files
A modern file manager that helps users organize their files and folders.
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
5cover/WinClean
Windows optimization and debloating utility.
Version Downloads Last updated
0.1.5 149 4/13/2015
0.1.4 97 12/17/2014
0.1.3 59 12/6/2014
0.1.2 52 12/6/2014
0.1.1 55 12/6/2014
0.1.0 51 12/6/2014

Fixed issue #2: empty pluralization blocks threw an exception.