From e384b14cc0e8b2a7238405b2dcfd6e7657689d2e Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 3 Jan 2021 21:15:58 +0100 Subject: [PATCH] Change version to 2.1.0 --- src/Regexator.Core/Properties/AssemblyInfo.cs | 10 +++++----- src/Regexator/My Project/AssemblyInfo.vb | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Regexator.Core/Properties/AssemblyInfo.cs b/src/Regexator.Core/Properties/AssemblyInfo.cs index 77e56d3..d975d8d 100644 --- a/src/Regexator.Core/Properties/AssemblyInfo.cs +++ b/src/Regexator.Core/Properties/AssemblyInfo.cs @@ -8,12 +8,12 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("RegexatorLib")] +[assembly: AssemblyTitle("Regexator.Core")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RegexatorLib")] -[assembly: AssemblyCopyright("Copyright © 2014-2015 Josef Pihrt.")] +[assembly: AssemblyCompany("Josef Pihrt")] +[assembly: AssemblyProduct("Regexator.Core")] +[assembly: AssemblyCopyright("© 2014-2020 Josef Pihrt")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -36,7 +36,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.11.*")] +[assembly: AssemblyVersion("2.1.0.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: CLSCompliant(true)] diff --git a/src/Regexator/My Project/AssemblyInfo.vb b/src/Regexator/My Project/AssemblyInfo.vb index 156fe45..3de8f44 100644 --- a/src/Regexator/My Project/AssemblyInfo.vb +++ b/src/Regexator/My Project/AssemblyInfo.vb @@ -9,8 +9,8 @@ Imports System.Runtime.InteropServices ' Review the values of the assembly attributes - - + + @@ -31,6 +31,6 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - +