Skip to content

Commit

Permalink
Added missing license file.
Browse files Browse the repository at this point in the history
Updated build tooling version.
  • Loading branch information
mwadams committed Sep 19, 2024
1 parent e6d87be commit 5ffbce1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Solutions/Corvus.Json.Benchmarking/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@
"resolved": "17.12.35209.2",
"contentHash": "4zjVbCbmOwgY56TO9MZX5o2Amy3uwL4iBqktg0ouWlxt90BRoUh7X50nq6ypKsbf0QSzK1lV5Tm/hwa06Z3AqA=="
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.4, )",
"resolved": "4.12.4",
"contentHash": "isl8hAh7yFNjyBEC4YlTSi+xGBblqBUC/2MCMmnBPwuXPewb7XYnMRzT3vXbP/gOGwT8hZUOy1g/aRH3lAF/NQ=="
},
"StyleCop.Analyzers": {
"type": "Direct",
"requested": "[1.2.0-beta.556, )",
"resolved": "1.2.0-beta.556",
"contentHash": "llRPgmA1fhC0I0QyFLEcjvtM2239QzKr/tcnbsjArLMJxJlu0AA5G7Fft0OI30pHF3MW63Gf4aSSsjc5m82J1Q==",
"dependencies": {
"StyleCop.Analyzers.Unstable": "1.2.0.556"
}
},
"System.Text.Json": {
"type": "Direct",
"requested": "[9.0.0-rc.1.24431.7, )",
Expand Down Expand Up @@ -440,6 +455,11 @@
"resolved": "0.3.17",
"contentHash": "FQgtCoF2HFwvzKWulAwBS5BGLlh8pgbrJtOp47jyBwh2CW16juVtacN1azOA2BqdrJXkXTNLNRMo7ZlHHiuAnA=="
},
"StyleCop.Analyzers.Unstable": {
"type": "Transitive",
"resolved": "1.2.0.556",
"contentHash": "zvn9Mqs/ox/83cpYPignI8hJEM2A93s2HkHs8HYMOAQW0PkampyoErAiIyKxgTLqbbad29HX/shv/6LGSjPJNQ=="
},
"System.Buffers": {
"type": "Transitive",
"resolved": "4.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Description>Provides an IDocumentResolver for Corvus code generation that uses an HttpClient.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.13">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ param (
[version] $BuildModuleVersion = "1.5.9",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.10.3"
[version] $InvokeBuildModuleVersion = "5.11.3"
)

$ErrorActionPreference = $ErrorActionPreference ? $ErrorActionPreference : 'Stop'
Expand Down

0 comments on commit 5ffbce1

Please sign in to comment.