Skip to content

Commit 4f05049

Browse files
Bump Analogy.CommonUtilities, Analogy.LogViewer.Interfaces, Analogy.LogViewer.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]>
1 parent cceeb16 commit 4f05049

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Analogy.LogViewer.Serilog/Analogy.LogViewer.Serilog.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Analogy.CommonUtilities" Version="7.0.0" />
22-
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
23-
<PackageReference Include="Analogy.LogViewer.Template" Version="7.0.0" />
21+
<PackageReference Include="Analogy.CommonUtilities" Version="7.1.0" />
22+
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.1.0" />
23+
<PackageReference Include="Analogy.LogViewer.Template" Version="7.1.0" />
2424
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2525
<PackageReference Include="Serilog" Version="4.1.0" />
26-
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
26+
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<Compile Update="Properties\Resources.Designer.cs">

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
5252
</ItemGroup>
5353
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
54-
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
54+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
5555
<PackageReference Include="PolySharp" Version="1.14.1">
5656
<PrivateAssets>all</PrivateAssets>
5757
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)