Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

*.DotSettings
*.DotSettings
/Source/.vs/HtmlRenderer
4 changes: 2 additions & 2 deletions Source/HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.1;net8.0;net10.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>HtmlRenderer.PdfSharp.NetStandard2</PackageId>
<Version>1.5.1.3</Version>
<Version>1.5.1.4</Version>
<Authors>Arthur Teplitzki, Lionel Vallet</Authors>
<Company>TheArtOfDev</Company>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
4 changes: 2 additions & 2 deletions Source/HtmlRenderer.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31605.320
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15 d18.0
Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appears to be a typo in the VisualStudioVersion. The extra " d18.0" at the end should be removed.

Suggested change
VisualStudioVersion = 18.0.11222.15 d18.0
VisualStudioVersion = 18.0.11222.15

Copilot uses AI. Check for mistakes.
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlRenderer", "HtmlRenderer\HtmlRenderer.csproj", "{57DFD0E4-A1D1-47D7-82B0-046E01C6DC74}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions Source/HtmlRenderer/HtmlRenderer.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>net472;netstandard2.1;net8.0;net10.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>PDF document generator from HTML snippet, 100% managed (C#), High performance library using PdfSharp.</Description>
<Version>1.5.1.3</Version>
<Version>1.5.1.4</Version>
<PackageId>HtmlRenderer.Core.NetStandard2</PackageId>
<Company>TheArtOfDev</Company>
<Product>HtmlRenderer.Core</Product>
Expand Down