Skip to content

Commit 4b5d9bf

Browse files
authored
Merge pull request #5 from Api2Pdf/2.0.0
2.0.0
2 parents a329e75 + 15beccd commit 4b5d9bf

File tree

10 files changed

+1107
-293
lines changed

10 files changed

+1107
-293
lines changed

Api2Pdf.DotNet.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2009
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30804.86
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api2Pdf.DotNet", "Api2Pdf.DotNet\Api2Pdf.DotNet.csproj", "{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp\ExampleApp.csproj", "{05849817-58C8-4921-8B6B-EE747EE80D8B}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api2Pdf.Examples", "Api2Pdf.Examples\Api2Pdf.Examples.csproj", "{D2721D2B-B64D-43FC-BC6F-177E5DED9735}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,10 +17,10 @@ Global
1717
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Debug|Any CPU.Build.0 = Debug|Any CPU
1818
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Release|Any CPU.ActiveCfg = Release|Any CPU
1919
{2E91CC9C-D07D-4C07-83A5-74C79EFC3D83}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{05849817-58C8-4921-8B6B-EE747EE80D8B}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{D2721D2B-B64D-43FC-BC6F-177E5DED9735}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE

Api2Pdf.DotNet/Api2Pdf.DotNet.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
<PackageProjectUrl>https://github.com/Api2Pdf/api2pdf.dotnet/</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/Api2Pdf/api2pdf.dotnet/</RepositoryUrl>
1313
<PackageTags>pdf wkhtmtopdf headless chrome libreoffice</PackageTags>
14-
<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>
15-
<Version>1.1.0</Version>
14+
<Description>
15+
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
16+
</Description>
17+
<Version>2.0.0</Version>
1618
</PropertyGroup>
1719

1820
<ItemGroup>
19-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
21+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2022
</ItemGroup>
2123

2224
</Project>

0 commit comments

Comments
 (0)