From 0dcc175fefbadc9d84263ee81b442a915047d0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:05:53 +0000 Subject: [PATCH] Bump Destructurama.Attributed and Serilog in /src Bumps [Destructurama.Attributed](https://github.com/destructurama/attributed) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together. Updates `Destructurama.Attributed` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/destructurama/attributed/releases) - [Commits](https://github.com/destructurama/attributed/compare/3.1.0...4.0.0) Updates `Serilog` from 3.0.1 to 3.1.1 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](https://github.com/serilog/serilog/compare/v3.0.1...v3.1.1) --- updated-dependencies: - dependency-name: Destructurama.Attributed dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Directory.Build.props | 2 +- .../GitReleaseManager.Cli.csproj | 62 +++++----- .../GitReleaseManager.Core.csproj | 98 ++++++++-------- .../GitReleaseManager.Tool.csproj | 106 +++++++++--------- 4 files changed, 134 insertions(+), 134 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a8790684..6cc0c1b8 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,7 +18,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj index 25ec22aa..b80bb750 100644 --- a/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj +++ b/src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj @@ -1,32 +1,32 @@ - - - 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.Core/GitReleaseManager.Core.csproj b/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj index daa5cf1d..903811d7 100644 --- a/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj +++ b/src/GitReleaseManager.Core/GitReleaseManager.Core.csproj @@ -1,50 +1,50 @@ - - - - - - 8.0 - net6.0;net7.0 - GitReleaseManager.Core - Create release notes in markdown given a milestone - false - $(NoWarn);CA1707; - true - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - True - True - ReleaseTemplates.tt - - - - - TextTemplatingFileGenerator - ReleaseTemplates.g.cs - - - - - - + + + + + + 8.0 + net6.0;net7.0 + GitReleaseManager.Core + Create release notes in markdown given a milestone + false + $(NoWarn);CA1707; + true + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + True + True + ReleaseTemplates.tt + + + + + TextTemplatingFileGenerator + ReleaseTemplates.g.cs + + + + + + \ No newline at end of file diff --git a/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj b/src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj index e362443d..c99cf44f 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