Adjusted license information
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
public enum LicenseType
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>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.</para>
|
||||
/// <para>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.</para>
|
||||
/// <para>License comparison: http://www.questpdf.com/pricing.html#license</para>
|
||||
/// <para>License link: https://www.questpdf.com/license-community.html</para>
|
||||
/// </summary>
|
||||
Community,
|
||||
@@ -12,14 +13,16 @@
|
||||
/// <para>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, <c>and there are up to 10 developers</c>.</para>
|
||||
/// <para>If the number of developers is more than 10, you must purchase the QuestPDF Enterprise license.</para>
|
||||
/// <para>Before making a license purchase, please evaluate the library in a non-production environment.</para>
|
||||
/// <para>License comparison: http://www.questpdf.com/pricing.html#license</para>
|
||||
/// <para>License link: https://www.questpdf.com/license-commercial.html</para>
|
||||
/// </summary>
|
||||
Professional,
|
||||
|
||||
/// <summary>
|
||||
/// <para>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.</para>
|
||||
/// <para>If the there are less than 10 developers, you are eligible to use the cheaper QuestPDF Professional License.</para>
|
||||
/// <para>If there are less than 10 developers, you are eligible to use the cheaper QuestPDF Professional License.</para>
|
||||
/// <para>Before making a license purchase, please evaluate the library in a non-production environment.</para>
|
||||
/// <para>License comparison: http://www.questpdf.com/pricing.html#license</para>
|
||||
/// <para>License link: https://www.questpdf.com/license-commercial.html</para>
|
||||
/// </summary>
|
||||
Enterprise
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Authors>MarcinZiabek</Authors>
|
||||
<Company>CodeFlint</Company>
|
||||
<PackageId>QuestPDF</PackageId>
|
||||
<Version>2022.12.3</Version>
|
||||
<Version>2023.4.0</Version>
|
||||
<PackageDescription>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.</PackageDescription>
|
||||
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
|
||||
<LangVersion>9</LangVersion>
|
||||
|
||||
Reference in New Issue
Block a user