Skip to content

Commit

Permalink
Bump Analogy.CommonUtilities, Analogy.LogViewer.Interfaces, Analogy.L…
Browse files Browse the repository at this point in the history
…ogViewer.Template, Microsoft.Bcl.HashCode, Newtonsoft.Json and System.Resources.Extensions

Bumps [Analogy.CommonUtilities](https://github.com/Analogy-LogViewer/Analogy.CommonUtilities), [Analogy.LogViewer.Interfaces](https://github.com/Analogy-LogViewer/Analogy.Interfaces), [Analogy.LogViewer.Template](https://github.com/Analogy-LogViewer/Analogy.LogViewer.Template), [Microsoft.Bcl.HashCode](https://github.com/dotnet/maintenance-packages), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [System.Resources.Extensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Analogy.CommonUtilities` from 7.0.0 to 7.1.0
- [Commits](https://github.com/Analogy-LogViewer/Analogy.CommonUtilities/commits)

Updates `Analogy.LogViewer.Interfaces` from 7.0.0.1 to 7.1.0
- [Commits](https://github.com/Analogy-LogViewer/Analogy.Interfaces/commits)

Updates `Analogy.LogViewer.Template` from 7.0.0 to 7.1.0
- [Commits](https://github.com/Analogy-LogViewer/Analogy.LogViewer.Template/commits)

Updates `Microsoft.Bcl.HashCode` from 1.1.1 to 6.0.0
- [Commits](https://github.com/dotnet/maintenance-packages/commits)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `System.Resources.Extensions` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Analogy.CommonUtilities
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Analogy.LogViewer.Interfaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Analogy.LogViewer.Template
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Bcl.HashCode
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Resources.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent cceeb16 commit 4f05049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Analogy.LogViewer.Serilog/Analogy.LogViewer.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.CommonUtilities" Version="7.0.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
<PackageReference Include="Analogy.LogViewer.Template" Version="7.0.0" />
<PackageReference Include="Analogy.CommonUtilities" Version="7.1.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.1.0" />
<PackageReference Include="Analogy.LogViewer.Template" Version="7.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 4f05049

Please sign in to comment.