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 }} 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