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 the major-minor-dependencies group across 3 directories with 1 update #452

Merged
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
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.12.0",
"version": "6.0.0",
"commands": [
"dotnet-gitversion"
]
Expand Down
5 changes: 2 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ tag-pre-release-weight: 10000
branches:
main:
mode: ContinuousDeployment
tag: preview
label: preview
increment: Minor
prevent-increment-of-merged-branch-version: true
track-merge-target: false
regex: ^master$|^main$
source-branches:
- release
tracks-release-branches: false
is-release-branch: false
is-mainline: true
is-main-branch: true
pre-release-weight: 0
ignore:
sha: []
Expand Down
2 changes: 1 addition & 1 deletion backend/ILSpyX.Backend.LSP/ILSpyX.Backend.LSP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PackageReference Include="GitVersion.MsBuild" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion backend/ILSpyX.Backend/ILSpyX.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PackageReference Include="GitVersion.MsBuild" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Loading