From e8ae9531a05c18b46b8e9aa442c9164997acb12a Mon Sep 17 00:00:00 2001 From: Davide Conti Date: Mon, 28 Aug 2023 15:46:19 +0200 Subject: [PATCH] 1.5.0 --- src/ModernMTService.cs | 2 +- src/modernmt-dotnet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ModernMTService.cs b/src/ModernMTService.cs index 1abdeb9..1a4b9d9 100644 --- a/src/ModernMTService.cs +++ b/src/ModernMTService.cs @@ -16,7 +16,7 @@ namespace ModernMT public class ModernMTService { private const string Platform = "modernmt-dotnet"; - private const string PlatformVersion = "1.4.0"; + private const string PlatformVersion = "1.5.0"; private readonly ModernMTClient _client; public readonly MemoryServices Memories; diff --git a/src/modernmt-dotnet.csproj b/src/modernmt-dotnet.csproj index 0208e3b..dec5542 100644 --- a/src/modernmt-dotnet.csproj +++ b/src/modernmt-dotnet.csproj @@ -3,7 +3,7 @@ modernmt-dotnet ModernMT API wrapper - 1.4.0 + 1.5.0 ModernMT ModernMT netstandard2.0