Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 3 additions & 3 deletions
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /