From 872b63453315783066d9a8f8407e1309a047b3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:21:58 +0000 Subject: [PATCH 1/2] Bump Serilog from 4.0.0 to 4.0.1 Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](https://github.com/serilog/serilog/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Sandbox/Sandbox.csproj | 34 ++++----- Utilities/Utilities.csproj | 102 +++++++++++++-------------- UtilitiesTests/UtilitiesTests.csproj | 74 +++++++++---------- 3 files changed, 105 insertions(+), 105 deletions(-) diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index 2028f29..b99aa77 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -1,17 +1,17 @@ - - - - Exe - net8.0 - - - - - - - - - - - - + + + + Exe + net8.0 + + + + + + + + + + + + diff --git a/Utilities/Utilities.csproj b/Utilities/Utilities.csproj index fc70d4e..329840e 100644 --- a/Utilities/Utilities.csproj +++ b/Utilities/Utilities.csproj @@ -1,51 +1,51 @@ - - - - net8.0 - true - Pieter Viljoen - Pieter Viljoen - Pieter Viljoen - Generally useful and not so useful C# .NET utility classes - 1.1.1.1 - 1.1.1.1 - 1.1.1.0 - InsaneGenius.Utilities - InsaneGenius.Utilities - InsaneGenius.Utilities - en - https://github.com/ptr727/Utilities - MIT - README.md - true - true - true - snupkg - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net8.0 + true + Pieter Viljoen + Pieter Viljoen + Pieter Viljoen + Generally useful and not so useful C# .NET utility classes + 1.1.1.1 + 1.1.1.1 + 1.1.1.0 + InsaneGenius.Utilities + InsaneGenius.Utilities + InsaneGenius.Utilities + en + https://github.com/ptr727/Utilities + MIT + README.md + true + true + true + snupkg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/UtilitiesTests/UtilitiesTests.csproj b/UtilitiesTests/UtilitiesTests.csproj index a0d8b19..dc96319 100644 --- a/UtilitiesTests/UtilitiesTests.csproj +++ b/UtilitiesTests/UtilitiesTests.csproj @@ -1,37 +1,37 @@ - - - - net8.0 - false - Pieter Viljoen - Pieter Viljoen - Pieter Viljoen - Generally useful utility classes - 1.1.0.1 - 1.1.0.1 - 1.1.0.0 - InsaneGenius.Utilities.Tests - InsaneGenius.Utilities.Tests - InsaneGenius.Utilities.Tests - en - https://dev.azure.com/pieterv/ - true - true - true - snupkg - - - - - - - - - - - - - - - - + + + + net8.0 + false + Pieter Viljoen + Pieter Viljoen + Pieter Viljoen + Generally useful utility classes + 1.1.0.1 + 1.1.0.1 + 1.1.0.0 + InsaneGenius.Utilities.Tests + InsaneGenius.Utilities.Tests + InsaneGenius.Utilities.Tests + en + https://dev.azure.com/pieterv/ + true + true + true + snupkg + + + + + + + + + + + + + + + + From ac4cc85405329fb7c15ebf1bbd3c78bb938d71f3 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Thu, 25 Jul 2024 21:04:44 -0700 Subject: [PATCH 2/2] Do not publish if PR --- .github/workflows/BuildPublishPipeline.yml | 1 + Sandbox/Sandbox.csproj | 34 +++---- Utilities/Utilities.csproj | 102 ++++++++++----------- UtilitiesTests/UtilitiesTests.csproj | 74 +++++++-------- 4 files changed, 106 insertions(+), 105 deletions(-) diff --git a/.github/workflows/BuildPublishPipeline.yml b/.github/workflows/BuildPublishPipeline.yml index b4c7c78..d40fd07 100644 --- a/.github/workflows/BuildPublishPipeline.yml +++ b/.github/workflows/BuildPublishPipeline.yml @@ -76,6 +76,7 @@ jobs: # https://github.com/marketplace/actions/gh-release - name: Create GitHub release + if: ${{ github.event_name != 'pull_request' }} uses: softprops/action-gh-release@v2 with: generate_release_notes: true diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index b99aa77..0298355 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -1,17 +1,17 @@ - - - - Exe - net8.0 - - - - - - - - - - - - + + + + Exe + net8.0 + + + + + + + + + + + + diff --git a/Utilities/Utilities.csproj b/Utilities/Utilities.csproj index 329840e..58f02ae 100644 --- a/Utilities/Utilities.csproj +++ b/Utilities/Utilities.csproj @@ -1,51 +1,51 @@ - - - - net8.0 - true - Pieter Viljoen - Pieter Viljoen - Pieter Viljoen - Generally useful and not so useful C# .NET utility classes - 1.1.1.1 - 1.1.1.1 - 1.1.1.0 - InsaneGenius.Utilities - InsaneGenius.Utilities - InsaneGenius.Utilities - en - https://github.com/ptr727/Utilities - MIT - README.md - true - true - true - snupkg - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net8.0 + true + Pieter Viljoen + Pieter Viljoen + Pieter Viljoen + Generally useful and not so useful C# .NET utility classes + 1.1.1.1 + 1.1.1.1 + 1.1.1.0 + InsaneGenius.Utilities + InsaneGenius.Utilities + InsaneGenius.Utilities + en + https://github.com/ptr727/Utilities + MIT + README.md + true + true + true + snupkg + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/UtilitiesTests/UtilitiesTests.csproj b/UtilitiesTests/UtilitiesTests.csproj index dc96319..82f3cea 100644 --- a/UtilitiesTests/UtilitiesTests.csproj +++ b/UtilitiesTests/UtilitiesTests.csproj @@ -1,37 +1,37 @@ - - - - net8.0 - false - Pieter Viljoen - Pieter Viljoen - Pieter Viljoen - Generally useful utility classes - 1.1.0.1 - 1.1.0.1 - 1.1.0.0 - InsaneGenius.Utilities.Tests - InsaneGenius.Utilities.Tests - InsaneGenius.Utilities.Tests - en - https://dev.azure.com/pieterv/ - true - true - true - snupkg - - - - - - - - - - - - - - - - + + + + net8.0 + false + Pieter Viljoen + Pieter Viljoen + Pieter Viljoen + Generally useful utility classes + 1.1.0.1 + 1.1.0.1 + 1.1.0.0 + InsaneGenius.Utilities.Tests + InsaneGenius.Utilities.Tests + InsaneGenius.Utilities.Tests + en + https://dev.azure.com/pieterv/ + true + true + true + snupkg + + + + + + + + + + + + + + + +