From 4ce898ae179b9dd86d852224271cb373081ee8ba Mon Sep 17 00:00:00 2001 From: Davide Conti Date: Tue, 23 Aug 2022 11:33:42 +0200 Subject: [PATCH] 1.0.3 --- 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 fe20a45..7de70b5 100644 --- a/src/ModernMTService.cs +++ b/src/ModernMTService.cs @@ -14,7 +14,7 @@ public class ModernMTService private readonly ModernMTClient _client; public readonly MemoryServices Memories; - public ModernMTService(string apiKey, string platform = "modernmt-dotnet", string platformVersion = "1.0.2") + public ModernMTService(string apiKey, string platform = "modernmt-dotnet", string platformVersion = "1.0.3") { _client = new ModernMTClient(apiKey, platform, platformVersion); Memories = new MemoryServices(_client); diff --git a/src/modernmt-dotnet.csproj b/src/modernmt-dotnet.csproj index 19cea7b..7a6c4a4 100644 --- a/src/modernmt-dotnet.csproj +++ b/src/modernmt-dotnet.csproj @@ -3,7 +3,7 @@ modernmt-dotnet ModernMT API wrapper - 1.0.2 + 1.0.3 ModernMT ModernMT netstandard2.0