Skip to content

Commit

Permalink
Merge pull request #78 from kumaS-nu/develop
Browse files Browse the repository at this point in the history
Update for version 4.0.1
  • Loading branch information
kumaS-nu authored Jan 5, 2024
2 parents b299e95 + 6d56e7c commit c5fc2b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
13 changes: 13 additions & 0 deletions NuGetImporterForUnity/Packages/NuGet Importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5fc2b6

Please sign in to comment.