Skip to content

Releases: EvotecIT/PSPublishModule

v1.0.0

18 Jun 11:22
a113e37
Compare
Choose a tag to compare

What's Changed

  • Improve builder with new features & ability to use different configuration approach by @PrzemyslawKlys in #8
  • Big rewrite of PSPublishModule allowing more configuration options
  • New configuration options
  • New safety checks in place

Full Changelog: v0.9.54...v1.0.0

v0.9.54

27 Jan 20:03
09d52b4
Compare
Choose a tag to compare

Full Changelog: v0.9.53...v0.9.54

v0.9.53

31 Dec 19:03
e55b15a
Compare
Choose a tag to compare

What's new

  • Adds local versioning via BuildModule\LocalVersion property (bumps version on every build)
  • No longer delete older tagged unpacked releases (only current) when tagging is enabled
  • Allows to specify Releases property in BuildModule\Releases. Both Enabled/Path need to be specified. If not specified it will use default values.

Full Changelog: v0.9.52...v0.9.53

v0.9.52

30 Dec 18:50
dbc4a50
Compare
Choose a tag to compare

What's Changed

  • Update for building binary modules by @PrzemyslawKlys in #3
  • Changed loading of libraries so it's always done in following way:
  • If Standard, Core and Default are present -> load Default when PS 5, load Standard when PS 6+
  • If Standard, Default are present -> load Default when PS 5, load Standard when PS 6+
  • If Standard and Core are present -> load Standard only
  • If Core and Default are present -> load Default when PS 5, load Core when PS 6+
  • If Standard is present -> load Standard only for all PowerShell

I've removed the logic where Standard would always get loaded even if Default/Core was also provided which could lead to unexpected behavior.

  • Added ability to build libraries on demand (when using -BuildLibraries). Requires more testing.
  • Cleaned code a bit, moved things around
  • Added ability to ResolveBinaryConflicts (when using -ResolveBinaryConflicts). Requires more testing. Visible in project ImagePlayground
  • Removed need for DirectoryProjects in $Configuration.Information - if not present it will get the value itself

New Contributors

Full Changelog: v0.9.50...v0.9.52

v0.9.51

26 Sep 21:10
20ec871
Compare
Choose a tag to compare
Improves ReleasesUnpacked

v0.9.50

15 Sep 20:14
20ec871
Compare
Choose a tag to compare
Improves ReleasesUnpacked

v0.9.49

28 Aug 16:19
a41c5f8
Compare
Choose a tag to compare
Version bump

v0.9.48

28 Aug 15:32
26d7af3
Compare
Choose a tag to compare
Version bumps

v0.9.47

28 Aug 13:54
bbf9a77
Compare
Choose a tag to compare
some docs update

v0.9.46

27 Jul 19:26
5d3aa3d
Compare
Choose a tag to compare
Version reorder