From dcde993461501508d4ba98c8a555527d5e6aee23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:47:19 +0000 Subject: [PATCH] Bump the serilog group in /src with 3 updates Bumps the serilog group in /src with 3 updates: [Serilog](https://github.com/serilog/serilog), [Serilog.Sinks.Debug](https://github.com/serilog/serilog-sinks-debug) and [Serilog.Sinks.File](https://github.com/serilog/serilog-sinks-file). Updates `Serilog` from 4.2.0 to 4.0.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](https://github.com/serilog/serilog/compare/v4.2.0...v4.0.0) Updates `Serilog.Sinks.Debug` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/serilog/serilog-sinks-debug/releases) - [Commits](https://github.com/serilog/serilog-sinks-debug/compare/v2.0.0...v3.0.0) Updates `Serilog` from 4.2.0 to 4.0.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](https://github.com/serilog/serilog/compare/v4.2.0...v4.0.0) Updates `Serilog.Sinks.File` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/serilog/serilog-sinks-file/releases) - [Changelog](https://github.com/serilog/serilog-sinks-file/blob/dev/CHANGES.md) - [Commits](https://github.com/serilog/serilog-sinks-file/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog - dependency-name: Serilog.Sinks.Debug dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog - dependency-name: Serilog.Sinks.File dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog ... Signed-off-by: dependabot[bot] --- .../GitReleaseManager.Cli.csproj | 64 +++++------ .../GitReleaseManager.Tool.csproj | 106 +++++++++--------- 2 files changed, 85 insertions(+), 85 deletions(-) diff --git a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj index cd9ebe5b..1b50747e 100644 --- a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj +++ b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj @@ -1,33 +1,33 @@ - - - 8.0 - Exe - GitReleaseManager - net6.0 - true - true - win-x64 - GitReleaseManager.Cli - Create release notes in markdown given a milestone - false - $(NoWarn);CA1707; - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + 8.0 + Exe + GitReleaseManager + net6.0 + true + true + win-x64 + GitReleaseManager.Cli + Create release notes in markdown given a milestone + false + $(NoWarn);CA1707; + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + \ No newline at end of file diff --git a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj index b296f439..8f01b13b 100644 --- a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj +++ b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj @@ -1,54 +1,54 @@ - - - - 8.0 - Exe - GitReleaseManager - - true - net6.0;net7.0 - dotnet-gitreleasemanager - GitReleaseManager.Tool - - GitReleaseManager Tool - GitTools Contributors - https://github.com/GitTools/GitReleaseManager - false - github release notes create export - Tool for creating and exporting releases for software applications from online Version Control Systems - Copyright (c) 2015 - Present - GitTools Contributors - MIT - package_icon.png - https://github.com/GitTools/GitReleaseManager/releases - git - https://github.com/GitTools/GitReleaseManager.git - $(NoWarn);CA1707; - - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - True - - - + + + + 8.0 + Exe + GitReleaseManager + + true + net6.0;net7.0 + dotnet-gitreleasemanager + GitReleaseManager.Tool + + GitReleaseManager Tool + GitTools Contributors + https://github.com/GitTools/GitReleaseManager + false + github release notes create export + Tool for creating and exporting releases for software applications from online Version Control Systems + Copyright (c) 2015 - Present - GitTools Contributors + MIT + package_icon.png + https://github.com/GitTools/GitReleaseManager/releases + git + https://github.com/GitTools/GitReleaseManager.git + $(NoWarn);CA1707; + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + True + + + \ No newline at end of file