Skip to content

Commit 6b606f4

Browse files
authored
Update NuGet packages and fix WebAssembly builds (#184)
1 parent 0d61b66 commit 6b606f4

78 files changed

Lines changed: 1079 additions & 557 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: PDFtoImage version
1414
description: Which version of PDFtoImage is affected?
15-
value: 5.2.1
15+
value: 5.3.0
1616
validations:
1717
required: true
1818
- type: dropdown
@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
label: OS version
3535
description: Which operating system version was used?
36-
placeholder: e.g. Windows 11 24H2, Ubuntu 24.04, macOS 14.5, Android 14, ...
36+
placeholder: e.g. Windows 11 25H2, Ubuntu 26.04, macOS 27.0, Android 17, ...
3737
validations:
3838
required: false
3939
- type: dropdown

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v6
60+
uses: actions/checkout@v7
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Setup .NET
8282
if: matrix.language == 'csharp'
83-
uses: actions/setup-dotnet@v5
83+
uses: actions/setup-dotnet@v6
8484
with:
8585
dotnet-version: |
8686
8.x

0 commit comments

Comments
 (0)