Skip to content

Commit ca69370

Browse files
update internal dependencies
update internal dependencies
2 parents 8bec505 + 25059a6 commit ca69370

237 files changed

Lines changed: 1561 additions & 2994 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/third-party-libraries/packages/nuget.org/castle.core/4.4.0/package.nuspec

Lines changed: 0 additions & 49 deletions
This file was deleted.

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/readme.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/index.json renamed to Build/third-party-libraries/packages/nuget.org/castle.core/5.1.0/index.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,8 @@
1616
],
1717
"Dependencies": [
1818
{
19-
"Name": "System.Collections.Specialized",
20-
"Version": "4.3.0"
21-
},
22-
{
23-
"Name": "System.ComponentModel",
24-
"Version": "4.3.0"
25-
},
26-
{
27-
"Name": "System.ComponentModel.TypeConverter",
28-
"Version": "4.3.0"
29-
},
30-
{
31-
"Name": "System.Dynamic.Runtime",
32-
"Version": "4.3.0"
33-
},
34-
{
35-
"Name": "System.Reflection.TypeExtensions",
36-
"Version": "4.3.0"
37-
},
38-
{
39-
"Name": "System.Xml.XmlDocument",
40-
"Version": "4.3.0"
19+
"Name": "System.Diagnostics.EventLog",
20+
"Version": "4.7.0"
4121
}
4222
]
4323
}
@@ -46,7 +26,7 @@
4626
{
4727
"Subject": "package",
4828
"Code": "Apache-2.0",
49-
"HRef": "http://www.apache.org/licenses/LICENSE-2.0.html",
29+
"HRef": "https://licenses.nuget.org/Apache-2.0",
5030
"Description": null
5131
},
5232
{

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/repository-LICENSE renamed to Build/third-party-libraries/packages/nuget.org/castle.core/5.1.0/package-LICENSE

File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Castle.Core</id>
5+
<version>5.1.0</version>
6+
<authors>Castle Project Contributors</authors>
7+
<license type="expression">Apache-2.0</license>
8+
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
9+
<icon>castle-logo.png</icon>
10+
<projectUrl>http://www.castleproject.org/</projectUrl>
11+
<iconUrl>http://www.castleproject.org/img/castle-logo.png</iconUrl>
12+
<description>Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter</description>
13+
<copyright>Copyright (c) 2004-2022 Castle Project - http://www.castleproject.org/</copyright>
14+
<tags>castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender</tags>
15+
<repository type="git" url="https://github.com/castleproject/Core" />
16+
<dependencies>
17+
<group targetFramework=".NETFramework4.6.2" />
18+
<group targetFramework="net6.0">
19+
<dependency id="System.Diagnostics.EventLog" version="6.0.0" exclude="Build,Analyzers" />
20+
</group>
21+
<group targetFramework=".NETStandard2.0">
22+
<dependency id="System.Diagnostics.EventLog" version="4.7.0" exclude="Build,Analyzers" />
23+
<dependency id="System.Reflection.Emit" version="4.7.0" exclude="Build,Analyzers" />
24+
</group>
25+
<group targetFramework=".NETStandard2.1">
26+
<dependency id="System.Diagnostics.EventLog" version="4.7.0" exclude="Build,Analyzers" />
27+
</group>
28+
</dependencies>
29+
<frameworkAssemblies>
30+
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.6.2" />
31+
</frameworkAssemblies>
32+
</metadata>
33+
</package>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Castle.Core [5.1.0](https://www.nuget.org/packages/Castle.Core/5.1.0)
2+
--------------------
3+
4+
Used by: SqlDatabase internal
5+
6+
Target frameworks: net472, net5.0, net6.0, net7.0, netcoreapp3.1
7+
8+
License: [Apache-2.0](../../../../licenses/apache-2.0)
9+
10+
- package license: [Apache-2.0](https://licenses.nuget.org/Apache-2.0)
11+
- repository license: [Unknown](https://github.com/castleproject/Core) , License should be verified on https://github.com/castleproject/Core
12+
- project license: [Unknown](http://www.castleproject.org/) , License should be verified on http://www.castleproject.org/
13+
14+
Description
15+
-----------
16+
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
17+
18+
Remarks
19+
-----------
20+
no remarks
21+
22+
23+
Dependencies 1
24+
-----------
25+
26+
|Name|Version|
27+
|----------|:----|
28+
|[System.Diagnostics.EventLog](../../../../packages/nuget.org/system.diagnostics.eventlog/4.7.0)|4.7.0|
29+
30+
*This page was generated by a tool.*

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/remarks.md renamed to Build/third-party-libraries/packages/nuget.org/castle.core/5.1.0/remarks.md

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/package-LICENSE renamed to Build/third-party-libraries/packages/nuget.org/castle.core/5.1.0/repository-LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2004-2016 Castle Project - http://www.castleproject.org/
1+
Copyright 2004-2021 Castle Project - http://www.castleproject.org/
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

Build/third-party-libraries/packages/nuget.org/castle.core/4.4.0/third-party-notices.txt renamed to Build/third-party-libraries/packages/nuget.org/castle.core/5.1.0/third-party-notices.txt

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/diffengine/6.4.9/index.json renamed to Build/third-party-libraries/packages/nuget.org/diffengine/10.0.0/index.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
"Dependencies": [
1818
{
1919
"Name": "EmptyFiles",
20-
"Version": "2.3.3"
20+
"Version": "2.8.0"
21+
},
22+
{
23+
"Name": "System.Management",
24+
"Version": "5.0.0"
2125
}
2226
]
2327
}

0 commit comments

Comments
 (0)