Skip to content

Commit bc746be

Browse files
Bump GitVersion.MsBuild from 6.0.4 to 6.1.0 in the build-dependencies group (#112)
* Bump GitVersion.MsBuild in the build-dependencies group Bumps the build-dependencies group with 1 update: [GitVersion.MsBuild](https://github.com/GitTools/GitVersion). Updates `GitVersion.MsBuild` from 6.0.4 to 6.1.0 - [Release notes](https://github.com/GitTools/GitVersion/releases) - [Changelog](https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md) - [Commits](GitTools/GitVersion@6.0.4...6.1.0) --- updated-dependencies: - dependency-name: GitVersion.MsBuild dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade dotnet tool GitVersion * Upgrade Wix project GitVersion --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: elzik <[email protected]>
1 parent 627b784 commit bc746be

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: GetSemVer
2323
id: get-semver
2424
run: |
25-
dotnet tool install --global GitVersion.Tool --version 6.0.4
25+
dotnet tool install --global GitVersion.Tool --version 6.1.0
2626
output=$(dotnet-gitversion)
2727
semver=$(echo $output | grep -oP '"SemVer"\s*:\s*"\K[^"]+')
2828
echo $output

Build/build-osx-installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Compress-Archive `
7272
-Force
7373
Test-ExitCode
7474

75-
dotnet tool update --global GitVersion.Tool --version 6.0.4
75+
dotnet tool update --global GitVersion.Tool --version 6.1.0
7676
Test-ExitCode
7777

7878
$SemVer = (dotnet-gitversion | ConvertFrom-Json).SemVer

Build/build-windows-installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dotnet build $repoRootPath\Installer\Elzik.FmSync.WindowsInstaller\Elzik.FmSync.
3131
-p:PublishSingleFile=true
3232
Test-ExitCode
3333

34-
dotnet tool update --global GitVersion.Tool --version 6.0.4
34+
dotnet tool update --global GitVersion.Tool --version 6.1.0
3535
Test-ExitCode
3636

3737
$SemVer = (dotnet-gitversion | ConvertFrom-Json).SemVer

Installer/Elzik.FmSync.WindowsInstaller/Elzik.FmSync.WindowsInstaller.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<None Include="LICENSE.rtf" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
12+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

src/Elzik.FmSync.Application/Elzik.FmSync.Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
15+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

src/Elzik.FmSync.Console/Elzik.FmSync.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
18+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1919
<PrivateAssets>all</PrivateAssets>
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
</PackageReference>

src/Elzik.FmSync.Domain/Elzik.FmSync.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
15+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

src/Elzik.FmSync.Infrastructure/Elzik.FmSync.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
15+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

src/Elzik.FmSync.Worker/Elzik.FmSync.Worker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
16+
<PackageReference Include="GitVersion.MsBuild" Version="6.1.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)