Skip to content

Commit

Permalink
Upgrade to latest PdfiumCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Sep 3, 2024
1 parent f38830b commit 8fd797d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DtronixPdf/DtronixPdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<Import Project="..\DtronixPdf.props" />
<PropertyGroup>
<Description>Tool to view and perform common modifications to PDFs. Based on PDFium.</Description>
<Version>1.2.0.0</Version>
<Version>1.2.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DtronixPdf.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="PDFiumCore" Version="119.0.6043" />
<PackageReference Include="PDFiumCore" Version="130.0.6693" />
</ItemGroup>
</Project>

0 comments on commit 8fd797d

Please sign in to comment.