Comparing v4.2.0...v4.3.0 · GlitchEnzo/NuGetForUnity (original) (raw)

Commits on Dec 28, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Fixed Logging API in CLI (#695)
    The issue was that methods that only receive a message were treating it
    as format and would then report an error if the message contained a '{'
    @igor84
    Configuration menu
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Made RemoveUnnecessaryPackages consistent (#696)
    In the old code it would look for nuspec files on the file system and then
    remove folders that are not in packages.config. But installedPackages
    already contain all found nuspec files. The issue with old code is that
    InstalledPackages contained data about packages that were also
    potentially modified by the plugins while this method didn't take that
    into account leading to inconsistencies.
    @igor84
    Configuration menu
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history