Skip to content

Commit

Permalink
Update Analytics library (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Nov 7, 2024
1 parent 5617151 commit 9df168c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions TeachingRecordSystem/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
<DefaultItemExcludesInProjectFolder>$(DefaultItemExcludesInProjectFolder);packages.lock.json</DefaultItemExcludesInProjectFolder> <!-- https://github.com/dotnet/sdk/issues/25294 -->
<DefaultItemExcludesInProjectFolder>$(DefaultItemExcludesInProjectFolder);packages.lock.json</DefaultItemExcludesInProjectFolder>
<!-- https://github.com/dotnet/sdk/issues/25294 -->
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.1.2" />
Expand All @@ -14,7 +15,7 @@
<PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="CsvHelper" Version="30.1.0" />
<PackageVersion Include="dbup-sqlserver" Version="5.0.37" />
<PackageVersion Include="Dfe.Analytics" Version="0.2.3" />
<PackageVersion Include="Dfe.Analytics" Version="0.2.4" />
<PackageVersion Include="DistributedLock.Azure" Version="1.0.0" />
<PackageVersion Include="DistributedLock.FileSystem" Version="1.0.2" />
<PackageVersion Include="EFCore.NamingConventions" Version="8.0.3" />
Expand Down Expand Up @@ -100,4 +101,4 @@
<PackageVersion Include="Xunit.DependencyInjection" Version="8.9.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
</Project>
</Project>
Binary file removed TeachingRecordSystem/lib/Dfe.Analytics.0.2.3.nupkg
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"Dfe.Analytics": {
"type": "Direct",
"requested": "[0.2.3, )",
"resolved": "0.2.3",
"contentHash": "BCAchAqut4iapKaJy3cEuMUpR4PmzprBSS9GKFNJ+U4DNJChS2P4wzcxGhuYa9EToNoBwJ+pQP9EiqhKNClNsg==",
"requested": "[0.2.4, )",
"resolved": "0.2.4",
"contentHash": "b5NGUtfkKyO0F1vEdFafykXDbAu1L4owBh3qUy1vakbm/aE5J4Mc4o+xXkktH78oYemz3SUXrPJwLs78v+g2vA==",
"dependencies": {
"Google.Cloud.BigQuery.V2": "[3.0.0, 4.0.0)",
"Microsoft.Extensions.Configuration": "[8.0.0, 9.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@
"teachingrecordsystem.authorizeaccess": {
"type": "Project",
"dependencies": {
"Dfe.Analytics": "[0.2.3, )",
"Dfe.Analytics": "[0.2.4, )",
"GovUk.Frontend.AspNetCore": "[2.0.1, )",
"GovUk.OneLogin.AspNetCore": "[0.3.1, )",
"Humanizer.Core": "[2.14.1, )",
Expand Down Expand Up @@ -2666,9 +2666,9 @@
},
"Dfe.Analytics": {
"type": "CentralTransitive",
"requested": "[0.2.3, )",
"resolved": "0.2.3",
"contentHash": "BCAchAqut4iapKaJy3cEuMUpR4PmzprBSS9GKFNJ+U4DNJChS2P4wzcxGhuYa9EToNoBwJ+pQP9EiqhKNClNsg==",
"requested": "[0.2.4, )",
"resolved": "0.2.4",
"contentHash": "b5NGUtfkKyO0F1vEdFafykXDbAu1L4owBh3qUy1vakbm/aE5J4Mc4o+xXkktH78oYemz3SUXrPJwLs78v+g2vA==",
"dependencies": {
"Google.Cloud.BigQuery.V2": "[3.0.0, 4.0.0)",
"Microsoft.Extensions.Configuration": "[8.0.0, 9.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@
"teachingrecordsystem.authorizeaccess": {
"type": "Project",
"dependencies": {
"Dfe.Analytics": "[0.2.3, )",
"Dfe.Analytics": "[0.2.4, )",
"GovUk.Frontend.AspNetCore": "[2.0.1, )",
"GovUk.OneLogin.AspNetCore": "[0.3.1, )",
"Humanizer.Core": "[2.14.1, )",
Expand Down Expand Up @@ -2650,9 +2650,9 @@
},
"Dfe.Analytics": {
"type": "CentralTransitive",
"requested": "[0.2.3, )",
"resolved": "0.2.3",
"contentHash": "BCAchAqut4iapKaJy3cEuMUpR4PmzprBSS9GKFNJ+U4DNJChS2P4wzcxGhuYa9EToNoBwJ+pQP9EiqhKNClNsg==",
"requested": "[0.2.4, )",
"resolved": "0.2.4",
"contentHash": "b5NGUtfkKyO0F1vEdFafykXDbAu1L4owBh3qUy1vakbm/aE5J4Mc4o+xXkktH78oYemz3SUXrPJwLs78v+g2vA==",
"dependencies": {
"Google.Cloud.BigQuery.V2": "[3.0.0, 4.0.0)",
"Microsoft.Extensions.Configuration": "[8.0.0, 9.0.0)",
Expand Down

0 comments on commit 9df168c

Please sign in to comment.