Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Releases: brandedoutcast/publish-nuget

v2.5.5

18 Jul 05:40
Compare
Choose a tag to compare

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

14 Jul 06:40
Compare
Choose a tag to compare

Fix a bug in regex used to detect the version from a project file

v2.5.3

10 Jul 09:15
Compare
Choose a tag to compare

Update to a stricter default version RegExp to ignore commented versions from project file

v2.5.2

22 May 03:53
Compare
Choose a tag to compare

Fix possible bug when dealing with multiple projects

v2.5.1

22 May 02:13
Compare
Choose a tag to compare

Fix #31 by removing the unnecessary nupkg file deletion before dotnet pack

v2.5.0

09 May 06:33
Compare
Choose a tag to compare

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)

01 May 05:17
Compare
Choose a tag to compare
  • Add support for custom NuGet feeds
  • Set output variables to be used by other actions

v2.3.0

19 Apr 04:08
Compare
Choose a tag to compare
  • 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

03 Apr 06:18
Compare
Choose a tag to compare

expose environmental & parsed information by logging to console

v2.2.0

16 Mar 03:27
6c0ec33
Compare
Choose a tag to compare

Add VERSION_STATIC input to specify a version from external sources like Nerdbank.GitVersioning