File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.13.0 ] - 2025-01-28
88### Added
99* Added support for the Write API in the client library, the implementation
1010 can be found in the ` DeepLClient ` class. Please refer to the README for usage
@@ -187,7 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187187## [ 0.1.0] - 2021-11-05
188188Initial release.
189189
190- [ Unreleased ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.12.0...HEAD
190+ [ 1.13.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.12.0...v1.13.0
191191[ 1.12.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.11.0...v1.12.0
192192[ 1.11.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.10.0...v1.11.0
193193[ 1.10.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.9.0...v1.10.0
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >DeepL.net is the official DeepL .NET client library.</Description >
55 <AssemblyTitle >DeepL.net</AssemblyTitle >
6- <Version >1.12 .0</Version >
7- <PackageVersion >1.12 .0</PackageVersion >
8- <FileVersion >1.12 .0.0</FileVersion >
6+ <Version >1.13 .0</Version >
7+ <PackageVersion >1.13 .0</PackageVersion >
8+ <FileVersion >1.13 .0.0</FileVersion >
99 <AssemblyVersion >1.0.0.0</AssemblyVersion >
1010 <TargetFrameworks >net5.0;netstandard2.0</TargetFrameworks >
1111 <LangVersion >8</LangVersion >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public sealed class GeneralTest : BaseDeepLTest {
1818 /// </summary>
1919 [ Fact ]
2020 public void TestVersion ( ) {
21- Assert . Equal ( "1.12 .0" , Translator . Version ( ) ) ;
21+ Assert . Equal ( "1.13 .0" , Translator . Version ( ) ) ;
2222
2323 // Note the assembly version must remain unchanged for binary compatibility, excepting the major version.
2424 Assert . Equal ( "1.0.0.0" , typeof ( Translator ) . Assembly . GetName ( ) . Version ? . ToString ( ) ) ;
You can’t perform that action at this time.
0 commit comments