File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 10
10
using System . Reflection ;
11
11
using System . Runtime . InteropServices ;
12
12
using System . Windows ;
13
- using System . Windows . Input ;
14
13
using System . Windows . Interop ;
15
14
16
15
namespace CSharpRegexTools4Npp
Original file line number Diff line number Diff line change 9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "CodingSeb" ) ]
11
11
[ assembly: AssemblyProduct ( "C# Regex Tools 4 Npp" ) ]
12
- [ assembly: AssemblyCopyright ( "Copyright © CodingSeb 2024 " ) ]
12
+ [ assembly: AssemblyCopyright ( "Copyright © CodingSeb 2025 " ) ]
13
13
[ assembly: AssemblyTrademark ( "" ) ]
14
14
[ assembly: AssemblyCulture ( "" ) ]
15
15
28
28
// Build Number
29
29
// Revision
30
30
//
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" ) ]
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >net481</TargetFramework >
4
4
<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 >
7
7
<!-- <LangVersion>9.0</LangVersion>-->
8
8
<UseWindowsForms >true</UseWindowsForms >
9
9
<UseWPF >true</UseWPF >
You can’t perform that action at this time.
0 commit comments