Skip to content

Commit 920231b

Browse files
Sébastien GeiserSébastien Geiser
Sébastien Geiser
authored and
Sébastien Geiser
committed
Version 2.0.0.0
1 parent a975617 commit 920231b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CSharpRegexTools4Npp/Main.cs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using System.Reflection;
1111
using System.Runtime.InteropServices;
1212
using System.Windows;
13-
using System.Windows.Input;
1413
using System.Windows.Interop;
1514

1615
namespace CSharpRegexTools4Npp

CSharpRegexTools4Npp/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("CodingSeb")]
1111
[assembly: AssemblyProduct("C# Regex Tools 4 Npp")]
12-
[assembly: AssemblyCopyright("Copyright © CodingSeb 2024")]
12+
[assembly: AssemblyCopyright("Copyright © CodingSeb 2025")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("1.3.0.0")]
32-
[assembly: AssemblyFileVersion("1.3.0.0")]
31+
[assembly: AssemblyVersion("2.0.0.0")]
32+
[assembly: AssemblyFileVersion("2.0.0.0")]

RegexDialog/RegexDialog.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<TargetFramework>net481</TargetFramework>
44
<OutputType>Library</OutputType>
5-
<AssemblyVersion>1.3.0.0</AssemblyVersion>
6-
<FileVersion>1.3.0.0</FileVersion>
5+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
6+
<FileVersion>2.0.0.0</FileVersion>
77
<!--<LangVersion>9.0</LangVersion>-->
88
<UseWindowsForms>true</UseWindowsForms>
99
<UseWPF>true</UseWPF>

0 commit comments

Comments
 (0)