Xliff.OM.NetStandard 2.0.1

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

// Install Xliff.OM.NetStandard as a Cake Tool
#tool nuget:?package=Xliff.OM.NetStandard&version=2.0.1

XLIFF 2.0 Object Model (NetStandard)

NuGet

This is an active and ongoing fork of the dead XLIFF2-Object-Model project. Despite of the original one, the current fork supports .Net Standard 2.0, strong signed assemblies, new features and all known bugfixes.

The XLIFF 2.0 Object Model contains classes and methods for generating and manipulating XLIFF 2.0 documents as described in the XLIFF 2.0 Standard.

Goals for this project

The localization community needs to have up-to date and maintanable XLIFF 2.0 Object model. As the original project is not suported anymore, it seems reasonable to create a new fork and continue the further development.

What this project provides

The library includes classes for all the Core elements as well as all the module elements as described in the standard including:

  • Core Elements (xliff, file, group, etc)
  • Change Tracking Module
  • Format Style Module
  • Glossary Module
  • Metadata Module
  • Resource Data Module
  • Size and Length Restriction Module
  • Translation Candidates Module
  • Validation Module
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Xliff.OM.NetStandard:

Package Downloads
Jumoo.XliffLib

Package Description

Lengoo.SDK

The Lengoo SDK is a tool designed for .NET developers to simplify the use of Lengoo's services. It currently supports Lengoo's Connect and Translate REST APIs. This SDK allows for rapid integration of both human and machine translation capabilities into your application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 49,010 9/1/2022
2.0.0 7,615 8/30/2022
1.0.2 105,214 11/26/2019

- Strong signed assemblies
- Huge Validation enhancement. Now, you can get all validation exceptions rather than the first one only.
- Fixed an issue with Note->priority tag and its validation
- Custom namespaces are allowed for all known elements
- xml:lang is allowed for all extensible elements.