Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jan 10, 2019
1 parent 3dfbc35 commit 60e95eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("dc55221d-dde1-462c-a091-19ad41c43160")>
<Assembly: Guid("dc55221d-dde1-462c-a091-19ad41c43160")>

' Version information for an assembly consists of the following four values:
'
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("0.1.0.0")>
<Assembly: AssemblyFileVersion("0.1.0.0")>
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PAQCompress

PAQCompress is a GUI of the powerful PAQ compression software. Originally written in 2009, I'm retaking this project and updating it with the latest and greatest PAQ versions.
PAQCompress is a GUI of the powerful PAQ compression software. Originally written in 2009, it has been rewritten to provide a better GUI and include the latest and greatest PAQ versions.

![Screenshot](https://moisescardona.me/files/2019-01-09/1.png)

Supported PAQ versions are:

Expand Down

0 comments on commit 60e95eb

Please sign in to comment.