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

Commit

Permalink
Prepared everything for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
lecode-official committed Nov 28, 2022
1 parent ffa3fa3 commit a318eda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Released on October 6, 2022

## 0.4.3

Unreleased
Released on November 28, 2022

- 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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 David Neumann
Copyright (c) 2022 David Neumann

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Nuget Package](https://img.shields.io/nuget/v/DeepL)](https://www.nuget.org/packages/DeepL)
[![Nuget Downloads](https://img.shields.io/nuget/dt/DeepL)](https://www.nuget.org/packages/DeepL)

> :warning: **DEPRECATION NOTICE** For some time now, an [official .NET binding for DeepL](https://github.com/DeepLcom/deepl-dotnet) has been available. This unofficial .NET binding has only been created, because, at the time, there was no official .NET binding. Therefore, this .NET binding will be deprecated soon. This means that this project will only receive security updates and bug fixes, but no new features will be added from now on. Also, the `DeepLClient` class was made obsolete and a compiler warning will be issued, when you use it. On **February 14, 2023**, the project will seize to receive any updates, the repository will be put into archived mode, and the accompanying NuGet package will be deprecated. To help you with the transition, please refer to the [migration guide](https://github.com/lecode-official/deepl-dotnet/blob/master/documentation/migration-guide.md)
> :warning: **DEPRECATION NOTICE** For some time now, an [official .NET binding for DeepL](https://github.com/DeepLcom/deepl-dotnet) has been available. This unofficial .NET binding has only been created, because, at the time, there was no official .NET binding. Therefore, this .NET binding will be deprecated soon. This means that this project will only receive security updates and bug fixes, but no new features will be added from now on. Also, the `DeepLClient` class was made obsolete and a compiler warning will be issued, when you use it. On **February 28, 2023**, the project will seize to receive any updates, the repository will be put into archived mode, and the accompanying NuGet package will be deprecated. To help you with the transition, please refer to the [migration guide](https://github.com/lecode-official/deepl-dotnet/blob/master/documentation/migration-guide.md)
An unofficial, fully-featured .NET client for the [DeepL](https://www.deepl.com/translator) translation service. DeepL is a commercial translation service based on deep learning. This API client only supports v2 of the API as v1 has been deprecated for new DeepL API plans available from October 2018.

Expand Down
2 changes: 1 addition & 1 deletion documentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![DeepL.NET Logo](https://raw.githubusercontent.com/lecode-official/deepl-dotnet/master/documentation/images/banner.png "DeepL.NET Logo")

> :warning: **DEPRECATION NOTICE** For some time now, an [official .NET binding for DeepL](https://github.com/DeepLcom/deepl-dotnet) has been available. This unofficial .NET binding has only been created, because, at the time, there was no official .NET binding. Therefore, this .NET binding will be deprecated soon. This means that this project will only receive security updates and bug fixes, but no new features will be added from now on. Also, the `DeepLClient` class was made obsolete and a compiler warning will be issued, when you use it. On **February 14, 2023**, the project will seize to receive any updates, the repository will be put into archived mode, and the accompanying NuGet package will be deprecated. To help you with the transition, please refer to the [migration guide](https://github.com/lecode-official/deepl-dotnet/blob/master/documentation/migration-guide.md)
> :warning: **DEPRECATION NOTICE** For some time now, an [official .NET binding for DeepL](https://github.com/DeepLcom/deepl-dotnet) has been available. This unofficial .NET binding has only been created, because, at the time, there was no official .NET binding. Therefore, this .NET binding will be deprecated soon. This means that this project will only receive security updates and bug fixes, but no new features will be added from now on. Also, the `DeepLClient` class was made obsolete and a compiler warning will be issued, when you use it. On **February 28, 2023**, the project will seize to receive any updates, the repository will be put into archived mode, and the accompanying NuGet package will be deprecated. To help you with the transition, please refer to the [migration guide](https://github.com/lecode-official/deepl-dotnet/blob/master/documentation/migration-guide.md)
Welcome to the documentation of DeepL.NET. DeepL.NET is a C# library for accessing the DeepL translation REST API. Please note that DeepL.NET only supports v2 of the API, as v1 is deprecated. In order to use DeepL.NET you need to have a [DeepL API subscription](https://www.deepl.com/pro.html#developer). For further information about the DeepL API, please refer to the [official documentation](https://www.deepl.com/docs-api/introduction/).

Expand Down
1 change: 1 addition & 0 deletions source/DeepL/DeepL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<PackageTags>deepl;translation;deep learning;nlp;natural language processing</PackageTags>
<PackageReleaseNotes>
- 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
</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit a318eda

Please sign in to comment.