Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/legal/CREDITS.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"link": "https://github.com/chocolatey/choco",
"licenseName": "LICENSE",
"licenseLink": "https://github.com/chocolatey/choco/blob/master/LICENSE",
"version": "2.7.0",
"dependencies": [
{
"name": "7-Zip",
Expand Down Expand Up @@ -57,11 +56,11 @@
{
"name": "log4net",
"link": "https://github.com/apache/logging-log4net",
"version": "rel/3.2.0",
"version": "rel/3.3.1",
"licenses": [
{
"type": "Apache-2.0",
"link": "https://github.com/apache/logging-log4net/blob/5e9e2b0ea8a57a441e779d23429f6759a06d93ce/LICENSE",
"link": "https://github.com/apache/logging-log4net/blob/7fcc7f425b81b9df7c8a8719ed90953b938cd10e/LICENSE",
"name": "LICENSE"
}
]
Expand Down
6 changes: 3 additions & 3 deletions docs/legal/CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Chocolatey uses a number of 3rd party components. Their details are below.
* [Apache v2.0 License](#apache-v20-license-1)
* [Checksum@0.3.1](#checksum031)
* [Chocolatey.NuGet.Client@3.5.0](#chocolateynugetclient350)
* [log4net@rel/3.2.0](#log4netrel320)
* [log4net@rel/3.3.1](#log4netrel331)
* [BSD-3-Clause](#bsd-3-clause-1)
* [Rhino.Licensing@1.4.1](#rhinolicensing141)
* [MIT License](#mit-license-1)
Expand Down Expand Up @@ -297,9 +297,9 @@ https://www.apache.org/licenses/LICENSE-2.0

[Chocolatey.NuGet.Client](https://github.com/NuGet/NuGet.Client) [(modified)](https://github.com/chocolatey/NuGet.Client) - [License terms.](https://github.com/chocolatey/NuGet.Client/blob/d08e5cc246b384fd424e99371168d7cf4534723e/LICENSE.txt)

#### log4net@rel/3.2.0
#### log4net@rel/3.3.1

[log4net](https://github.com/apache/logging-log4net) - [License terms.](https://github.com/apache/logging-log4net/blob/5e9e2b0ea8a57a441e779d23429f6759a06d93ce/LICENSE)
[log4net](https://github.com/apache/logging-log4net) - [License terms.](https://github.com/apache/logging-log4net/blob/7fcc7f425b81b9df7c8a8719ed90953b938cd10e/LICENSE)

### BSD-3-Clause

Expand Down
Binary file modified docs/legal/CREDITS.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/chocolatey/chocolatey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<ItemGroup>
<PackageReference Include="AlphaFS" Version="2.2.6" />
<PackageReference Include="Chocolatey.NuGet.PackageManagement" Version="3.5.0" />
<PackageReference Include="log4net" Version="3.2.0" />
<PackageReference Include="log4net" Version="3.3.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers">
<Version>3.3.4</Version>
Expand Down
Loading