Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53fb036

Browse files
committed
update
1 parent b8fb3d6 commit 53fb036

4 files changed

Lines changed: 20 additions & 17 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2024 Robin Stolpe.
3+
Copyright (C) 2025 Robin Widmark.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MaintainModule/MaintainModule.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
RootModule = '.\MaintainModule.psm1'
3737

3838
# Version number of this module.
39-
ModuleVersion = '2.0.4'
39+
ModuleVersion = '2.0.5'
4040

4141
# Supported PSEditions
4242
# CompatiblePSEditions = @()

MaintainModule/MaintainModule.psm1

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@ Function Uninstall-rsModule {
4545
# This will uninstall all older versions of all modules in the system
4646
4747
.LINK
48-
https://github.com/rstolpe/MaintainModule/blob/main/README.md
48+
https://github.com/rwidmark/MaintainModule/blob/main/README.md
4949
5050
.NOTES
5151
Author: Robin Widmark
5252
53-
Twitter: https://twitter.com/rstolpes
54-
Linkedin: https://www.linkedin.com/in/rstolpe/
5553
Website/Blog: https://widmark.dev
56-
GitHub: https://github.com/rstolpe
57-
PSGallery: https://www.powershellgallery.com/profiles/rstolpe
54+
X: https://x.com/widmark_robin
55+
Mastodon: https://mastodon.social/@rwidmark
56+
YouTube: https://www.youtube.com/@rwidmark
57+
Linkedin: https://www.linkedin.com/in/rwidmark/
58+
GitHub: https://github.com/rwidmark
5859
#>
5960

6061
[CmdletBinding(SupportsShouldProcess)]
@@ -226,7 +227,7 @@ Function Update-rsModule {
226227
# This will update the modules PowerCLI and ImportExcel and delete all of the old versions that are installed of PowerCLI and ImportExcel and then import the modules.
227228
228229
.LINK
229-
https://github.com/rstolpe/MaintainModule/blob/main/README.md
230+
https://github.com/rwidmark/MaintainModule/blob/main/README.md
230231
231232
.NOTES
232233
Author: Robin Widmark

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![GitHub](https://img.shields.io/github/license/rstolpe/MaintainModule?style=plastic)
2-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rstolpe/MaintainModule?sort=semver&style=plastic) ![Last release](https://img.shields.io/github/release-date/rstolpe/MaintainModule?style=plastic)
3-
![GitHub last commit](https://img.shields.io/github/last-commit/rstolpe/MaintainModule?style=plastic)
1+
![GitHub](https://img.shields.io/github/license/rwidmark/MaintainModule?style=plastic)
2+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rwidmark/MaintainModule?sort=semver&style=plastic) ![Last release](https://img.shields.io/github/release-date/rwidmark/MaintainModule?style=plastic)
3+
![GitHub last commit](https://img.shields.io/github/last-commit/rwidmark/MaintainModule?style=plastic)
44
![PSGallery downloads](https://img.shields.io/powershellgallery/dt/MaintainModule?style=plastic)
55

66
# MaintainModule
@@ -19,14 +19,16 @@ Works on all OS versions.
1919
- Update / install Pre-release
2020

2121
## Dependencies
22-
- Module also require that you have my service module installed, [rsServiceModule](https://github.com/rstolpe/rsServiceModule)
22+
- Module also require that you have my service module installed, [rsServiceModule](https://github.com/rwidmark/rsServiceModule)
2323

2424
# Links
25-
* [My PowerShell Collection](https://github.com/rstolpe/PSCollection)
26-
* [Webpage/Blog](https://www.stolpe.io)
27-
* [Twitter](https://twitter.com/rstolpes)
28-
* [LinkedIn](https://www.linkedin.com/in/rstolpe/)
29-
* [PowerShell Gallery](https://www.powershellgallery.com/profiles/rstolpe)
25+
* [My PowerShell Collection](https://github.com/rwidmark/PSCollection)
26+
* [Webpage/Blog](https://widmark.dev)
27+
* [X](https://twitter.com/widmark_robin)
28+
* [Mastodon](https://mastodon.social/@rwidmark)
29+
* [YouTube](https://www.youtube.com/@rwidmark)
30+
* [LinkedIn](https://www.linkedin.com/in/rwidmark/)
31+
* [GitHub](https://github.com/rwidmark)
3032

3133

3234
## Notes

0 commit comments

Comments
 (0)