Skip to content

Commit

Permalink
Update to PDFtoImage 5.0.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Dec 7, 2024
1 parent 18b8c6b commit c38f0b4
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 327 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Pack
run: dotnet pack PDFtoZPL/PDFtoZPL.csproj -c ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} -p:VersionSuffix=ci --no-restore
- name: Generate artifact attestation
if: github.repository == 'sungaila/PDFtoImage' && github.ref == 'refs/heads/master'
if: github.repository == 'sungaila/PDFtoZPL' && github.ref == 'refs/heads/master'
uses: actions/attest-build-provenance@main
with:
subject-path: PDFtoZPL/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/*.nupkg
Expand Down 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
Loading

0 comments on commit c38f0b4

Please sign in to comment.