Skip to content

Commit

Permalink
chore: update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
degoedel committed Jul 20, 2022
1 parent 0cd1b00 commit d81d5a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ namespace ComicbookArchiveToolbox.ViewModels
{
public class AboutViewModel : BindableBase
{
public string AboutContent => "Comicbook Archive Toolbox v1.4 is a free open source extendable utility\n" +
public string AboutContent => "Comicbook Archive Toolbox v2.0 is a free open source extendable utility\n" +
"It allows to split and merge digital comic book archives such as cbr or cbz files\n" +
"and to edit their metadata.\n\n" +
"Comicbook Archive requires .NET 4.7.2 to work properly.\n\n" +
"Comicbook Archive requires .NET 6.0 to work properly.\n\n" +
"Comicbook Archive Toolbox depends on 7zip (redistributed) for compression/decompression of archives.\n\n" +
"Comicbook Archive Toolbox is developped by Damien Galban under MIT license.\n\n" +
"See https://degoedel.github.io/ComicbookArchiveToolbox/ for more details, source code and other dependencies";
Expand Down

0 comments on commit d81d5a3

Please sign in to comment.