Skip to content

Releases: Itiviti/gradle-nuget-plugin

2.23

25 May 06:45
Compare
Choose a tag to compare

Fix compatibility with gradle 7

2.22

14 May 09:52
Compare
Choose a tag to compare

Fixed

  • Nuspec cannot be regard as Input since closure can't be serialized

2.21

14 May 09:52
Compare
Choose a tag to compare

Fixed

  • NugetPush should only consider NugetPack's output if it is enabled

2.20

15 Apr 09:42
Compare
Choose a tag to compare

Fixed

  • Add Input and Output Annotations for Gradle 7 #77
  • Incorrect Input annotations applied

2.19

13 Apr 09:37
34c9977
Compare
Choose a tag to compare

Changed

  • Add Input and Output Annotations for Gradle 7 #77
  • Built with gradle 6.2.2
  • Default NuGet version used is 5.5.0

Removed

  • Due to conflict in Gradle 6.1, timeout in nugetPush is removed #78
  • Usage of deprecated base.getDistsDir #76

2.18

03 May 12:01
Compare
Choose a tag to compare

2.18

Changed

  • built with gradle 4.7 (above won't work till we migrate out of plugindev)

Fixed

  • Project configuration fails without nugetSources section in build.gradle (#66)

2.17

12 Sep 15:47
451efe2
Compare
Choose a tag to compare
  • Ability to download nuget executable from the custom location (this can be used to download nuget.exe from local maven server)
  • Ability to use previously downloaded nuget from custom location (this is useful when CI already downloaded nuget.exe)
  • Upgrade gradle used to the newest version
  • Ability to generate dependencies from PackageReferences in project file

Thanks @ducaiulia and @imanushin

2.15

17 Nov 15:02
Compare
Choose a tag to compare

Fixed

  • In NugetSpec, mainProject is not accessed anymore when if the linked msbuild task has parseProject=false. What this means is that no defaults will be added from the msbuild task.
  • The NuGetPack will provide a consistent parsed instance (namespace-unaware).

2.14

28 Jun 07:47
Compare
Choose a tag to compare

Changed

  • Default NuGet version used is 3.4.3 (Fixes no_proxy behavior)