From bbda3e472598ab6a4f0ceec23bb2b06cef928bd8 Mon Sep 17 00:00:00 2001 From: caraplana1 Date: Thu, 23 May 2024 20:05:02 -0400 Subject: [PATCH] Readme update License date updated --- LICENSE | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 92b4997..c09c81e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Cristian Landaez +Copyright (c) 2024 Cristian Landaez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 59fefd4..345bf96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A multi-plataform .NET library written in Net standard 2.0 for comic file format ## Suported Formats -These are the format that we current support. +These are the format that we currently support. | Format | Extract Images | Create Comic | | :----: | :------------: | :--------------: | @@ -14,6 +14,8 @@ These are the format that we current support. | CB7 | ✔️ | ❌ | | PDF | :heavy_check_mark:(only jpeg) | :heavy_check_mark: | +We can't make cbr files due to RAR compression algorithm lincense. + ## Samples For start using the library just compy and paste `using ComicConverter;` and follow the next examples depending of your case.