From c68a5fc0a79262cdee5f7e7ee1e8e118a8a935cb Mon Sep 17 00:00:00 2001 From: kumaS-nu <kumas.kumachan@gmail.com> Date: Fri, 5 Jan 2024 18:00:43 +0900 Subject: [PATCH 1/2] fix: Avoid conflict names in upload-artifact. --- .github/workflows/CITest.yml | 2 +- .github/workflows/Test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CITest.yml b/.github/workflows/CITest.yml index 7fdb02a..47d4387 100644 --- a/.github/workflows/CITest.yml +++ b/.github/workflows/CITest.yml @@ -50,5 +50,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: Test results for ${{ matrix.testMode }} + name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }} path: ${{ steps.tests.outputs.artifactsPath }} diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 50b83e9..8230577 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -48,5 +48,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: Test results for ${{ matrix.testMode }} + name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }} path: ${{ steps.tests.outputs.artifactsPath }} From 6d56e7ca6626729b3eee48edfd3b69b19bead430 Mon Sep 17 00:00:00 2001 From: kumaS-nu <kumas.kumachan@gmail.com> Date: Fri, 5 Jan 2024 18:27:15 +0900 Subject: [PATCH 2/2] Update changelog. --- .../Packages/NuGet Importer/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md b/NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md index c935c65..5505012 100644 --- a/NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md +++ b/NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.1] - 2024-01-05 + +- Fix invalid architecture information from native runtimes + +## [4.0.0] - 2023-05-30 + +- Change the target version of C# to 8.0 or later +- Stop support for Unity 2020.2 and below +- Support for Unity2022 +- Fix a bug caused by lazy evaluation +- Fix the wrong alert when installing +- Fix the overflow download number + ## [3.3.2] - 2023-05-25 - Fix bug made by version 3.3.0