Skip to content

Commit 46be743

Browse files
author
Robin Stolpe
committed
Updated gitignore and changed some output to verbose instead
1 parent 74896ee commit 46be743

8 files changed

+5
-239
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@
2626
.Trashes
2727
ehthumbs.db
2828
Thumbs.db
29+
RSModuleBuilder.ps1
30+
MaintainModule.psd1.source
2931

3032
*.csproj.user
3133

3234
bin/
3335
obj/
3436
.vs/
3537
.vscode/
36-
.idea/
38+
.idea/
39+
license/

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[string]$apiKey = ""
1010
#
1111
# Changes on every build
12-
[string]$Version = "0.1.4"
12+
[string]$Version = "0.1.5"
1313
[string]$PowerShellVersion = "5.1"
1414
[string]$Tags = '"PowerShell", "macOS", "Windows", "Linux", "support-tool", "sysadmin-tool", "it-tool", "maintain-module", "module-maintenance", "multi-platform", "multiOS"'
1515
[string]$ProcessorArchitecture = ""

help/Uninstall-RSModule.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

help/Update-RSModule.md

Lines changed: 0 additions & 149 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)