Skip to content

Releases: Nordeus/NuGetForUnity

Release 2.0.4

02 Mar 19:11
Compare
Choose a tag to compare
  • Added support for Editor initialization template

Release 2.0.3

27 Jan 15:24
Compare
Choose a tag to compare
  • Nuget restore is now always done when packages.config changes
  • Preferences window now saves changes automatically
  • Xml files are now always saved with \n as new line

Release 2.0.2

08 Dec 18:09
Compare
Choose a tag to compare
  • Fixed duplicate entries in update tab
  • Fixed linking of packages that only contain Editor source folder

Release 2.0.1

25 Nov 10:17
Compare
Choose a tag to compare
  • Updating the packages won't clear the manually installed flag any more
  • Updating all packages will only install the latest version instead of installing all intermediate versions
  • Automatically Fill Dependencies now fills the list with all installed packages
  • Uninstalling a package automatically unlinks linked source
  • Restores quits early if there is nothing to do
  • Removed the precommit hook since we are not committing the packages any more
  • Changes to packages.config are automatically detected and restore is executed
  • Fixed dependencies disappearing in NugetWindow after recompile
  • Merged upstream changes (support for dependency groups)

Release 1.2.5

14 Oct 12:01
Compare
Choose a tag to compare
  • Fixed refreshing assets so it is only done once at the end
  • Added packageId display to package viewer
  • First source now loads 100 packages at start instead of just 15
  • Simplified initialization code in AppInitializer.Generated

Release 1.2.4

26 Sep 13:34
Compare
Choose a tag to compare
  • Fixes Symbolic link checks on Mac

Release 1.2.3

25 Sep 13:46
Compare
Choose a tag to compare
  • Restores installing of exact version of dependency
  • Fixes precommit hook and adds monobuild script

Release 1.2.2

22 Jul 12:20
Compare
Choose a tag to compare
  • Fixed a bug when determining where to insert init code

Release 1.2.1

15 Jul 16:04
Compare
Choose a tag to compare
  • Precommit hook is now also installed when creating new package
  • Improved layout of nuspec editor window
  • Fixed NuspecEditor so it doesn't loose changes on focus change
  • NuspecEditor now has configurable defaults

Release 1.2.0

04 Jul 12:04
Compare
Choose a tag to compare
  • If dependency version is in range format now the latest version in the range will be installed
  • Changed PreferenceItem into SettingsProvider so Unity 2019 doesn't report deprecation warning
  • Added UninstallAll option which also reset AppInitialization
  • Fixed CheckForUnnecessaryPackages so it doesn't touch dirs whose name starts with dot
  • Nuget packages list is a bit more compact now