From f51f2536abf6aa1ee465867886bea98437a3387a Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Fri, 28 Apr 2023 14:13:43 +0200 Subject: [PATCH] Adjusted license information --- Source/QuestPDF/Infrastructure/LicenseType.cs | 7 +++++-- Source/QuestPDF/QuestPDF.csproj | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Source/QuestPDF/Infrastructure/LicenseType.cs b/Source/QuestPDF/Infrastructure/LicenseType.cs index 4a3feee..2118e43 100644 --- a/Source/QuestPDF/Infrastructure/LicenseType.cs +++ b/Source/QuestPDF/Infrastructure/LicenseType.cs @@ -3,7 +3,8 @@ public enum LicenseType { /// - /// The library is free for the commercial usage for the vast majority of users under the QuestPDF Community MIT license. Please kindly check if you are eligible to use this license. + /// We love and highly appreciate the .NET Community and therefore the vast majority of users are welcome to use the library under the QuestPDF Community MIT License, without any limitations, even for commercial usage. Please kindly check if you are eligible to use this license. + /// License comparison: http://www.questpdf.com/pricing.html#license /// License link: https://www.questpdf.com/license-community.html /// Community, @@ -12,14 +13,16 @@ /// You must purchase the QuestPDF Professional license, if you are consuming the QuestPDF library as a Direct Package Dependency for usage in a Closed Source software in the capacity of a for-profit company/individual with more than 1M USD annual gross revenue, and there are up to 10 developers. /// If the number of developers is more than 10, you must purchase the QuestPDF Enterprise license. /// Before making a license purchase, please evaluate the library in a non-production environment. + /// License comparison: http://www.questpdf.com/pricing.html#license /// License link: https://www.questpdf.com/license-commercial.html /// Professional, /// /// You must purchase the QuestPDF Professional license, if you are consuming the QuestPDF library as a Direct Package Dependency for usage in a Closed Source software in the capacity of a for-profit company/individual with more than 1M USD annual gross revenue. - /// If the there are less than 10 developers, you are eligible to use the cheaper QuestPDF Professional License. + /// If there are less than 10 developers, you are eligible to use the cheaper QuestPDF Professional License. /// Before making a license purchase, please evaluate the library in a non-production environment. + /// License comparison: http://www.questpdf.com/pricing.html#license /// License link: https://www.questpdf.com/license-commercial.html /// Enterprise diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj index e2594a7..084becf 100644 --- a/Source/QuestPDF/QuestPDF.csproj +++ b/Source/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.12.3 + 2023.4.0 QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9