Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Releases: lecode-official/deepl-dotnet

v0.4.3 Release

28 Nov 12:55
Compare
Choose a tag to compare
  • Added a deprecation notice to the read me, as the project will soon be discontinued
  • Added a migration guide, to help existing users to easily migrate to the official DeepL .NET binding
  • Made the DeepLClient class obsolete, so that users will receive a compiler warning, concerning the deprecation of DeepL.NET

v0.4.2 Release

28 Nov 12:55
Compare
Choose a tag to compare
  • Added Ukrainian as a language which is now supported by DeepL

v0.4.1 Release

18 Aug 12:22
Compare
Choose a tag to compare
  • Added all new languages that are now supported by DeepL:
    • Indonesian
    • Turkish
  • Fixed some spelling mistakes in the XML documentation of the source code
  • Updated the DeepL.NET documentation

v0.4.0 Release

29 Jan 18:41
8bfcde5
Compare
Choose a tag to compare
  • Added the formality parameter, which determines how formal the translation should be
  • Upgraded Newtonsoft.Json to its latest version (12.0.3 -> 13.0.1)
  • Updated the DeepL.NET documentation

This release was made possible by the following contributors:

v0.3.0 Release

11 May 11:12
Compare
Choose a tag to compare
  • It is now possible to choose between the free and the pro version of the DeepL API
  • Cleaned up the documentation and integrated the new constructor argument of the DeepLClient
  • Renamed the sample project to CLI, because it is more than just a sample
  • Integrated the option for the free API into the CLI as well
  • Integrated the new languages that were introduced in 0.2.0 into the CLI

This release was made possible by the following contributors:

v0.2.1 Release

13 Apr 16:09
Compare
Choose a tag to compare
  • Fixed the version number that is used in the User-Agent string
    • Previously, the version number of the application using the DeepL.NET library was used (Assembly.GetEntryAssembly())
    • Now, the version number of the DeepL.NET library itself is used (Assembly.GetExecutingAssembly())
    • In certain circumstances, using Assembly.GetEntryAssembly() returns null, which resulted in a NullReferenceException in the constructor of DeepLClient

This release was made possible by the following contributors:

v0.2.0 Release

23 Mar 16:01
Compare
Choose a tag to compare
  • Added some more notes to the document and fixed some mistakes and typos in it
  • Fixed the name of the author in the NuGet package
  • Added all new languages that are now supported by DeepL:
    • British English (EN-GB) and American English (EN-US) were added (previously only invariant English was supported, the invariant version is still available for backwards compatibility)
    • Portuguese is no longer invariant (was changed from PT to PT-PT)
    • Chinese
    • Bulgarian
    • Czech
    • Danish
    • Greek
    • Estonian
    • Finnish
    • Hungarian
    • Lithuanian
    • Latvian
    • Romanian
    • Slovak
    • Slovenian
    • Swedish

This release was made possible by the following contributors:

v0.1.0 Initial Release

16 May 17:18
Compare
Choose a tag to compare

This is the initial release of DeepL.NET, with support for text translation, document translation, XML handling, and more.