File tree Expand file tree Collapse file tree
Sources/ImagePlayground.PowerShell Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 <PackageReference Include =" CodeGlyphX" Version =" 2.0.0" />
6161 </ItemGroup >
6262
63- <ItemGroup >
64- <!-- This is needed for XmlDoc2CmdletDoc to generate a PowerShell documentation. DLL itself
65- will be removed/hidden -->
66- <PackageReference Include =" MatejKafka.XmlDoc2CmdletDoc" Version =" 0.7.0" >
67- <PrivateAssets >all</PrivateAssets >
68- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
69- </PackageReference >
70- </ItemGroup >
71-
7263 <PropertyGroup >
73- <!-- This is needed for XmlDoc2CmdletDoc to generate a PowerShell documentation. -->
64+ <!-- PowerForge enriches module help from the compiler XML documentation file . -->
7465 <GenerateDocumentationFile >true</GenerateDocumentationFile >
7566 </PropertyGroup >
7667
8273 <Reference Include =" System.Net.Http" />
8374 </ItemGroup >
8475
85- <Target Name =" CopyDocumentationToPublishFolder" AfterTargets =" GenerateDocumentationFile;Publish" >
86- <!-- This is needed for XmlDoc2CmdletDoc to copy a PowerShell documentation file to Publish
87- folder -->
88- <ItemGroup >
89- <DocFiles Include =" $(OutputPath)$(AssemblyName).dll-Help.xml" />
90- </ItemGroup >
91- <Copy SourceFiles =" @(DocFiles)" DestinationFolder =" $(PublishDir)" />
92- </Target >
93-
9476 <ItemGroup >
9577 <PackageReference Include =" PowerShellStandard.Library" Version =" 5.1.1" PrivateAssets =" all" />
9678 </ItemGroup >
You can’t perform that action at this time.
0 commit comments