From 6a31bc85b0f95df4f6101a1e1e88c5ea3e563cf9 Mon Sep 17 00:00:00 2001 From: "dotnet-updater[bot]" <100138291+dotnet-updater[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:30:31 +0000 Subject: [PATCH 1/2] Bump gitversion.tool from 5.12.0 to 6.7.0 Bumps [gitversion.tool](https://github.com/GitTools/GitVersion) from 5.12.0 to 6.7.0. --- updated-dependencies: - dependency-name: gitversion.tool dependency-type: direct:development update-type: version-update:major ... Signed-off-by: dotnet-updater[bot] <100138291+dotnet-updater[bot]@users.noreply.github.com> --- .config/dotnet-tools.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 86cd70283..ed763dd43 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,31 +6,36 @@ "version": "6.0.0", "commands": [ "coverlet" - ] + ], + "rollForward": false }, "jetbrains.resharper.globaltools": { "version": "2023.2.2", "commands": [ "jb" - ] + ], + "rollForward": false }, "dotnet-ef": { "version": "7.0.11", "commands": [ "dotnet-ef" - ] + ], + "rollForward": false }, "gitversion.tool": { - "version": "5.12.0", + "version": "6.7.0", "commands": [ "dotnet-gitversion" - ] + ], + "rollForward": false }, "gitreleasemanager.tool": { "version": "0.15.0", "commands": [ "dotnet-gitreleasemanager" - ] + ], + "rollForward": false } } } \ No newline at end of file From 9aee9fd34fff1a9abf9a6ffd32c8d9ad509c906d Mon Sep 17 00:00:00 2001 From: mscottford Date: Mon, 30 Mar 2026 12:31:10 +0000 Subject: [PATCH 2/2] Committing auto generated diagram. --- docs/activities-and-events.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/activities-and-events.md b/docs/activities-and-events.md index 87ccdee30..f32d4af86 100644 --- a/docs/activities-and-events.md +++ b/docs/activities-and-events.md @@ -11,6 +11,9 @@ Here are some things to keep in mind when viewing the graph: * Each arrow with a dotted line represents an "is a" relationship. The source class inherits from the destination class. ```mermaid +/usr/share/dotnet/sdk/10.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] +/usr/share/dotnet/sdk/10.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] +/usr/share/dotnet/sdk/10.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/home/runner/work/freshli-cli/freshli-cli/tools/diagram-generator/diagram-generator.csproj] flowchart TD; AgentsDetectedEvent -.-> ApplicationEventBase AgentsDetectedEvent