Skip to content

Commit

Permalink
Change version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jan 3, 2021
1 parent 2335f42 commit e384b14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/Regexator.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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)]
6 changes: 3 additions & 3 deletions src/Regexator/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes

<Assembly: AssemblyTitle("Regexator")>
<Assembly: AssemblyDescription("Regexator is a development environment for regular expressions on the basis of .NET regex engine from System.Text.RegularExpressions namespace.")>
<Assembly: AssemblyCompany("JosefPihrt")>
<Assembly: AssemblyDescription("Regexator is a development environment for .NET regular expressions.")>
<Assembly: AssemblyCompany("Josef Pihrt")>
<Assembly: AssemblyProduct("Regexator")>
<Assembly: AssemblyCopyright("© 2014-2020 Josef Pihrt")>
<Assembly: AssemblyTrademark("")>
Expand All @@ -31,6 +31,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.0.12.0")>
<Assembly: AssemblyVersion("2.1.0.0")>
<Assembly: NeutralResourcesLanguageAttribute("en-US")>
<Assembly: CLSCompliant(True)>

0 comments on commit e384b14

Please sign in to comment.