File tree Expand file tree Collapse file tree
third-party-libraries/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Requires -Version "7.0 "
22# Requires -Modules @ { ModuleName = " InvokeBuild" ; ModuleVersion = " 5.11.3" }
3- # Requires -Modules @ { ModuleName = " ThirdPartyLibraries" ; ModuleVersion = " 3.6 .0" }
3+ # Requires -Modules @ { ModuleName = " ThirdPartyLibraries" ; ModuleVersion = " 3.8 .0" }
44
55[CmdletBinding ()]
66param (
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.appsettings.json" ,
23 "nuget.org" : {
34 "allowToUseLocalCache" : true ,
45 "downloadPackageIntoRepository" : false ,
6566 ]
6667 }
6768 ]
69+ },
70+ "repository" : {
71+ "remarks.md" : {
72+ "keepEmptyFile" : false
73+ },
74+ "third-party-notices.txt" : {
75+ "keepEmptyFile" : " IfRequiredByLicense"
76+ }
6877 }
6978}
Original file line number Diff line number Diff line change @@ -15,25 +15,27 @@ Description
1515-----------
1616{{Description}}
1717
18+ {%- if Remarks -%}
1819Remarks
1920-----------
2021{{Remarks}}
2122
23+ {%- endif -%}
2224{%- if ThirdPartyNotices -%}
2325Third party notices
2426-----------
2527{{ThirdPartyNotices}}
26- {%- endif -%}
2728
29+ {%- endif -%}
30+ {%- if DependenciesCount > 0 -%}
2831Dependencies {{DependenciesCount}}
2932-----------
3033
31- {%- if DependenciesCount > 0 -%}
3234|Name|Version|
3335|----------|:----|
3436{%- for dependency in Dependencies -%}
3537|[{{dependency.Name}}]({{dependency.LocalHRef}})|{{dependency.Version}}|
3638{%- endfor -%}
37- {%- endif -%}
3839
40+ {%- endif -%}
3941*This page was generated by a tool.*
You can’t perform that action at this time.
0 commit comments