Releases: EvotecIT/PSPublishModule
Releases · EvotecIT/PSPublishModule
v1.0.0
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
Full Changelog: v0.9.53...v0.9.54
v0.9.53
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
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
- @PrzemyslawKlys made their first contribution in #3
Full Changelog: v0.9.50...v0.9.52
v0.9.51
Improves ReleasesUnpacked
v0.9.50
Improves ReleasesUnpacked
v0.9.49
Version bump
v0.9.48
Version bumps
v0.9.47
some docs update
v0.9.46
Version reorder