File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1010using System . Reflection ;
1111using System . Runtime . InteropServices ;
1212using System . Windows ;
13- using System . Windows . Input ;
1413using System . Windows . Interop ;
1514
1615namespace CSharpRegexTools4Npp
Original file line number Diff line number Diff line change 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
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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments