From 1e18a641bbe0cdadd26081f76936f22808506ea7 Mon Sep 17 00:00:00 2001 From: easly1989 Date: Thu, 7 Nov 2019 14:01:30 +0100 Subject: [PATCH] Version Updated --- SharedAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 40bf0ad..a936cd4 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -35,12 +35,12 @@ // to distinguish one build from another. AssemblyFileVersion is specified // in AssemblyVersionInfo.cs so that it can be easily incremented by the // automated build process. -[assembly: AssemblyVersion("2.1.7")] +[assembly: AssemblyVersion("2.1.8")] // By default, the "Product version" shown in the file properties window is // the same as the value specified for AssemblyFileVersionAttribute. // Set AssemblyInformationalVersionAttribute to be the same as // AssemblyVersionAttribute so that the "Product version" in the file // properties window matches the version displayed in the GAC shell extension. -[assembly: AssemblyInformationalVersion("2.1.7")] // a.k.a. "Product version" +[assembly: AssemblyInformationalVersion("2.1.8")] // a.k.a. "Product version"