Skip to content

Commit

Permalink
Bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Krenckel committed Oct 15, 2023
1 parent 5bfdd21 commit 303f5b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NppGZipFileViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NppGZipFileViewer")]
[assembly: AssemblyDescription("This is a Notepad++ plugin to open and store files in gzip or bzip2 format.")]
[assembly: AssemblyDescription("This is a Notepad++ plugin to open and store files in gzip, bzip2, xz or zstd format.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pascal Krenckel")]
[assembly: AssemblyProduct("NppGZipFileViewer")]
[assembly: AssemblyCopyright("Copyright © Pascal Krenckel 2021")]
[assembly: AssemblyCopyright("Copyright © Pascal Krenckel 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.*")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("3.0.0.*")]
[assembly: AssemblyFileVersion("3.0.0.0")]

0 comments on commit 303f5b9

Please sign in to comment.