Skip to content

Commit 264fa40

Browse files
committed
Preparing for 2.0.0 release
1 parent a329e75 commit 264fa40

File tree

9 files changed

+896
-225
lines changed

9 files changed

+896
-225
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<RepositoryUrl>https://github.com/Api2Pdf/api2pdf.dotnet/</RepositoryUrl>
1313
<PackageTags>pdf wkhtmtopdf headless chrome libreoffice</PackageTags>
1414
<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>
15+
<Version>2.0.0</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
19+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)