Skip to content

Releases: EvotecIT/PSPublishModule

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

v0.9.45

23 Jun 06:16
cac504e
Compare
Choose a tag to compare
Prevent error if file doesn't exists

v0.9.44

04 Jun 21:00
cc3f245
Compare
Choose a tag to compare
Version bump

v0.9.43

14 Apr 19:42
1470b50
Compare
Choose a tag to compare
Module update