Updated versions for new release.

Consolidated the versions.
Upgraded packages.
This commit is contained in:
DJGosnell 2023-10-03 18:46:47 -04:00
Родитель 16cf584cd0
Коммит 7ddf6b1519
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -2,7 +2,7 @@
<Import Project="..\DtronixPdf.props" />
<PropertyGroup>
<Description>ImageSharp bindings for DtronixPdf</Description>
<Version>1.1.0.0</Version>
<Version>1.1.3.0</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>

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

@ -12,9 +12,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
<ItemGroup>

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

@ -2,7 +2,7 @@
<Import Project="..\DtronixPdf.props" />
<PropertyGroup>
<Description>Tool to view and perform common modifications to PDFs. Based on PDFium.</Description>
<Version>1.1.2.0</Version>
<Version>1.1.3.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
@ -17,6 +17,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DtronixCommon" Version="0.7.0" />
<PackageReference Include="PDFiumCore" Version="112.0.5579" />
<PackageReference Include="PDFiumCore" Version="119.0.6043" />
</ItemGroup>
</Project>