This repository was archived by the owner on May 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
NppGZipFileViewer/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55// set of attributes. Change these attribute values to modify the information
66// associated with an assembly.
77[ assembly: AssemblyTitle ( "NppGZipFileViewer" ) ]
8- [ assembly: AssemblyDescription ( "This is a Notepad++ plugin to open and store files in gzip or bzip2 format." ) ]
8+ [ assembly: AssemblyDescription ( "This is a Notepad++ plugin to open and store files in gzip, bzip2, xz or zstd format." ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "Pascal Krenckel" ) ]
1111[ assembly: AssemblyProduct ( "NppGZipFileViewer" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © Pascal Krenckel 2021 " ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © Pascal Krenckel 2023 " ) ]
1313[ assembly: AssemblyTrademark ( "" ) ]
1414[ assembly: AssemblyCulture ( "" ) ]
1515
3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "2.2 .0.*" ) ]
35- [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
34+ [ assembly: AssemblyVersion ( "3.0 .0.*" ) ]
35+ [ assembly: AssemblyFileVersion ( "3.0 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments