Releases: brandedoutcast/publish-nuget
v2.5.5
Fix --skip-duplicates
being ignored due to it's position in the command. The issue is described at #37 & FYR NuGet/Home#4864
v2.5.4
Fix a bug in regex used to detect the version from a project file
v2.5.3
Update to a stricter default version RegExp to ignore commented versions from project file
v2.5.2
Fix possible bug when dealing with multiple projects
v2.5.1
Fix #31 by removing the unnecessary nupkg file deletion before dotnet pack
v2.5.0
Partially reverts functionality added in v2.4.0
which has been a buggy release
Seems like the dotnet nuget push doesn't work as advertised when including symbols due to several issues with NuGet like NuGet/Home#9543 NuGet/Home#8589 NuGet/Home#5446 NuGet/Home#5442
Symbols are now opt-in (to be consistent with other minor releases & this is good for GPR support), either a future MAJOR release or NuGet/Home#7892 might enable it
Inputs for a specifying a different symbol source from the package source is removed (honestly I believe no one asked for it & I see it was a mistake when it's not yet properly supported by NuGet because of the above issues
v2.4.0 (Contains Bugs)
- Add support for custom NuGet feeds
- Set output variables to be used by other actions
v2.3.0
- Add publishing symbols to nuget feed
- Action now fails on any nuget push error (previously succeeded for some errors)
- Refactored to simplify
v2.2.1
expose environmental & parsed information by logging to console
v2.2.0
Add VERSION_STATIC input to specify a version from external sources like Nerdbank.GitVersioning