XmlDoc2CmdletDoc 0.4.0-dotnetcore0001
dotnet add package XmlDoc2CmdletDoc --version 0.4.0-dotnetcore0001
NuGet\Install-Package XmlDoc2CmdletDoc -Version 0.4.0-dotnetcore0001
<PackageReference Include="XmlDoc2CmdletDoc" Version="0.4.0-dotnetcore0001"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add XmlDoc2CmdletDoc --version 0.4.0-dotnetcore0001
#r "nuget: XmlDoc2CmdletDoc, 0.4.0-dotnetcore0001"
// Install XmlDoc2CmdletDoc as a Cake Addin #addin nuget:?package=XmlDoc2CmdletDoc&version=0.4.0-dotnetcore0001&prerelease // Install XmlDoc2CmdletDoc as a Cake Tool #tool nuget:?package=XmlDoc2CmdletDoc&version=0.4.0-dotnetcore0001&prerelease
Tool used to generate .dll-Help.xml help files for binary PowerShell modules from XML Doc comments. Licensed under the terms of the new 3-clause BSD license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (9)
Showing the top 5 popular GitHub repositories that depend on XmlDoc2CmdletDoc:
Repository | Stars |
---|---|
googleprojectzero/sandbox-attacksurface-analysis-tools
Set of tools to analyze Windows sandboxes for exposed attack surface.
|
|
microsoft/Intune-PowerShell-SDK
Native PowerShell support for invoking Microsoft Intune Graph API to enable IT Pro scenario automation.
|
|
lordmilko/PrtgAPI
C#/PowerShell interface for PRTG Network Monitor
|
|
x41sec/browser-security-whitepaper-2017
X41 Browser Security White Paper - Tools and PoCs
|
|
neos-sdi/adfsmfa
MFA for ADFS 2022/2019/2016/2012r2
|
Version | Downloads | Last updated |
---|---|---|
0.4.0-dotnetcore0001 | 6,731 | 7/14/2020 |
0.4.0-dotnetcore0000 | 1,402 | 7/8/2020 |
0.3.0 | 91,115 | 7/8/2020 |
0.2.13 | 33,717 | 8/5/2019 |
0.2.12 | 18,536 | 3/5/2019 |
0.2.11 | 1,051 | 3/5/2019 |
0.2.10 | 36,679 | 1/9/2018 |
0.2.9 | 15,017 | 9/22/2017 |
0.2.8 | 1,435 | 9/11/2017 |
0.2.7 | 13,738 | 2/3/2017 |
0.2.6 | 1,499 | 1/16/2017 |
0.2.5 | 1,801 | 11/19/2016 |
0.2.4 | 4,062 | 7/16/2016 |
0.2.3 | 6,357 | 4/29/2016 |
0.2.2 | 1,479 | 4/27/2016 |
0.2.1 | 1,324 | 4/14/2016 |
0.2.0 | 1,449 | 4/12/2016 |
# 0.4.0
- Added support for .NET Standard 2.0, .NET Core 2.1 and .NET Core 3.1. Increased the minimum supported .NET Framework version from 4.5 to 4.6.1.
# 0.3.0
- Use Microsoft.PowerShell.5.ReferenceAssemblies instead of a legacy version of System.Management.Automation.
- Added support for globbing/wildcards based on the presence of SupportsWildcardsAttribute.
# 0.2.13
- Correctly resolve type descriptions for array-typed parameters.
# 0.2.12
- Extended the support for documenting parameters of type `Enum` to include parameters of type `IEnumerable<T> where T : Enum`.
# 0.2.11
- Added support for dynamic parameters.
# 0.2.10
- Parameters marked with the [Obsolete] attribute no longer appear in the cmdlet syntax summary, though it's still possible to provide help text for the parameter, which can be viewed using the `-Parameter` switch of the `Get-Help` cmdlet.
- Added support for excluding parameter sets by name, via a new command-line option and corresponding msbuild property.
# 0.2.9
- Fixed issue #39. Corrected a regression for the default value of string parameters.
# 0.2.8
- Partially addressed issues #33 and #37. Slightly improved handling of default values and array parameters. More work is required in this area, though.
# 0.2.7
- Fixed issue #31. MSBuild task now accommodates binary modules that are specifically targeted at only x86 or x64 architectures.
# 0.2.6
- Fixed issue #28. Ensure that help syntax is correctly displayed for parameterless cmdlets.
# 0.2.5
- Added limited support for documenting dynamic parameters. If a cmdlet implements IDynamicParameters, and its GetDynamicParameters method returns an instance of a nested type within the cmdlet, then help documentation will be extracted from the nested type's XML Doc comments.
# 0.2.4
- Fixed issue #22. When encountering a Parameter with no getter, XmlDoc2CmdletDoc now records a warning that the default value for the Parameter cannot be obtained. Previously this raised a fatal exception.
# 0.2.3
- XmlDoc2CmdletDoc now executes prior to the AfterBuild target, rather than prior to the PostBuildEvent target, to give developers the option to copy files around in either target, rather than only in the latter.
# 0.2.2
- Fixed issue #19: Help for cmdlet parameters is now explicitly ordered by Position, then Required, then Name, rather than relying on the arbitrary order of Type.GetMembers.
# 0.2.1
- First public release.