Skip to content

Releases: natescherer/publish-powershell-action

v1.1.1

02 Aug 03:31
Compare
Choose a tag to compare

Release v1.1.1

Changes

Fixed

  • Gallery publishing fixed (can't test this automatically since PoshTestGallery went offline)

v1.1.0

02 Aug 02:52
Compare
Choose a tag to compare

Release v1.1.0

Changes

Changed

  • GitHub Packages publishing converted to using pure PSResourceGet
  • Action pinned to PSResourceGet 0.5.23-beta23

Fixed

  • NuGet repo now unregistered after publishing, thanks to @Galvill (#11)
  • Bad examples in README.md
  • Publishing modules with requirements now works, and tests added to cover this case (#10)

v1.0.3

04 Nov 06:55
Compare
Choose a tag to compare

Release v1.0.3

Changes

Fixed

  • Publishing to PowerShell Gallery

v1.0.2

25 Oct 19:27
Compare
Choose a tag to compare

Release v1.0.2

Changes

Fixed

  • Publishing of modules in directories that aren't the same name as the module

v1.0.1

25 Oct 06:37
Compare
Choose a tag to compare

Release v1.0.1

Changes

Fixed

  • Adding missing branding for GitHub Marketplace

v1.0.0

25 Oct 06:10
3839a8f
Compare
Choose a tag to compare

Release v1.0.0

Changes

Added

  • Initial release