Skip to content

Releases: EvotecIT/PSSharedGoods

v0.0.272

15 Dec 14:45
7a079d3
Compare
Choose a tag to compare
Bump version

v0.0.271

12 Dec 19:34
c65a973
Compare
Choose a tag to compare
Update changelog

v0.0.270

12 Dec 14:22
d33cea4
Compare
Choose a tag to compare
Refactor Join-UriQuery to include System.Web namespace for improved U…

v0.0.269

23 Nov 18:59
e444131
Compare
Choose a tag to compare
update changelog

v0.0.268

22 Nov 09:42
85ff593
Compare
Choose a tag to compare
refactor Get-FileInformation function and improve readability

The Get-FileInformation function has been refactored to improve readability and maintainability. The code has been updated to use the -LiteralPath parameter instead of $File for consistency and clarity. The code now returns a custom object with Name, FullName, Size, IsReadOnly, and LastWriteTime properties, making it easier to work with the file information. This change simplifies the code and enhances its overall usability. No newline character at the end of file.

v0.0.267

28 Oct 19:24
240c723
Compare
Choose a tag to compare
Bump version

v0.0.266

18 Sep 06:20
cf7b9aa
Compare
Choose a tag to compare

What's new

  • Update Convert-Office365License to support new licenses based on the website from Microsoft, rather than manual input

Full Changelog: v0.0.265...v0.0.266

v0.0.265

22 Aug 07:05
9a566f0
Compare
Choose a tag to compare

What's new

  • Update Copy-Dictionary to support PS7.4 which disables BinaryFormatter by default (breaking change - the output may be different a bit)
  • Update Get-GitHubLatestRelease fixes a typo
  • Update Get-GitHubVersion to return unknown value
  • Added Format-Dictionary to sort hashtable by key or by value

Full Changelog: v0.0.264...v0.0.265

v0.0.264

23 May 07:48
d32b868
Compare
Choose a tag to compare
Bump version

v0.0.263

08 May 09:44
80cbf10
Compare
Choose a tag to compare
Update changelog