Skip to content

Commit

Permalink
Updated versions for new release.
Browse files Browse the repository at this point in the history
Consolidated the versions.
Upgraded packages.
  • Loading branch information
DJGosnell committed Oct 3, 2023
1 parent 16cf584 commit 7ddf6b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/DtronixPdf.ImageSharp/DtronixPdf.ImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions src/DtronixPdf.Tests/DtronixPdf.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/DtronixPdf/DtronixPdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 7ddf6b1

Please sign in to comment.