Skip to content

Releases: EvotecIT/PSPublishModule

v2.0.26

05 Nov 08:29
0abadda

Choose a tag to compare

Merge pull request #44 from EvotecIT/PowerGuardian

v2.0.25

28 Oct 07:03
f63b3c3

Choose a tag to compare

Merge pull request #39 from EvotecIT/SmallImprovements

v2.0.24

15 Aug 15:35
3b1f237

Choose a tag to compare

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

10 Aug 15:50
04957ae

Choose a tag to compare

What's Changed

Full Changelog: v2.0.22...v2.0.23

v2.0.22

07 Jul 09:09
c6b5b8c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.21...v2.0.22

v2.0.21

25 Jun 14:59
e065fba

Choose a tag to compare

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

20 Jun 15:53
d404f91

Choose a tag to compare

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

17 Jun 07:42
084b5d4

Choose a tag to compare

What's Changed

Full Changelog: v2.0.18...v2.0.19

v2.0.18

06 Jun 12:40
079f799

Choose a tag to compare

What's new

  • Update to docs and small logic improved for Get-ProjectVersion and Set-ProjectVersion

v2.0.17

28 May 18:44
b136c79

Choose a tag to compare

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-ProjectVersion cmdlet to allow for setting version of the project across (csproj/psd1/ps1) files for consistency in multi-file projects
  • Added Get-ProjectVersion cmdlet 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 Build

Full Changelog: v2.0.16...v2.0.17