From d71efb09553e5f32a3644e62cb4b97afe64ce2de Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Fri, 10 Nov 2023 12:38:01 +0100 Subject: [PATCH 1/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e89057..c1ba485 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Dependency Inventory .NET Tool - Inventories dependencies and reports to Azure Log Analytics -You can get introduction to the tool, in the blog post: [Introducing DPI - A DevOps tool to inspect dependencies and report to Azure Log Analytics](https://www.devlead.se/posts/2021/2021-03-20-introducing-dpi) +You can get an introduction to the tool, in the blog post: [Introducing DPI - A DevOps tool to inspect dependencies and report to Azure Log Analytics](https://www.devlead.se/posts/2021/2021-03-20-introducing-dpi) ## Obtain @@ -12,7 +12,7 @@ You can get introduction to the tool, in the blog post: [Introducing DPI - A Dev ## Commands -Use `-h` / `--help` to get current list of available commands and options. +Use `-h` / `--help` to get the current list of available commands and options. ```bash dpi --help @@ -37,7 +37,7 @@ dpi nuget --output table analyze #### report -**nuget report** analyzes and reports result to Azure Log Analytics. +**nuget report** analyzes and reports the result to Azure Log Analytics. ```bash export NuGetReportSettings_WorkspaceId= From cd87c0cac0ce4aeb75401c9d6359b3e9012ab0fe Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:51:42 +0100 Subject: [PATCH 2/7] Update to .NET 8.0.101 SDK --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 19f614f..33a0731 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.2.23502.2", + "version": "8.0.101", "rollForward": "latestFeature" } } \ No newline at end of file From 5b70211b644d8bb57d02e4f216350aa5f724b0d7 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:53:50 +0100 Subject: [PATCH 3/7] Update Microsoft.Extensions.* to 8.0.0 --- src/DPI/DPI.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index 99c7f23..625e6ba 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -23,21 +23,21 @@ - - - + + + - - - + + + - + From b912a90a4eb215061cf9fb7b17a0e016d42eacd0 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:55:13 +0100 Subject: [PATCH 4/7] Update to Cake 4.0.0 --- .config/dotnet-tools.json | 2 +- src/DPI/DPI.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8f3a438..da200cd 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.1.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index 625e6ba..61d7e5b 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -16,8 +16,8 @@ - - + + From 6fb218e593cbdadd7881c77f5e2080d58acc50fb Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:56:11 +0100 Subject: [PATCH 5/7] Update Microsoft.AspNet.WebApi.Client to 6.0.0 --- src/DPI/DPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index 61d7e5b..860ea9f 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -14,7 +14,7 @@ - + From cbd259b7ebd430d539c1ff39b1d533b20b1bcaee Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:57:00 +0100 Subject: [PATCH 6/7] Update Spectre.Console.Cli.Extensions.DependencyInjection to 0.2.0 --- src/DPI/DPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index 860ea9f..cc3c8fa 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -13,7 +13,7 @@ - + From 15e36fe79fdeee114c0f441580dc66ec16bbca08 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Tue, 6 Feb 2024 09:58:58 +0100 Subject: [PATCH 7/7] Update Spectre.Console to 0.48.0 --- src/DPI/DPI.csproj | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index cc3c8fa..bc0e037 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -11,8 +11,8 @@ - - + + @@ -20,15 +20,6 @@ - - - - - - - - -