Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PDFtoImage 5.0.0 #70

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading