pragmatrix / tnt

Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
MIT License
30 stars 2 forks source link

Update to the latest ClosedXML version and remove obsoleted ValueTuple dependencies. #80

Closed pragmatrix closed 4 years ago

pragmatrix commented 4 years ago

The previous version in master did not build, because ClosedXML did change their sheep protection API again from version 0.94 to 0.95, so this PR updates the paket.lock and also removes the obsolete ValueTuple references.