Releases: Itiviti/gradle-nuget-plugin
Releases · Itiviti/gradle-nuget-plugin
2.23
Fix compatibility with gradle 7
2.22
Fixed
- Nuspec cannot be regard as Input since closure can't be serialized
2.21
Fixed
- NugetPush should only consider NugetPack's output if it is enabled
2.20
Fixed
- Add Input and Output Annotations for Gradle 7 #77
- Incorrect Input annotations applied
2.19
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
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
- 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
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
Changed
- Default NuGet version used is 3.4.3 (Fixes no_proxy behavior)