Skip to content

Commit

Permalink
Bump GitVersion.MsBuild from 5.11.1 to 5.12.0 (#214)
Browse files Browse the repository at this point in the history
Bumps [GitVersion.MsBuild](https://github.com/GitTools/GitVersion) from 5.11.1 to 5.12.0.
- [Release notes](https://github.com/GitTools/GitVersion/releases)
- [Changelog](https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md)
- [Commits](GitTools/GitVersion@5.11.1...5.12.0)

---
updated-dependencies:
- dependency-name: GitVersion.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 0e915e2 commit 31f9d1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/YaNco.Abstractions/YaNco.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package contains abstraction definitions.

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="2.0.1" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/YaNco.Core/YaNco.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package contains the core implementation.</Description>

<ItemGroup>
<PackageReference Include="Dbosoft.Functional" Version="2.1.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/YaNco.Primitives/YaNco.Primitives.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package contains primitive type definitions.</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/YaNco/YaNco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library provides an alternative SAP .NET Connector based on the SAP NetWeav


<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion test/RfcServerTest/RfcServerTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.78.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion test/SAPSystemTests/SAPSystemTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.78.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.11.1">
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 31f9d1f

Please sign in to comment.