Skip to content

Commit

Permalink
Merge pull request #5 from Api2Pdf/2.0.0
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
apexdodge committed Jul 10, 2021
2 parents a329e75 + 15beccd commit 4b5d9bf
Show file tree
Hide file tree
Showing 10 changed files with 1,107 additions and 293 deletions.
14 changes: 7 additions & 7 deletions Api2Pdf.DotNet.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api2Pdf.DotNet", "Api2Pdf.DotNet\Api2Pdf.DotNet.csproj", "{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp\ExampleApp.csproj", "{05849817-58C8-4921-8B6B-EE747EE80D8B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api2Pdf.Examples", "Api2Pdf.Examples\Api2Pdf.Examples.csproj", "{D2721D2B-B64D-43FC-BC6F-177E5DED9735}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -17,10 +17,10 @@ Global
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Release|Any CPU.Build.0 = Release|Any CPU
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Release|Any CPU.Build.0 = Release|Any CPU
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 5 additions & 3 deletions Api2Pdf.DotNet/Api2Pdf.DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
<PackageProjectUrl>https://github.com/Api2Pdf/api2pdf.dotnet/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Api2Pdf/api2pdf.dotnet/</RepositoryUrl>
<PackageTags>pdf wkhtmtopdf headless chrome libreoffice</PackageTags>
<Description>Wrapper for Api2Pdf.com - instantly generate PDFs from HTML, URLs or office documents. Also includes support for merge. Wrapper around wkhtmltopdf, headless chrome, and libre office.</Description>
<Version>1.1.0</Version>
<Description>
This client library is a wrapper for the Api2Pdf.com REST API. See full REST api documentation at https://www.api2pdf.com/documentation/v2. Api2Pdf is a powerful API that supports HTML to PDF, URL to PDF, HTML to Image, URL to Image, Thumbnail / image preview of an Office file, Office files (Word to PDF), HTML to Docx, HTML to excel, PDF to HTML, merge PDFs together, add bookmarks to PDFs, add passwords to PDFs
</Description>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

</Project>
Loading

0 comments on commit 4b5d9bf

Please sign in to comment.