Skip to content

Commit d1486fc

Browse files
authored
Merge pull request #330 from dorssel/gitversion
Refactor to mainstream GitVersion.MsBuild
2 parents e2593e1 + f3b239d commit d1486fc

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
],
1010
"rollForward": false
1111
},
12-
"gitversion.tool": {
13-
"version": "6.5.0",
14-
"commands": [
15-
"dotnet-gitversion"
16-
],
17-
"rollForward": false
18-
},
1912
"trx2junit": {
2013
"version": "2.1.0",
2114
"commands": [

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SPDX-License-Identifier: MIT
5757
</PropertyGroup>
5858

5959
<ItemGroup>
60-
<PackageReference Include="Dorssel.GitVersion.MsBuild" PrivateAssets="all" />
60+
<PackageReference Include="GitVersion.MsBuild" PrivateAssets="all" />
6161
</ItemGroup>
6262

6363
<Target Name="SetCopyright" AfterTargets="GetVersion">

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-License-Identifier: MIT
77
<Project>
88
<ItemGroup>
99
<!-- all -->
10-
<PackageVersion Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
10+
<PackageVersion Include="GitVersion.MsBuild" Version="6.5.1" />
1111
<!-- Debounce -->
1212
<PackageVersion Include="Microsoft.Bcl.TimeProvider" Version="10.0.0" />
1313
<!-- unit tests -->

0 commit comments

Comments
 (0)