Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gitversion.tool from 5.12.0 to 6.1.0 #861

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0",
"commands": [
"dotnet-gitversion"
]
],
"rollForward": false
},
"gitreleasemanager.tool": {
"version": "0.15.0",
"commands": [
"dotnet-gitreleasemanager"
]
],
"rollForward": false
}
}
}
3 changes: 3 additions & 0 deletions docs/activities-and-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/8.0.404/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/8.0.404/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/8.0.404/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
Expand Down