Releases: EvotecIT/PSPublishModule
Releases · EvotecIT/PSPublishModule
v2.0.26
v2.0.25
Merge pull request #39 from EvotecIT/SmallImprovements
v2.0.24
What's Changed
- Add advanced module testing examples and enhance core testing functions by @PrzemyslawKlys in #38
Full Changelog: v2.0.23...v2.0.24
v2.0.23
What's Changed
- Add PowerShell compatibility and file consistency checking functions by @PrzemyslawKlys in #36
- Handle duplicate assemblies in MetadataLoadContext by @PrzemyslawKlys in #37
Full Changelog: v2.0.22...v2.0.23
v2.0.22
What's Changed
- Improve Set-ProjectVersion by @PrzemyslawKlys in #35
- Add Convert-FileEncoding function by @PrzemyslawKlys in #31
Full Changelog: v2.0.21...v2.0.22
v2.0.21
What's Changed
- chore: 🔧 Bump module version to 2.0.20 and improve version retrieval … by @PrzemyslawKlys in #34
Full Changelog: v2.0.19...v2.0.21
v2.0.20
What's Changed
- chore: 🔧 Bump module version to 2.0.20 and improve version retrieval … by @PrzemyslawKlys in #34
Full Changelog: v2.0.19...v2.0.20
v2.0.19
What's Changed
- Improve error handling in release utilities by @PrzemyslawKlys in #32
- feat: ✨ Introduce New-DLLHandleRuntime function and integrate runti… by @PrzemyslawKlys in #33
Full Changelog: v2.0.18...v2.0.19
v2.0.18
What's new
- Update to docs and small logic improved for Get-ProjectVersion and Set-ProjectVersion
v2.0.17
What's Changed
- feat: ✨ Add Get-CurrentVersionFromBuildScript function by @PrzemyslawKlys in #30
- Make sure to error out on PSM1 file missing
- Added support for .NET 8.0
- Added
Set-ProjectVersioncmdlet to allow for setting version of the project across (csproj/psd1/ps1) files for consistency in multi-file projects - Added
Get-ProjectVersioncmdlet to allow for getting version of the project across (csproj/psd1/ps1) files for consistency in multi-file projects
Get-ProjectVersion -Path "C:\Support\GitHub\DnsClientX" -ExcludeFolders @('C:\Support\GitHub\DnsClientX\Module\Artefacts')
Set-ProjectVersion -Path "C:\Support\GitHub\DnsClientX" -NewVersion "0.4.0"
Set-ProjectVersion -Path "C:\Support\GitHub\DnsClientX" -VersionType BuildFull Changelog: v2.0.16...v2.0.17