Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 303f5b9

Browse files
Bump to v3.0.0
1 parent 5bfdd21 commit 303f5b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

NppGZipFileViewer/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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

@@ -31,5 +31,5 @@
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")]

0 commit comments

Comments
 (0)