This commit is contained in:
djgosnell 2024-09-03 15:49:43 -04:00
Родитель f38830b73d
Коммит 8fd797d152
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,13 +2,13 @@
<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">
@ -16,6 +16,6 @@
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="PDFiumCore" Version="119.0.6043" />
<PackageReference Include="PDFiumCore" Version="130.0.6693" />
</ItemGroup>
</Project>