File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed
Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1+ ## Servers101 0.1.1:
2+
3+ * New Servers:
4+ * MethodSwitchServer (#9 )
5+ * SwitchRegexServer (#11 )
6+ * Fixed
7+ * ContentType in Server101 (#10 )
8+
9+ ---
10+
111## Servers101 0.1:
212
313* Initial Release of Servers101
919 * ` DebugServer ` (#5 )
1020 * ` EventServer ` (#6 )
1121 * ` DualEventServer ` (#7 )
12-
22+
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ Feel free to [contribute](contributing.md) and add your own.
2424* [ DebugServer.ps1] ( /Servers/DebugServer.ps1 )
2525* [ DualEventServer.ps1] ( /Servers/DualEventServer.ps1 )
2626* [ EventServer.ps1] ( /Servers/EventServer.ps1 )
27+ * [ MethodSwitchServer.ps1] ( /Servers/MethodSwitchServer.ps1 )
2728* [ Server101.ps1] ( /Servers/Server101.ps1 )
28- * [ SwitchServer .ps1] ( /Servers/SwitchServer .ps1 )
29+ * [ SwitchRegexServer .ps1] ( /Servers/SwitchRegexServer .ps1 )
2930
3031## Using this module
3132
Original file line number Diff line number Diff line change 1212RootModule = ' Servers101.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.1'
15+ ModuleVersion = ' 0.1.1 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -108,6 +108,16 @@ PrivateData = @{
108108
109109 # ReleaseNotes of this module
110110 ReleaseNotes = @'
111+ ## Servers101 0.1.1:
112+
113+ * New Servers:
114+ * MethodSwitchServer (#9)
115+ * SwitchRegexServer (#11)
116+ * Fixed
117+ * ContentType in Server101 (#10)
118+
119+ ---
120+
111121## Servers101 0.1:
112122
113123* Initial Release of Servers101
@@ -119,8 +129,6 @@ PrivateData = @{
119129 * `DebugServer` (#5)
120130 * `EventServer` (#6)
121131 * `DualEventServer` (#7)
122-
123-
124132'@
125133
126134 # Prerelease string of this module
You can’t perform that action at this time.
0 commit comments