From 14fc3c6456810eb3d6c3f5b870d234b712a38330 Mon Sep 17 00:00:00 2001 From: Declan Smith Date: Mon, 13 Jul 2026 10:40:05 +1000 Subject: [PATCH] chore: bump deps and update license expression --- Directory.Build.props | 2 +- src/Invex.Atom.Build/Invex.Atom.Build.csproj | 11 +++++------ .../Invex.Atom.Module.AzureKeyVault.csproj | 2 +- .../Invex.Atom.Module.AzureStorage.csproj | 8 +++++--- .../Invex.Atom.Module.DevopsWorkflows.csproj | 4 ++-- .../Invex.Atom.Module.Dotnet.csproj | 2 +- .../Invex.Atom.Module.GitVersion.csproj | 2 +- .../Invex.Atom.Module.GithubWorkflows.csproj | 4 ++-- src/Invex.Atom.Tool/Invex.Atom.Tool.csproj | 2 +- .../Invex.Atom.Workflows.csproj | 18 ++++++++++-------- ...ex.Atom.Build.SourceGenerators.Tests.csproj | 2 +- .../Invex.Atom.Build.Tests.csproj | 4 ++-- ...ex.Atom.Module.DevopsWorkflows.Tests.csproj | 4 ++-- .../Invex.Atom.Module.Dotnet.Tests.csproj | 2 +- ...ex.Atom.Module.GithubWorkflows.Tests.csproj | 4 ++-- .../Invex.Atom.TestUtils.csproj | 2 +- .../Invex.Atom.Tool.Tests.csproj | 4 ++-- .../Invex.Atom.Workflows.Tests.csproj | 4 ++-- 18 files changed, 42 insertions(+), 39 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1cd58a3c..81155383 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ icon.png README.md - LICENSE.txt + MIT An opinionated task and build automation framework true true diff --git a/src/Invex.Atom.Build/Invex.Atom.Build.csproj b/src/Invex.Atom.Build/Invex.Atom.Build.csproj index 9c202400..a6c6f616 100644 --- a/src/Invex.Atom.Build/Invex.Atom.Build.csproj +++ b/src/Invex.Atom.Build/Invex.Atom.Build.csproj @@ -5,20 +5,19 @@ - - - + + + - + - - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj b/src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj index 4031253c..a57f6aed 100644 --- a/src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj +++ b/src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj b/src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj index 1c55dac2..3c65ec4f 100644 --- a/src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj +++ b/src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj @@ -7,12 +7,14 @@ - - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj b/src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj index 6f68aba2..0eaa1e66 100644 --- a/src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj +++ b/src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj @@ -7,12 +7,12 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj b/src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj index 17b0ed5c..bc0db9b5 100644 --- a/src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj +++ b/src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj @@ -8,7 +8,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj b/src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj index 14350d0c..d7b53ccb 100644 --- a/src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj +++ b/src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj b/src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj index ee298318..d9a4757f 100644 --- a/src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj +++ b/src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj @@ -7,13 +7,13 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Invex.Atom.Tool/Invex.Atom.Tool.csproj b/src/Invex.Atom.Tool/Invex.Atom.Tool.csproj index 294f7cf4..b971ac93 100644 --- a/src/Invex.Atom.Tool/Invex.Atom.Tool.csproj +++ b/src/Invex.Atom.Tool/Invex.Atom.Tool.csproj @@ -40,7 +40,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj b/src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj index c6002fce..e0324da6 100644 --- a/src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj +++ b/src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj @@ -5,16 +5,20 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -23,8 +27,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Invex.Atom.Build.SourceGenerators.Tests/Invex.Atom.Build.SourceGenerators.Tests.csproj b/tests/Invex.Atom.Build.SourceGenerators.Tests/Invex.Atom.Build.SourceGenerators.Tests.csproj index 06070cca..ded57e6f 100644 --- a/tests/Invex.Atom.Build.SourceGenerators.Tests/Invex.Atom.Build.SourceGenerators.Tests.csproj +++ b/tests/Invex.Atom.Build.SourceGenerators.Tests/Invex.Atom.Build.SourceGenerators.Tests.csproj @@ -15,7 +15,7 @@ - + diff --git a/tests/Invex.Atom.Build.Tests/Invex.Atom.Build.Tests.csproj b/tests/Invex.Atom.Build.Tests/Invex.Atom.Build.Tests.csproj index a3cdc12c..adc05b13 100644 --- a/tests/Invex.Atom.Build.Tests/Invex.Atom.Build.Tests.csproj +++ b/tests/Invex.Atom.Build.Tests/Invex.Atom.Build.Tests.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/tests/Invex.Atom.Module.DevopsWorkflows.Tests/Invex.Atom.Module.DevopsWorkflows.Tests.csproj b/tests/Invex.Atom.Module.DevopsWorkflows.Tests/Invex.Atom.Module.DevopsWorkflows.Tests.csproj index f7c5fe23..eee986c5 100644 --- a/tests/Invex.Atom.Module.DevopsWorkflows.Tests/Invex.Atom.Module.DevopsWorkflows.Tests.csproj +++ b/tests/Invex.Atom.Module.DevopsWorkflows.Tests/Invex.Atom.Module.DevopsWorkflows.Tests.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/tests/Invex.Atom.Module.Dotnet.Tests/Invex.Atom.Module.Dotnet.Tests.csproj b/tests/Invex.Atom.Module.Dotnet.Tests/Invex.Atom.Module.Dotnet.Tests.csproj index 6a3a4038..c4b7b18e 100644 --- a/tests/Invex.Atom.Module.Dotnet.Tests/Invex.Atom.Module.Dotnet.Tests.csproj +++ b/tests/Invex.Atom.Module.Dotnet.Tests/Invex.Atom.Module.Dotnet.Tests.csproj @@ -17,7 +17,7 @@ - + diff --git a/tests/Invex.Atom.Module.GithubWorkflows.Tests/Invex.Atom.Module.GithubWorkflows.Tests.csproj b/tests/Invex.Atom.Module.GithubWorkflows.Tests/Invex.Atom.Module.GithubWorkflows.Tests.csproj index 93e6c319..58e03fe7 100644 --- a/tests/Invex.Atom.Module.GithubWorkflows.Tests/Invex.Atom.Module.GithubWorkflows.Tests.csproj +++ b/tests/Invex.Atom.Module.GithubWorkflows.Tests/Invex.Atom.Module.GithubWorkflows.Tests.csproj @@ -19,8 +19,8 @@ - - + + diff --git a/tests/Invex.Atom.TestUtils/Invex.Atom.TestUtils.csproj b/tests/Invex.Atom.TestUtils/Invex.Atom.TestUtils.csproj index eb298a30..ab276912 100644 --- a/tests/Invex.Atom.TestUtils/Invex.Atom.TestUtils.csproj +++ b/tests/Invex.Atom.TestUtils/Invex.Atom.TestUtils.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/Invex.Atom.Tool.Tests/Invex.Atom.Tool.Tests.csproj b/tests/Invex.Atom.Tool.Tests/Invex.Atom.Tool.Tests.csproj index edce9f00..cea8dcaf 100644 --- a/tests/Invex.Atom.Tool.Tests/Invex.Atom.Tool.Tests.csproj +++ b/tests/Invex.Atom.Tool.Tests/Invex.Atom.Tool.Tests.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/tests/Invex.Atom.Workflows.Tests/Invex.Atom.Workflows.Tests.csproj b/tests/Invex.Atom.Workflows.Tests/Invex.Atom.Workflows.Tests.csproj index e3f3e3a3..e0d24669 100644 --- a/tests/Invex.Atom.Workflows.Tests/Invex.Atom.Workflows.Tests.csproj +++ b/tests/Invex.Atom.Workflows.Tests/Invex.Atom.Workflows.Tests.csproj @@ -15,8 +15,8 @@ - - + +