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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 1.15.0 ] - 2025-04-25
8
8
### Added
9
9
* Added support for the /v3 Multilingual Glossary APIs in the client library
10
10
while providing backwards compatability for the previous /v2 Glossary
@@ -200,7 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200
200
## [ 0.1.0] - 2021-11-05
201
201
Initial release.
202
202
203
- [ Unreleased ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.14.0...HEAD
203
+ [ 1.15.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.14.0...v1.15.0
204
204
[ 1.14.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.13.0...v1.14.0
205
205
[ 1.13.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.12.0...v1.13.0
206
206
[ 1.12.0 ] : https://github.com/DeepLcom/deepl-dotnet/compare/v1.11.0...v1.12.0
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Description >DeepL.net is the official DeepL .NET client library.</Description >
5
5
<AssemblyTitle >DeepL.net</AssemblyTitle >
6
- <Version >1.14 .0</Version >
7
- <PackageVersion >1.14 .0</PackageVersion >
8
- <FileVersion >1.14 .0.0</FileVersion >
6
+ <Version >1.15 .0</Version >
7
+ <PackageVersion >1.15 .0</PackageVersion >
8
+ <FileVersion >1.15 .0.0</FileVersion >
9
9
<AssemblyVersion >1.0.0.0</AssemblyVersion >
10
10
<TargetFrameworks >net5.0;netstandard2.0</TargetFrameworks >
11
11
<LangVersion >8</LangVersion >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public sealed class GeneralTest : BaseDeepLTest {
18
18
/// </summary>
19
19
[ Fact ]
20
20
public void TestVersion ( ) {
21
- Assert . Equal ( "1.14 .0" , Translator . Version ( ) ) ;
21
+ Assert . Equal ( "1.15 .0" , Translator . Version ( ) ) ;
22
22
23
23
// Note the assembly version must remain unchanged for binary compatibility, excepting the major version.
24
24
Assert . Equal ( "1.0.0.0" , typeof ( Translator ) . Assembly . GetName ( ) . Version ? . ToString ( ) ) ;
You can’t perform that action at this time.
0 commit comments