fmdev.XliffParser 0.5.6

dotnet add package fmdev.XliffParser --version 0.5.6
                    
NuGet\Install-Package fmdev.XliffParser -Version 0.5.6
                    
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.XliffParser" Version="0.5.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="fmdev.XliffParser" Version="0.5.6" />
                    
Directory.Packages.props
<PackageReference Include="fmdev.XliffParser" />
                    
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.XliffParser --version 0.5.6
                    
#r "nuget: fmdev.XliffParser, 0.5.6"
                    
#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=fmdev.XliffParser&version=0.5.6
                    
Install fmdev.XliffParser as a Cake Addin
#tool nuget:?package=fmdev.XliffParser&version=0.5.6
                    
Install fmdev.XliffParser as a Cake Tool

Parser for XLIFF (XML Localization Interchange File Format) files.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on fmdev.XliffParser:

Package Downloads
fmdev.xlftool

xlf to/from resx conversion tool

fmdev.MuiDB

Multilingual user interface string database

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.6 77,592 5/29/2017
0.5.4 1,087 4/23/2017
0.5.3 49,872 1/4/2017
0.5.2 4,097 10/17/2016
0.5.1 8,298 9/26/2016
0.4.2 1,377 8/7/2016
0.4.0 2,426 6/20/2016
0.3.6 1,457 4/2/2016
0.3.5 1,385 3/25/2016
0.3.3 1,371 3/18/2016
0.3.2 1,354 3/17/2016
0.3.1 1,390 3/16/2016
0.3.0.2 1,431 3/16/2016
0.3.0.1 1,427 3/15/2016
0.3.0 1,275 3/14/2016

v0.5.6: csv exporter supports different XLIFF dialects
       v0.5.5: added handler for new xlf exporter interface
       v0.5.4: targeting .Net 4.5 for better compatibility
       v0.5.3: target element can be optional