microsoft / XLIFF2-Object-Model

If you’re looking to store localization data and propagate it through your localization pipeline allowing tools to interoperate then you may want to use the XLIFF 2.0 object model. The XLIFF 2.0 object model implements the OASIS Standard for the XLIFF 2.0 specification as defined at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.
Other
86 stars 25 forks source link

Implemented support for .NET Standard 2.0 #30

Closed simonech closed 2 months ago

simonech commented 5 years ago

Fixes #28 Converted OM lib to NET Standard 2.0, and converted the other 2 projects (tests and samples) to 4.7.2. Had to manually modify Resources.Designer.cs to fix new resource naming in .NET Core.

VladimirRybalko commented 4 years ago

@RyanKing77 any chance to merge it?

VladimirRybalko commented 4 years ago

@simonech I've merged your changes into my alternative repository: https://github.com/VladimirRybalko/XLIFF2-Object-Model

Much thanks for adding supporting of .NetStandard.