From 18b551f573855c1357f1d88cb1d1fb8010ec3a5a Mon Sep 17 00:00:00 2001 From: Anton Chizhov Date: Sun, 9 Feb 2020 18:03:51 +0300 Subject: [PATCH] Ver 2.1.0 --- Properties/AssemblyInfo.cs | 4 ++-- RevisionHistory.cs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 35964a9..3396b77 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.6.0")] -[assembly: AssemblyFileVersion("2.0.6.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] [assembly: IntentoSDK.AssemblyGitHash(Intento.MT.Plugin.PropertiesForm.GitHash.hash)] diff --git a/RevisionHistory.cs b/RevisionHistory.cs index b985903..573785a 100644 --- a/RevisionHistory.cs +++ b/RevisionHistory.cs @@ -64,5 +64,7 @@ class RevisionHistory // - bug with saving setting SmartRouting in memoQ // 2.0.4: 2019-12-14 // - Version for memoQ 9.3 + // 2.1.0: 2020-02-09 + // - Version for plugins ver 2.1.0 } }