Skip to content

Commit c3769bd

Browse files
committed
update third-party-notices
1 parent 15b9530 commit c3769bd

123 files changed

Lines changed: 2198 additions & 91 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/dapper.strongname/2.1.35/index.json renamed to Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.66/index.json

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.35/package.nuspec renamed to Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.66/package.nuspec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Dapper.StrongName</id>
5-
<version>2.1.35</version>
5+
<version>2.1.66</version>
66
<title>Dapper (Strong Named)</title>
77
<authors>Sam Saffron,Marc Gravell,Nick Craver</authors>
88
<owners>Sam Saffron,Marc Gravell,Nick Craver</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="expression">Apache-2.0</license>
1111
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
1212
<projectUrl>https://github.com/DapperLib/Dapper</projectUrl>
13-
<description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..</description>
13+
<description>A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.</description>
1414
<releaseNotes>https://dapperlib.github.io/Dapper/</releaseNotes>
1515
<copyright>2019 Stack Exchange, Inc.</copyright>
1616
<tags>orm sql micro-orm</tags>
17-
<repository type="git" url="https://github.com/DapperLib/Dapper" commit="360367ca5475425944fb390433cb0f1817ad2dcb" />
17+
<repository type="git" url="https://github.com/DapperLib/Dapper" commit="bd4f75b512de3e00f2c2631d5309961a1ecfea23" />
1818
<dependencies>
19-
<group targetFramework=".NETFramework4.6.1" />
20-
<group targetFramework=".NETFramework5.0" />
21-
<group targetFramework=".NETFramework7.0" />
19+
<group targetFramework=".NETFramework4.6.1">
20+
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.1" exclude="Build,Analyzers" />
21+
</group>
22+
<group targetFramework=".NETFramework8.0" />
2223
<group targetFramework=".NETStandard2.0">
24+
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="9.0.1" exclude="Build,Analyzers" />
2325
<dependency id="System.Reflection.Emit.Lightweight" version="4.7.0" exclude="Build,Analyzers" />
2426
</group>
2527
</dependencies>

Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.35/project-License.txt renamed to Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.66/project-License.txt

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.35/readme.md renamed to Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.66/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Dapper.StrongName [2.1.35](https://www.nuget.org/packages/Dapper.StrongName/2.1.35)
1+
Dapper.StrongName [2.1.66](https://www.nuget.org/packages/Dapper.StrongName/2.1.66)
22
--------------------
33

44
Used by: SqlDatabase internal
@@ -13,6 +13,6 @@ License: [Apache-2.0](../../../../licenses/apache-2.0)
1313

1414
Description
1515
-----------
16-
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
16+
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
1717

1818
*This page was generated by a tool.*

Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.35/repository-License.txt renamed to Build/third-party-libraries/packages/nuget.org/dapper.strongname/2.1.66/repository-License.txt

File renamed without changes.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json",
3+
"Source": "https://api.nuget.org/v3/index.json",
4+
"License": {
5+
"Code": "MIT",
6+
"Status": "AutomaticallyApproved"
7+
},
8+
"UsedBy": [
9+
{
10+
"Name": "SqlDatabase",
11+
"InternalOnly": true,
12+
"TargetFrameworks": [
13+
"net472",
14+
"net8.0",
15+
"net9.0"
16+
],
17+
"Dependencies": [
18+
{
19+
"Name": "System.Diagnostics.DiagnosticSource",
20+
"Version": "5.0.0"
21+
}
22+
]
23+
}
24+
],
25+
"Licenses": [
26+
{
27+
"Subject": "package",
28+
"Code": "MIT",
29+
"HRef": "https://licenses.nuget.org/MIT"
30+
},
31+
{
32+
"Subject": "repository",
33+
"Code": "MIT",
34+
"HRef": "https://github.com/Microsoft/ApplicationInsights-dotnet"
35+
},
36+
{
37+
"Subject": "project",
38+
"HRef": "https://go.microsoft.com/fwlink/?LinkId=392727"
39+
}
40+
]
41+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Microsoft.ApplicationInsights</id>
5+
<version>2.23.0</version>
6+
<title>Application Insights API</title>
7+
<authors>Microsoft</authors>
8+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</projectUrl>
13+
<description>Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</description>
14+
<releaseNotes>You should not use this nuget package for Win Phone, WinStore and UWP applications. It is not supported starting 2.0.0.
15+
For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</releaseNotes>
16+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
17+
<tags>Analytics Azure ApplicationInsights Telemetry Monitoring SDK</tags>
18+
<packageTypes>
19+
<packageType name="Dependency" />
20+
</packageTypes>
21+
<repository type="Git" url="https://github.com/Microsoft/ApplicationInsights-dotnet" commit="2faa7e8b157a431daa2e71785d68abd5fa817b53" />
22+
<dependencies>
23+
<group targetFramework=".NETFramework4.5.2">
24+
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
25+
</group>
26+
<group targetFramework=".NETFramework4.6">
27+
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
28+
</group>
29+
<group targetFramework=".NETStandard2.0">
30+
<dependency id="System.Diagnostics.DiagnosticSource" version="5.0.0" exclude="Build,Analyzers" />
31+
</group>
32+
</dependencies>
33+
<frameworkAssemblies>
34+
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.5.2, .NETFramework4.6" />
35+
</frameworkAssemblies>
36+
</metadata>
37+
</package>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Microsoft.ApplicationInsights [2.23.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.23.0)
2+
--------------------
3+
4+
Used by: SqlDatabase internal
5+
6+
Target frameworks: net472, net8.0, net9.0
7+
8+
License: [MIT](../../../../licenses/mit)
9+
10+
- package license: [MIT](https://licenses.nuget.org/MIT)
11+
- repository license: [MIT](https://github.com/Microsoft/ApplicationInsights-dotnet)
12+
- project license: [Unknown](https://go.microsoft.com/fwlink/?LinkId=392727)
13+
14+
Description
15+
-----------
16+
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
17+
18+
Dependencies 1
19+
-----------
20+
21+
|Name|Version|
22+
|----------|:----|
23+
|[System.Diagnostics.DiagnosticSource](../../../../packages/nuget.org/system.diagnostics.diagnosticsource/5.0.0)|5.0.0|
24+
25+
*This page was generated by a tool.*
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Microsoft
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/max-ieremenko/ThirdPartyLibraries/refs/heads/master/Docs/schema.package-index.json",
3+
"Source": "https://api.nuget.org/v3/index.json",
4+
"License": {
5+
"Code": "MIT",
6+
"Status": "AutomaticallyApproved"
7+
},
8+
"UsedBy": [
9+
{
10+
"Name": "SqlDatabase",
11+
"InternalOnly": true,
12+
"TargetFrameworks": [
13+
"net472",
14+
"net8.0",
15+
"net9.0"
16+
],
17+
"Dependencies": [
18+
{
19+
"Name": "System.Threading.Tasks.Extensions",
20+
"Version": "4.5.4"
21+
}
22+
]
23+
}
24+
],
25+
"Licenses": [
26+
{
27+
"Subject": "package",
28+
"Code": "MIT",
29+
"HRef": "https://licenses.nuget.org/MIT"
30+
},
31+
{
32+
"Subject": "repository",
33+
"Code": "MIT",
34+
"HRef": "https://github.com/dotnet/runtime"
35+
},
36+
{
37+
"Subject": "project",
38+
"HRef": "https://dot.net/"
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)