Skip to content

Releases: nventive/NuGet.Updater

2.1.0

30 Apr 17:50
3acdd24
Compare
Choose a tag to compare
Merge pull request #45 from nventive/dev/eb/version-range

Version overrides: Add version range support

Version 1.0.1

28 Oct 21:28
Compare
Choose a tag to compare
v1.0.1

Updated MSBuild.Extras

Version 1.0

28 Oct 20:36
1ce164c
Compare
Choose a tag to compare

Added

  • Added aliases for .Net Core application
  • Added support for multiple target versions
  • Added support for solution folders alongside sln files
  • Added better error handling

Changed

  • Replaced package owner with package author
  • Reworked internal logic of the updater: package list is now fetched from the files before being looked up online
  • Updated sources handling to add support for any number of public or private package sources (it was previously limited to NuGet.org and any number of private package sources
  • Set the current directory as the solution root if none is specified in the .Net Core application

Removed

  • Removed superfluous arguments
  • Removed code used to update project.json files