fmdev.MuiDB.Tool 0.9.3

dotnet add package fmdev.MuiDB.Tool --version 0.9.3
                    
NuGet\Install-Package fmdev.MuiDB.Tool -Version 0.9.3
                    
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="fmdev.MuiDB.Tool" Version="0.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fmdev.MuiDB.Tool" Version="0.9.3" />
                    
Directory.Packages.props
<PackageReference Include="fmdev.MuiDB.Tool" />
                    
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 fmdev.MuiDB.Tool --version 0.9.3
                    
#r "nuget: fmdev.MuiDB.Tool, 0.9.3"
                    
#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.
#:package fmdev.MuiDB.Tool@0.9.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=fmdev.MuiDB.Tool&version=0.9.3
                    
Install as a Cake Addin
#tool nuget:?package=fmdev.MuiDB.Tool&version=0.9.3
                    
Install as a Cake Tool

MuiDB conversion commandline tool

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
0.9.3 1,448 12/5/2016
0.9.2 1,200 12/3/2016
0.9.1 1,171 11/28/2016
0.9.0 1,218 11/27/2016
0.8.1 1,165 11/27/2016
0.6.2 1,201 11/22/2016
0.6.1-beta 1,033 9/28/2016
0.6.0-beta 1,050 9/28/2016

v0.8.3: import: XLIFF-states are translated to valid MuiDB (fixes #6)
           v0.9: export command supports reformatting of muidb file
           v0.8: *new* Configure command to change some settings for the muidb file
           v0.7: Supports generation of C# designer files from exported resx files
           v0.6.2: wildcard support for muidb export command