Skip to content

Commit c741517

Browse files
authored
bump git version (#106)
1 parent 0570340 commit c741517

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mode: Mainline
1+
assembly-versioning-scheme: MajorMinorPatch
22
branches:
33
master:
44
tag: beta

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ skip_branch_with_pr: true
1111

1212
install:
1313
- ps: dotnet tool install -g Codecov.Tool
14-
- ps: dotnet tool install -g GitVersion.Tool --version 5.1.2
14+
- ps: dotnet tool install -g GitVersion.Tool --version 5.1.3
1515
- ps: dotnet tool install -g dotnet-format
1616

1717
before_build:

src/GitLabApiClient/GitLabApiClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="GitVersionTask" Version="5.1.2" PrivateAssets="All" />
21+
<PackageReference Include="GitVersionTask" Version="5.1.3" PrivateAssets="All" />
2222
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
2323
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)