Skip to content

Commit

Permalink
chore(deps): bump Serilog.Enrichers.Environment from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [Serilog.Enrichers.Environment](https://github.com/serilog/serilog-enrichers-environment) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/serilog/serilog-enrichers-environment/releases)
- [Changelog](https://github.com/serilog/serilog-enrichers-environment/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-enrichers-environment@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: Serilog.Enrichers.Environment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent 72a2e9f commit 0d956ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SoundSwitch/SoundSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<PackageReference Include="RailSharp" Version="1.0.0" />
<PackageReference Include="Sentry.Serilog" Version="4.7.0" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0+build.694" />
<PackageReference Include="Serilog.Formatting.Compact" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
Expand Down Expand Up @@ -128,8 +128,8 @@
<HintPath>..\packages\Serilog.4.0.0\lib\net8.0\Serilog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog.Enrichers.Environment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Serilog.Enrichers.Environment.3.0.0\lib\net8.0\Serilog.Enrichers.Environment.dll</HintPath>
<Reference Include="Serilog.Enrichers.Environment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
<HintPath>..\packages\Serilog.Enrichers.Environment.3.0.1\lib\net8.0\Serilog.Enrichers.Environment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Serilog.Enrichers.Thread, Version=4.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="RailSharp" version="1.0.0" targetFramework="net472" />
<package id="Serilog" version="4.0.0" targetFramework="net8.0-windows" />
<package id="Serilog.Enrichers.Environment" version="3.0.0" targetFramework="net8.0-windows" />
<package id="Serilog.Enrichers.Environment" version="3.0.1" targetFramework="net8.0-windows" />
<package id="Serilog.Enrichers.Thread" version="4.0.0" targetFramework="net8.0-windows" />
<package id="Serilog.Exceptions" version="8.4.0+build.694" targetFramework="net472" />
<package id="Serilog.Formatting.Compact" version="3.0.0" targetFramework="net8.0-windows" />
Expand Down

0 comments on commit 0d956ec

Please sign in to comment.