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

Commit 84063b4

Browse files
Bump to v2.0.0
1 parent 71207d2 commit 84063b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NppGZipFileViewer/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 format.")]
8+
[assembly: AssemblyDescription("This is a Notepad++ plugin to open and store files in gzip or bzip2 format.")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Pascal Krenckel")]
1111
[assembly: AssemblyProduct("NppGZipFileViewer")]
@@ -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("1.2.2.*")]
35-
[assembly: AssemblyFileVersion("1.2.2.0")]
34+
[assembly: AssemblyVersion("2.0.0.*")]
35+
[assembly: AssemblyFileVersion("2.0.0.0")]

0 commit comments

Comments
 (0)