Skip to content

Commit e9ce4c1

Browse files
Merge pull request #70 from max-ieremenko/update/ThirdPartyLibraries
update ThirdPartyLibraries tool
2 parents 2a13771 + f9dc402 commit e9ce4c1

225 files changed

Lines changed: 75 additions & 382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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()]
66
param (

Build/third-party-libraries/configuration/appsettings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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,
@@ -65,5 +66,13 @@
6566
]
6667
}
6768
]
69+
},
70+
"repository": {
71+
"remarks.md": {
72+
"keepEmptyFile": false
73+
},
74+
"third-party-notices.txt": {
75+
"keepEmptyFile": "IfRequiredByLicense"
76+
}
6877
}
6978
}

Build/third-party-libraries/configuration/nuget.org-readme-template.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,27 @@ Description
1515
-----------
1616
{{Description}}
1717

18+
{%- if Remarks -%}
1819
Remarks
1920
-----------
2021
{{Remarks}}
2122

23+
{%- endif -%}
2224
{%- if ThirdPartyNotices -%}
2325
Third party notices
2426
-----------
2527
{{ThirdPartyNotices}}
26-
{%- endif -%}
2728

29+
{%- endif -%}
30+
{%- if DependenciesCount > 0 -%}
2831
Dependencies {{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.*

Build/third-party-libraries/licenses/apache-2.0/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "Apache-2.0",
34
"FullName": "Apache License 2.0",
45
"RequiresApproval": false,

Build/third-party-libraries/licenses/bsd-2-clause/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "BSD-2-Clause",
34
"FullName": "BSD 2-Clause \"Simplified\" License",
45
"RequiresApproval": false,

Build/third-party-libraries/licenses/bsd-3-clause/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "BSD-3-Clause",
34
"FullName": "BSD 3-Clause \"New\" or \"Revised\" License",
45
"RequiresApproval": false,

Build/third-party-libraries/licenses/mit/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "MIT",
34
"FullName": "MIT License",
45
"RequiresApproval": false,

Build/third-party-libraries/licenses/ms-net-library/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "ms-net-library",
34
"FullName": "MICROSOFT .NET LIBRARY",
45
"RequiresApproval": false,

Build/third-party-libraries/licenses/postgresql/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.license-index.json",
23
"Code": "PostgreSQL",
34
"FullName": "PostgreSQL License",
45
"RequiresApproval": false,

Build/third-party-libraries/packages/nuget.org/castle.core/5.1.1/index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json",
23
"Source": "https://api.nuget.org/v3/index.json",
34
"License": {
45
"Code": "Apache-2.0",
@@ -31,13 +32,11 @@
3132
},
3233
{
3334
"Subject": "repository",
34-
"Code": null,
3535
"HRef": "https://github.com/castleproject/Core",
3636
"Description": "License code NOASSERTION"
3737
},
3838
{
3939
"Subject": "project",
40-
"Code": null,
4140
"HRef": "http://www.castleproject.org/"
4241
}
4342
]

0 commit comments

Comments
 (0)