xoofx / UnityNuGet

Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
BSD 2-Clause "Simplified" License
617 stars 96 forks source link

upgrade to latest version of awssdk.core (3.7.304.13) #373

Closed aallbrig closed 3 months ago

aallbrig commented 3 months ago

The NuGet package needs to respect a few constraints in order to be listed in the curated list:

  • [x] Add a link to the NuGet package: https://www.nuget.org/packages/AWSSDK.Core/3.7.304.13
  • [x] It must have non-preview versions (e.g 1.0.0 but not 1.0.0-preview.1)
  • [x] It must provide .NETStandard2.0 assemblies as part of its package
  • [x] The lowest version added must be the lowest .NETStandard2.0 version available
  • [x] The package has been tested with the Unity editor
  • [x] The package has been tested with a Unity standalone player
    • if the package is not compatible with standalone player, please add a comment to a Known issues section to the top level readme.md
  • [x] All package dependencies with .NETStandard 2.0 target must be added to the PR (respecting the same rules above)
    • Note that if a future version of the package adds a new dependency, this dependency will have to be added manually as well

Note: The server will be updated only when a new version tag is pushed on the main branch, not necessarily after merging this pull-request.

bdovaz commented 3 months ago

Read https://github.com/xoofx/UnityNuGet/issues/372#issuecomment-2157413086

aallbrig commented 3 months ago

@bdovaz Thanks for your help!