File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
ICSharpCode.Decompiler.PowerShell Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,21 @@ Built using https://github.com/PowerShell/PowerShell/blob/master/docs/cmdlet-exa
44
55Sample usage: Demo.ps1
66
7- Tested with: PowerShell 5.1 on Windows, PowerShell Core on Windows and Mac (Beta9)
7+ Tested with: PowerShell 5.1 on Windows, PowerShell 7+ on Windows and Mac
88
99
1010
1111## Missing
1212
13- .psd1 for deploying to https://www.powershellgallery.com/
13+ Publishing to https://www.powershellgallery.com/
1414
15+ * https://learn.microsoft.com/en-us/powershell/gallery/how-to/publishing-packages/publishing-a-package
16+ * https://learn.microsoft.com/en-us/powershell/gallery/concepts/publishing-guidelines
1517
1618## Links for developing PS cmdlets
1719
18- * https://docs.microsoft.com/en-us/powershell/gallery/psgallery/creating-and-publishing-an-item
20+ * https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/how-to-write-a-simple-cmdlet
21+ * https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands
1922* https://github.com/mmaitre314/PowerShellGet-Test-Binary-Module
2023* https://www.red-gate.com/simple-talk/dotnet/net-development/using-c-to-create-powershell-cmdlets-beyond-the-basics/
21- * https://msdn.microsoft.com/en-us/library/dd878294 (v=VS.85).aspx Writing a Windows PowerShell Cmdlet
22- * https://msdn.microsoft.com/en-us/library/ms714428 (v=vs.85).aspx Approved verbs
2324* https://www.google.com/search?q=write+a+module+for+powershell+core
You can’t perform that action at this time.
0 commit comments