Skip to content

Commit 147dabd

Browse files
docs: Increase version to 1.10.0
1 parent 9e558fd commit 147dabd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
8+
## [1.10.0] - 2024-09-17
99
### Added
1010
* Added `BilledCharacters` to the translate text response.
1111

@@ -157,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157157
Initial release.
158158

159159

160-
[Unreleased]: https://github.com/DeepLcom/deepl-dotnet/compare/v1.9.0...HEAD
160+
[1.10.0]: https://github.com/DeepLcom/deepl-dotnet/compare/v1.9.0...v1.10.0
161161
[1.9.0]: https://github.com/DeepLcom/deepl-dotnet/compare/v1.8.0...v1.9.0
162162
[1.8.0]: https://github.com/DeepLcom/deepl-dotnet/compare/v1.7.1...v1.8.0
163163
[1.7.1]: https://github.com/DeepLcom/deepl-dotnet/compare/v1.7.0...v1.7.1

DeepL/DeepL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<Description>DeepL.net is the official DeepL .NET client library.</Description>
55
<AssemblyTitle>DeepL.net</AssemblyTitle>
6-
<Version>1.9.0</Version>
7-
<PackageVersion>1.9.0</PackageVersion>
8-
<FileVersion>1.9.0.0</FileVersion>
6+
<Version>1.10.0</Version>
7+
<PackageVersion>1.10.0</PackageVersion>
8+
<FileVersion>1.10.0.0</FileVersion>
99
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1010
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
1111
<LangVersion>8</LangVersion>

DeepLTests/GeneralTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public sealed class GeneralTest : BaseDeepLTest {
1717
/// </summary>
1818
[Fact]
1919
public void TestVersion() {
20-
Assert.Equal("1.9.0", Translator.Version());
20+
Assert.Equal("1.10.0", Translator.Version());
2121

2222
// Note the assembly version must remain unchanged for binary compatibility, excepting the major version.
2323
Assert.Equal("1.0.0.0", typeof(Translator).Assembly.GetName().Version?.ToString());

0 commit comments

Comments
 (0)