Skip to content

Commit 75bd21f

Browse files
committed
Update GitVersionTask to latest version
We are currently using one of the early releases of GitVersion 5.x. There have since been quite a few updates, with the latest being `5.2.4`. That said, the `5.2.x` versions seem to have a number of problems, with multiple patches having been released over the last two weeks. Further, the latest yields errors with the `GitVersionTask.targets`. Given that, we're going to stick with the `5.1.x` release from December, which appears to be stable; we'll reevaluate the `5.2.x` version in a few weeks, once it has (hopefully) stabilized. Fortunately, as a development-only dependency, this doesn't affect downstream consumers, just our internal build process.
1 parent cdb1f38 commit 75bd21f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OnTopic.Editor.AspNetCore/OnTopic.Editor.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<FrameworkReference Include="Microsoft.AspNetCore.App" />
29-
<PackageReference Include="GitVersionTask" Version="5.0.1">
29+
<PackageReference Include="GitVersionTask" Version="5.1.3">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
</PackageReference>

OnTopic.Editor.Models/OnTopic.Editor.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="GitVersionTask" Version="5.0.1">
26+
<PackageReference Include="GitVersionTask" Version="5.1.3">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)