Skip to content

Commit

Permalink
Update to PDFtoImage 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Dec 7, 2024
1 parent 18b8c6b commit 4f16a1a
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 326 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14, macos-15]
os: [windows-2019, windows-2022, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
if: success() && (github.event_name != 'workflow_dispatch' && true || inputs.run_tests) == true
steps:
Expand All @@ -130,7 +130,7 @@ jobs:
with:
name: Test assemblies
- name: .NET Framework 4.6.2
if: runner.os == 'Windows' && success()
if: runner.os == 'Windows' && (success() || failure())
run: dotnet test net462/*.Tests.dll --logger trx --verbosity detailed
- name: .NET Framework 4.7.1
if: runner.os == 'Windows' && (success() || failure())
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: windows-latest
if: (github.repository == 'sungaila/PDFtoZPL' && success()) && (github.event_name != 'workflow_dispatch' && true || inputs.run_sonarcloud) == true
if: (github.repository == 'sungaila/PDFtoZPL' && github.ref == 'refs/heads/master') && ((github.event_name != 'workflow_dispatch' || inputs.run_sonarcloud) == true)
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down
29 changes: 0 additions & 29 deletions Console/Console.csproj

This file was deleted.

226 changes: 0 additions & 226 deletions Console/Program.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Console/Properties/PublishProfiles/DotNet.pubxml

This file was deleted.

14 changes: 0 additions & 14 deletions Console/Properties/PublishProfiles/DotNetFramework.pubxml

This file was deleted.

14 changes: 0 additions & 14 deletions Console/Properties/PublishProfiles/DotNetFramework481.pubxml

This file was deleted.

1 change: 0 additions & 1 deletion PDFtoZPL.Build.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"solution": {
"path": "PDFtoZPL.sln",
"projects": [
"Console\\Console.csproj",
"PDFtoZPL\\PDFtoZPL.csproj",
"Tests\\Tests.csproj",
"WebConverter\\WebConverter.csproj"
Expand Down
8 changes: 0 additions & 8 deletions PDFtoZPL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{7870E7D5-D32A-421D-9FDF-BBB18D765389}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{8C50448B-27B4-4012-90A9-BFFBCC980D85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebConverter", "WebConverter\WebConverter.csproj", "{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}"
Expand All @@ -31,12 +29,6 @@ Global
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.Release|Any CPU.Build.0 = Release|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.Release|Any CPU.Build.0 = Release|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{7870E7D5-D32A-421D-9FDF-BBB18D765389}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
8 changes: 4 additions & 4 deletions PDFtoZPL/PDFtoZPL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- NuGet -->
<PropertyGroup>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>preview.2</VersionSuffix>
<VersionSuffix></VersionSuffix>
<Authors>David Sungaila</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -22,9 +22,9 @@
<PackageIconUrl>https://raw.githubusercontent.com/sungaila/PDFtoZPL/master/Icon_128.png</PackageIconUrl>
<Description>A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.</Description>
<PackageReleaseNotes>- Add .NET 9 as TargetFramework.
- Add iOS as TargetFramework.
- Remove .NET 7 as TargetFramework.
- Remove MonoAndroid/Xamarin as TargetFramework.</PackageReleaseNotes>
- Remove MonoAndroid/Xamarin as TargetFramework.
- Add iOS as TargetFramework.</PackageReleaseNotes>
<PackageTags>PDF ZPL Zebra Bitmap Convert Conversion C# PDFium MAUI wasm WebAssembly</PackageTags>
<RepositoryUrl>https://github.com/sungaila/PDFtoZPL.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -69,7 +69,7 @@

<!-- SourceLink build steps and NuGet packages -->
<ItemGroup>
<PackageReference Include="PDFtoImage" Version="5.0.0-preview.2" PrivateAssets="analyzers" />
<PackageReference Include="PDFtoImage" Version="5.0.0" PrivateAssets="analyzers" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="SharpZipLib" Version="1.4.2" PrivateAssets="analyzers" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/BackgroundColorTests.ExpectedResults.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tests/DitheringTests.ExpectedResults.cs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Tests/PdfConversionTests.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 4f16a1a

Please sign in to comment.